Shades of Navy Blue #126CCD
Tints of Navy Blue #126CCD
RGB
CMYK
RGB Variations
Color information
#126CCD (or 0x126CCD) is known color: Navy Blue. HEX triplet: 12, 6C and CD. RGB value is (18,108,205). Sum of RGB (Red+Green+Blue) = 18+108+205=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #126CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CCD is #ED9332. Grayscale: #5B5B5B. Windows color (decimal): -15569715 or 13462546. OLE color: 13462546.
HSL color Cylindrical-coordinate representation of color #126CCD: hue angle of 211.12º 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 #126CCD is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 108 | 205 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.20 |
| HSL | 211.12º | 0.84% | 0.44% | - |
| HSV(B) | 211.12º | 0.91% | 0.8% | - |
| XYZ | 16.63 | 15.26 | 59.83 | - |
| YUV | 92.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 205 | 0.91 | 0.47 | 0 | 0.20 | 211.12 | 0.84 | 0.44 |
| Hex | 12 | 6C | CD | 5B | 2F | 0 | 14 | D3 | 54 | 2C |
| Octal | 22 | 154 | 315 | 133 | 57 | 0 | 24 | 323 | 124 | 54 |
| Binary | 10010 | 1101100 | 11001101 | 1011011 | 101111 | 0 | 10100 | 11010011 | 1010100 | 101100 |
Color Harmonies of #126CCD
Complementary color
Monochromatic Colors of #126CCD
Black with #126CCD
Text Example
Text Example
White with #126CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CCD; }
p { color: rgb(18,108,205); }
H1.HeaderClassName
{
color: #126CCD;
}
.AnyTagClassName
{
color: #126CCD;
}
</style>
background-color css
<style>
a { background-color: #126CCD; }
a { background-color: rgb(18,108,205); }
div.DivClassName
{
background-color: #126CCD;
}
.BgClassName
{
background-color: #126CCD;
}
</style>
border-color css
<style>
span { border-color: #126CCD; }
span { border-color: rgb(18,108,205); }
td.TdClassName
{
border-color: #126CCD;
}
.TagClassName
{
border-color: #126CCD;
}
</style>