Shades of Navy Blue #126DDC
Tints of Navy Blue #126DDC
RGB
CMYK
RGB Variations
Color information
#126DDC (or 0x126DDC) is known color: Navy Blue. HEX triplet: 12, 6D and DC. RGB value is (18,109,220). Sum of RGB (Red+Green+Blue) = 18+109+220=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #126DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DDC is #ED9223. Grayscale: #5D5D5D. Windows color (decimal): -15569444 or 14445842. OLE color: 14445842.
HSL color Cylindrical-coordinate representation of color #126DDC: hue angle of 212.97º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126DDC is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 109 | 220 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.14 |
| HSL | 212.97º | 0.85% | 0.47% | - |
| HSV(B) | 212.97º | 0.92% | 0.86% | - |
| XYZ | 18.64 | 16.23 | 69.86 | - |
| YUV | 94.45 | 198.85 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 220 | 0.92 | 0.50 | 0 | 0.14 | 212.97 | 0.85 | 0.47 |
| Hex | 12 | 6D | DC | 5C | 32 | 0 | E | D5 | 55 | 2F |
| Octal | 22 | 155 | 334 | 134 | 62 | 0 | 16 | 325 | 125 | 57 |
| Binary | 10010 | 1101101 | 11011100 | 1011100 | 110010 | 0 | 1110 | 11010101 | 1010101 | 101111 |
Color Harmonies of #126DDC
Complementary color
Monochromatic Colors of #126DDC
Black with #126DDC
Text Example
Text Example
White with #126DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DDC; }
p { color: rgb(18,109,220); }
H1.HeaderClassName
{
color: #126DDC;
}
.AnyTagClassName
{
color: #126DDC;
}
</style>
background-color css
<style>
a { background-color: #126DDC; }
a { background-color: rgb(18,109,220); }
div.DivClassName
{
background-color: #126DDC;
}
.BgClassName
{
background-color: #126DDC;
}
</style>
border-color css
<style>
span { border-color: #126DDC; }
span { border-color: rgb(18,109,220); }
td.TdClassName
{
border-color: #126DDC;
}
.TagClassName
{
border-color: #126DDC;
}
</style>