Shades of Navy Blue #126FE4
Tints of Navy Blue #126FE4
RGB
CMYK
RGB Variations
Color information
#126FE4 (or 0x126FE4) is known color: Navy Blue. HEX triplet: 12, 6F and E4. RGB value is (18,111,228). Sum of RGB (Red+Green+Blue) = 18+111+228=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 228 (89.45% from 255 or 63.87% from 357); Max value from RGB is 228 - color contains mainly: blue. Hex color #126FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FE4 is #ED901B. Grayscale: #5F5F5F. Windows color (decimal): -15568924 or 14970642. OLE color: 14970642.
HSL color Cylindrical-coordinate representation of color #126FE4: hue angle of 213.43º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126FE4 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 111 | 228 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.11 |
| HSL | 213.43º | 0.85% | 0.48% | - |
| HSV(B) | 213.43º | 0.92% | 0.89% | - |
| XYZ | 19.94 | 17.1 | 75.65 | - |
| YUV | 96.53 | 202.19 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 228 | 0.92 | 0.51 | 0 | 0.11 | 213.43 | 0.85 | 0.48 |
| Hex | 12 | 6F | E4 | 5C | 33 | 0 | B | D5 | 55 | 30 |
| Octal | 22 | 157 | 344 | 134 | 63 | 0 | 13 | 325 | 125 | 60 |
| Binary | 10010 | 1101111 | 11100100 | 1011100 | 110011 | 0 | 1011 | 11010101 | 1010101 | 110000 |
Color Harmonies of #126FE4
Complementary color
Monochromatic Colors of #126FE4
Black with #126FE4
Text Example
Text Example
White with #126FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126FE4; }
p { color: rgb(18,111,228); }
H1.HeaderClassName
{
color: #126FE4;
}
.AnyTagClassName
{
color: #126FE4;
}
</style>
background-color css
<style>
a { background-color: #126FE4; }
a { background-color: rgb(18,111,228); }
div.DivClassName
{
background-color: #126FE4;
}
.BgClassName
{
background-color: #126FE4;
}
</style>
border-color css
<style>
span { border-color: #126FE4; }
span { border-color: rgb(18,111,228); }
td.TdClassName
{
border-color: #126FE4;
}
.TagClassName
{
border-color: #126FE4;
}
</style>