Shades of Navy Blue #126DCC
Tints of Navy Blue #126DCC
RGB
CMYK
RGB Variations
Color information
#126DCC (or 0x126DCC) is known color: Navy Blue. HEX triplet: 12, 6D and CC. RGB value is (18,109,204). Sum of RGB (Red+Green+Blue) = 18+109+204=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #126DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DCC is #ED9233. Grayscale: #5C5C5C. Windows color (decimal): -15569460 or 13397266. OLE color: 13397266.
HSL color Cylindrical-coordinate representation of color #126DCC: hue angle of 210.65º 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 #126DCC is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 109 | 204 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.2 |
| HSL | 210.65º | 0.84% | 0.44% | - |
| HSV(B) | 210.65º | 0.91% | 0.8% | - |
| XYZ | 16.62 | 15.43 | 59.23 | - |
| YUV | 92.62 | 190.85 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 204 | 0.91 | 0.47 | 0 | 0.2 | 210.65 | 0.84 | 0.44 |
| Hex | 12 | 6D | CC | 5B | 2F | 0 | 14 | D3 | 54 | 2C |
| Octal | 22 | 155 | 314 | 133 | 57 | 0 | 24 | 323 | 124 | 54 |
| Binary | 10010 | 1101101 | 11001100 | 1011011 | 101111 | 0 | 10100 | 11010011 | 1010100 | 101100 |
Color Harmonies of #126DCC
Complementary color
Monochromatic Colors of #126DCC
Black with #126DCC
Text Example
Text Example
White with #126DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DCC; }
p { color: rgb(18,109,204); }
H1.HeaderClassName
{
color: #126DCC;
}
.AnyTagClassName
{
color: #126DCC;
}
</style>
background-color css
<style>
a { background-color: #126DCC; }
a { background-color: rgb(18,109,204); }
div.DivClassName
{
background-color: #126DCC;
}
.BgClassName
{
background-color: #126DCC;
}
</style>
border-color css
<style>
span { border-color: #126DCC; }
span { border-color: rgb(18,109,204); }
td.TdClassName
{
border-color: #126DCC;
}
.TagClassName
{
border-color: #126DCC;
}
</style>