Shades of Navy Blue #126CE8
Tints of Navy Blue #126CE8
RGB
CMYK
RGB Variations
Color information
#126CE8 (or 0x126CE8) is known color: Navy Blue. HEX triplet: 12, 6C and E8. RGB value is (18,108,232). Sum of RGB (Red+Green+Blue) = 18+108+232=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 232 (91.02% from 255 or 64.80% from 358); Max value from RGB is 232 - color contains mainly: blue. Hex color #126CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126CE8 is #ED9317. Grayscale: #5E5E5E. Windows color (decimal): -15569688 or 15232018. OLE color: 15232018.
HSL color Cylindrical-coordinate representation of color #126CE8: hue angle of 214.77º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126CE8 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 108 | 232 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.09 |
| HSL | 214.77º | 0.86% | 0.49% | - |
| HSV(B) | 214.77º | 0.92% | 0.91% | - |
| XYZ | 20.18 | 16.68 | 78.5 | - |
| YUV | 95.23 | 205.18 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 232 | 0.92 | 0.53 | 0 | 0.09 | 214.77 | 0.86 | 0.49 |
| Hex | 12 | 6C | E8 | 5C | 35 | 0 | 9 | D7 | 56 | 31 |
| Octal | 22 | 154 | 350 | 134 | 65 | 0 | 11 | 327 | 126 | 61 |
| Binary | 10010 | 1101100 | 11101000 | 1011100 | 110101 | 0 | 1001 | 11010111 | 1010110 | 110001 |
Color Harmonies of #126CE8
Complementary color
Monochromatic Colors of #126CE8
Black with #126CE8
Text Example
Text Example
White with #126CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CE8; }
p { color: rgb(18,108,232); }
H1.HeaderClassName
{
color: #126CE8;
}
.AnyTagClassName
{
color: #126CE8;
}
</style>
background-color css
<style>
a { background-color: #126CE8; }
a { background-color: rgb(18,108,232); }
div.DivClassName
{
background-color: #126CE8;
}
.BgClassName
{
background-color: #126CE8;
}
</style>
border-color css
<style>
span { border-color: #126CE8; }
span { border-color: rgb(18,108,232); }
td.TdClassName
{
border-color: #126CE8;
}
.TagClassName
{
border-color: #126CE8;
}
</style>