What is hex #126180 color?

 
The hex code #126180 is also know by an other name that is Blue Sapphire.
This color is composed of 18% red, 97% green and 128% blue. So we can say that the RGB value is (18,97,128)
You need to use it for a printer? The CMYK colors code equivalent of hex #126180 is C:86 M:24 Y:0, K:50) .
In the HSV/HSB scale, #126180 has a hue of 197°, 86% saturation and a brightness value of 50%.
If you want to know all about the hex #126180, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #126180 (complementary, analogous, triadic, tetradic...).

Hex #126180 Color Codes & Equivalents

Color Name [Blue Sapphire]
RGB Values (18,97,128)
CMYK Values (86%, 24%, 0%, 50%)
HSV/HSB Values (197°, 86%, 50%)
Closest Web Safe
#006699
Inverse Color
#ed9e7f
Closest Pantone®
7700 C
Closest RAL
RAL 5019 [Capri blue]
Complementary Color
#803112

#126180 Converted to Grayscale Codes

Average
#515151
Lightness (Desaturation)
#494949
Weighted (BT601)
#4d4d4d
Luma (BT709)
#525252

Hex #126180 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #126180 is #803112. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #126180 you will find #803112. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#126180 #803112

Analogous Palette

The analogous color scheme of #126180 is composed with colors #128068 and #122A80. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #126180 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#128068 #126180 #122A80

Split-Complementary Palette

The split-complementary color scheme of #126180 is composed with colors #806812 and #80122A. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#126180 #806812 #80122A

Triadic Palette

The triadic color scheme of #126180 is composed with colors #618012 and #801261. They are located to the right and left of your main color #126180 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#126180 #618012 #801261

Tetradic Palette

The tetradic color scheme of #126180 is composed with colors #801261, #803112 and #128031 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#126180 #801261 #803112 #128031

Square Palette

The square color scheme of #126180 is composed with colors #681280, #803112 and #2A8012 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#126180 #681280 #803112 #2A8012

Tints, Tones & Shades of Hex #126180

Tints

Tints are created by adding white, resulting in lighter shades of #126180.

#126180 #146E91 #177CA3 #1989B5 #1C97C7 #1EA4D9 #2BADE1 #3DB4E3

Tones

Tones are made by mixing with gray, softening the original color.

#126180 #195D78 #205A71 #27576A #2E5463 #35515C #3C4E55 #444B4D

Shades

Shades result from adding black, creating darker variations.

#126180 #0F536E #0C455C #0A384A #072A38 #051D26 #020F14 #000202

Hex #126180 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #126180
Java new Color(18,97,128);
Python Color(#126180)
.NET Color.FromArgb(255, 18,97,128);
Swift / iOS UIColor(red: 0.07, green: 0.38, blue: 0.5, alpha: 1)
Kotlin / Android Color.rgb(18, 97, 128)