Shades of Navy Blue #126DCE
Tints of Navy Blue #126DCE
RGB
CMYK
RGB Variations
Color information
#126DCE (or 0x126DCE) is known color: Navy Blue. HEX triplet: 12, 6D and CE. RGB value is (18,109,206). Sum of RGB (Red+Green+Blue) = 18+109+206=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #126DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DCE is #ED9231. Grayscale: #5C5C5C. Windows color (decimal): -15569458 or 13528338. OLE color: 13528338.
HSL color Cylindrical-coordinate representation of color #126DCE: hue angle of 210.96º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126DCE is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 109 | 206 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.19 |
| HSL | 210.96º | 0.84% | 0.44% | - |
| HSV(B) | 210.96º | 0.91% | 0.81% | - |
| XYZ | 16.86 | 15.52 | 60.5 | - |
| YUV | 92.85 | 191.85 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 206 | 0.91 | 0.47 | 0 | 0.19 | 210.96 | 0.84 | 0.44 |
| Hex | 12 | 6D | CE | 5B | 2F | 0 | 13 | D3 | 54 | 2C |
| Octal | 22 | 155 | 316 | 133 | 57 | 0 | 23 | 323 | 124 | 54 |
| Binary | 10010 | 1101101 | 11001110 | 1011011 | 101111 | 0 | 10011 | 11010011 | 1010100 | 101100 |
Color Harmonies of #126DCE
Complementary color
Monochromatic Colors of #126DCE
Black with #126DCE
Text Example
Text Example
White with #126DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DCE; }
p { color: rgb(18,109,206); }
H1.HeaderClassName
{
color: #126DCE;
}
.AnyTagClassName
{
color: #126DCE;
}
</style>
background-color css
<style>
a { background-color: #126DCE; }
a { background-color: rgb(18,109,206); }
div.DivClassName
{
background-color: #126DCE;
}
.BgClassName
{
background-color: #126DCE;
}
</style>
border-color css
<style>
span { border-color: #126DCE; }
span { border-color: rgb(18,109,206); }
td.TdClassName
{
border-color: #126DCE;
}
.TagClassName
{
border-color: #126DCE;
}
</style>