Shades of Navy Blue #126BCE
Tints of Navy Blue #126BCE
RGB
CMYK
RGB Variations
Color information
#126BCE (or 0x126BCE) is known color: Navy Blue. HEX triplet: 12, 6B and CE. RGB value is (18,107,206). Sum of RGB (Red+Green+Blue) = 18+107+206=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #126BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BCE is #ED9431. Grayscale: #5B5B5B. Windows color (decimal): -15569970 or 13527826. OLE color: 13527826.
HSL color Cylindrical-coordinate representation of color #126BCE: hue angle of 211.6º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126BCE is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 107 | 206 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.19 |
| HSL | 211.6º | 0.84% | 0.44% | - |
| HSV(B) | 211.6º | 0.91% | 0.81% | - |
| XYZ | 16.65 | 15.1 | 60.43 | - |
| YUV | 91.68 | 192.51 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 206 | 0.91 | 0.48 | 0 | 0.19 | 211.6 | 0.84 | 0.44 |
| Hex | 12 | 6B | CE | 5B | 30 | 0 | 13 | D4 | 54 | 2C |
| Octal | 22 | 153 | 316 | 133 | 60 | 0 | 23 | 324 | 124 | 54 |
| Binary | 10010 | 1101011 | 11001110 | 1011011 | 110000 | 0 | 10011 | 11010100 | 1010100 | 101100 |
Color Harmonies of #126BCE
Complementary color
Monochromatic Colors of #126BCE
Black with #126BCE
Text Example
Text Example
White with #126BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126BCE; }
p { color: rgb(18,107,206); }
H1.HeaderClassName
{
color: #126BCE;
}
.AnyTagClassName
{
color: #126BCE;
}
</style>
background-color css
<style>
a { background-color: #126BCE; }
a { background-color: rgb(18,107,206); }
div.DivClassName
{
background-color: #126BCE;
}
.BgClassName
{
background-color: #126BCE;
}
</style>
border-color css
<style>
span { border-color: #126BCE; }
span { border-color: rgb(18,107,206); }
td.TdClassName
{
border-color: #126BCE;
}
.TagClassName
{
border-color: #126BCE;
}
</style>