Shades of Navy Blue #126ECC
Tints of Navy Blue #126ECC
RGB
CMYK
RGB Variations
Color information
#126ECC (or 0x126ECC) is known color: Navy Blue. HEX triplet: 12, 6E and CC. RGB value is (18,110,204). Sum of RGB (Red+Green+Blue) = 18+110+204=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #126ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ECC is #ED9133. Grayscale: #5C5C5C. Windows color (decimal): -15569204 or 13397522. OLE color: 13397522.
HSL color Cylindrical-coordinate representation of color #126ECC: hue angle of 210.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126ECC is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 110 | 204 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.2 |
| HSL | 210.32º | 0.84% | 0.44% | - |
| HSV(B) | 210.32º | 0.91% | 0.8% | - |
| XYZ | 16.72 | 15.64 | 59.26 | - |
| YUV | 93.21 | 190.52 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 204 | 0.91 | 0.46 | 0 | 0.2 | 210.32 | 0.84 | 0.44 |
| Hex | 12 | 6E | CC | 5B | 2E | 0 | 14 | D2 | 54 | 2C |
| Octal | 22 | 156 | 314 | 133 | 56 | 0 | 24 | 322 | 124 | 54 |
| Binary | 10010 | 1101110 | 11001100 | 1011011 | 101110 | 0 | 10100 | 11010010 | 1010100 | 101100 |
Color Harmonies of #126ECC
Complementary color
Monochromatic Colors of #126ECC
Black with #126ECC
Text Example
Text Example
White with #126ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126ECC; }
p { color: rgb(18,110,204); }
H1.HeaderClassName
{
color: #126ECC;
}
.AnyTagClassName
{
color: #126ECC;
}
</style>
background-color css
<style>
a { background-color: #126ECC; }
a { background-color: rgb(18,110,204); }
div.DivClassName
{
background-color: #126ECC;
}
.BgClassName
{
background-color: #126ECC;
}
</style>
border-color css
<style>
span { border-color: #126ECC; }
span { border-color: rgb(18,110,204); }
td.TdClassName
{
border-color: #126ECC;
}
.TagClassName
{
border-color: #126ECC;
}
</style>