Shades of Navy Blue #126EE6
Tints of Navy Blue #126EE6
RGB
CMYK
RGB Variations
Color information
#126EE6 (or 0x126EE6) is known color: Navy Blue. HEX triplet: 12, 6E and E6. RGB value is (18,110,230). Sum of RGB (Red+Green+Blue) = 18+110+230=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #126EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126EE6 is #ED9119. Grayscale: #5F5F5F. Windows color (decimal): -15569178 or 15101458. OLE color: 15101458.
HSL color Cylindrical-coordinate representation of color #126EE6: hue angle of 213.96º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126EE6 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 110 | 230 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.10 |
| HSL | 213.96º | 0.85% | 0.49% | - |
| HSV(B) | 213.96º | 0.92% | 0.9% | - |
| XYZ | 20.11 | 16.99 | 77.08 | - |
| YUV | 96.17 | 203.52 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 230 | 0.92 | 0.52 | 0 | 0.10 | 213.96 | 0.85 | 0.49 |
| Hex | 12 | 6E | E6 | 5C | 34 | 0 | A | D6 | 55 | 31 |
| Octal | 22 | 156 | 346 | 134 | 64 | 0 | 12 | 326 | 125 | 61 |
| Binary | 10010 | 1101110 | 11100110 | 1011100 | 110100 | 0 | 1010 | 11010110 | 1010101 | 110001 |
Color Harmonies of #126EE6
Complementary color
Monochromatic Colors of #126EE6
Black with #126EE6
Text Example
Text Example
White with #126EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126EE6; }
p { color: rgb(18,110,230); }
H1.HeaderClassName
{
color: #126EE6;
}
.AnyTagClassName
{
color: #126EE6;
}
</style>
background-color css
<style>
a { background-color: #126EE6; }
a { background-color: rgb(18,110,230); }
div.DivClassName
{
background-color: #126EE6;
}
.BgClassName
{
background-color: #126EE6;
}
</style>
border-color css
<style>
span { border-color: #126EE6; }
span { border-color: rgb(18,110,230); }
td.TdClassName
{
border-color: #126EE6;
}
.TagClassName
{
border-color: #126EE6;
}
</style>