Shades of Navy Blue #126CCC
Tints of Navy Blue #126CCC
RGB
CMYK
RGB Variations
Color information
#126CCC (or 0x126CCC) is known color: Navy Blue. HEX triplet: 12, 6C and CC. RGB value is (18,108,204). Sum of RGB (Red+Green+Blue) = 18+108+204=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #126CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CCC is #ED9333. Grayscale: #5B5B5B. Windows color (decimal): -15569716 or 13397010. OLE color: 13397010.
HSL color Cylindrical-coordinate representation of color #126CCC: hue angle of 210.97º 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 #126CCC is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 108 | 204 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.2 |
| HSL | 210.97º | 0.84% | 0.44% | - |
| HSV(B) | 210.97º | 0.91% | 0.8% | - |
| XYZ | 16.51 | 15.21 | 59.19 | - |
| YUV | 92.03 | 191.18 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 204 | 0.91 | 0.47 | 0 | 0.2 | 210.97 | 0.84 | 0.44 |
| Hex | 12 | 6C | CC | 5B | 2F | 0 | 14 | D3 | 54 | 2C |
| Octal | 22 | 154 | 314 | 133 | 57 | 0 | 24 | 323 | 124 | 54 |
| Binary | 10010 | 1101100 | 11001100 | 1011011 | 101111 | 0 | 10100 | 11010011 | 1010100 | 101100 |
Color Harmonies of #126CCC
Complementary color
Monochromatic Colors of #126CCC
Black with #126CCC
Text Example
Text Example
White with #126CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CCC; }
p { color: rgb(18,108,204); }
H1.HeaderClassName
{
color: #126CCC;
}
.AnyTagClassName
{
color: #126CCC;
}
</style>
background-color css
<style>
a { background-color: #126CCC; }
a { background-color: rgb(18,108,204); }
div.DivClassName
{
background-color: #126CCC;
}
.BgClassName
{
background-color: #126CCC;
}
</style>
border-color css
<style>
span { border-color: #126CCC; }
span { border-color: rgb(18,108,204); }
td.TdClassName
{
border-color: #126CCC;
}
.TagClassName
{
border-color: #126CCC;
}
</style>