Shades of Navy Blue #126FCD
Tints of Navy Blue #126FCD
RGB
CMYK
RGB Variations
Color information
#126FCD (or 0x126FCD) is known color: Navy Blue. HEX triplet: 12, 6F and CD. RGB value is (18,111,205). Sum of RGB (Red+Green+Blue) = 18+111+205=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #126FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FCD is #ED9032. Grayscale: #5D5D5D. Windows color (decimal): -15568947 or 13463314. OLE color: 13463314.
HSL color Cylindrical-coordinate representation of color #126FCD: hue angle of 210.16º 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 #126FCD is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 111 | 205 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.20 |
| HSL | 210.16º | 0.84% | 0.44% | - |
| HSV(B) | 210.16º | 0.91% | 0.8% | - |
| XYZ | 16.95 | 15.91 | 59.93 | - |
| YUV | 93.91 | 190.69 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 205 | 0.91 | 0.46 | 0 | 0.20 | 210.16 | 0.84 | 0.44 |
| Hex | 12 | 6F | CD | 5B | 2E | 0 | 14 | D2 | 54 | 2C |
| Octal | 22 | 157 | 315 | 133 | 56 | 0 | 24 | 322 | 124 | 54 |
| Binary | 10010 | 1101111 | 11001101 | 1011011 | 101110 | 0 | 10100 | 11010010 | 1010100 | 101100 |
Color Harmonies of #126FCD
Complementary color
Monochromatic Colors of #126FCD
Black with #126FCD
Text Example
Text Example
White with #126FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126FCD; }
p { color: rgb(18,111,205); }
H1.HeaderClassName
{
color: #126FCD;
}
.AnyTagClassName
{
color: #126FCD;
}
</style>
background-color css
<style>
a { background-color: #126FCD; }
a { background-color: rgb(18,111,205); }
div.DivClassName
{
background-color: #126FCD;
}
.BgClassName
{
background-color: #126FCD;
}
</style>
border-color css
<style>
span { border-color: #126FCD; }
span { border-color: rgb(18,111,205); }
td.TdClassName
{
border-color: #126FCD;
}
.TagClassName
{
border-color: #126FCD;
}
</style>