Shades of Navy Blue #126CE2
Tints of Navy Blue #126CE2
RGB
CMYK
RGB Variations
Color information
#126CE2 (or 0x126CE2) is known color: Navy Blue. HEX triplet: 12, 6C and E2. RGB value is (18,108,226). Sum of RGB (Red+Green+Blue) = 18+108+226=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 226 (88.67% from 255 or 64.20% from 352); Max value from RGB is 226 - color contains mainly: blue. Hex color #126CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CE2 is #ED931D. Grayscale: #5D5D5D. Windows color (decimal): -15569694 or 14838802. OLE color: 14838802.
HSL color Cylindrical-coordinate representation of color #126CE2: hue angle of 214.04º 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 #126CE2 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 108 | 226 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.11 |
| HSL | 214.04º | 0.85% | 0.48% | - |
| HSV(B) | 214.04º | 0.92% | 0.89% | - |
| XYZ | 19.34 | 16.34 | 74.09 | - |
| YUV | 94.54 | 202.18 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 226 | 0.92 | 0.52 | 0 | 0.11 | 214.04 | 0.85 | 0.48 |
| Hex | 12 | 6C | E2 | 5C | 34 | 0 | B | D6 | 55 | 30 |
| Octal | 22 | 154 | 342 | 134 | 64 | 0 | 13 | 326 | 125 | 60 |
| Binary | 10010 | 1101100 | 11100010 | 1011100 | 110100 | 0 | 1011 | 11010110 | 1010101 | 110000 |
Color Harmonies of #126CE2
Complementary color
Monochromatic Colors of #126CE2
Black with #126CE2
Text Example
Text Example
White with #126CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CE2; }
p { color: rgb(18,108,226); }
H1.HeaderClassName
{
color: #126CE2;
}
.AnyTagClassName
{
color: #126CE2;
}
</style>
background-color css
<style>
a { background-color: #126CE2; }
a { background-color: rgb(18,108,226); }
div.DivClassName
{
background-color: #126CE2;
}
.BgClassName
{
background-color: #126CE2;
}
</style>
border-color css
<style>
span { border-color: #126CE2; }
span { border-color: rgb(18,108,226); }
td.TdClassName
{
border-color: #126CE2;
}
.TagClassName
{
border-color: #126CE2;
}
</style>