Shades of Navy Blue #126CDD
Tints of Navy Blue #126CDD
RGB
CMYK
RGB Variations
Color information
#126CDD (or 0x126CDD) is known color: Navy Blue. HEX triplet: 12, 6C and DD. RGB value is (18,108,221). Sum of RGB (Red+Green+Blue) = 18+108+221=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #126CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CDD is #ED9322. Grayscale: #5D5D5D. Windows color (decimal): -15569699 or 14511122. OLE color: 14511122.
HSL color Cylindrical-coordinate representation of color #126CDD: hue angle of 213.4º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126CDD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 108 | 221 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.13 |
| HSL | 213.4º | 0.85% | 0.47% | - |
| HSV(B) | 213.4º | 0.92% | 0.87% | - |
| XYZ | 18.66 | 16.07 | 70.53 | - |
| YUV | 93.97 | 199.68 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 221 | 0.92 | 0.51 | 0 | 0.13 | 213.4 | 0.85 | 0.47 |
| Hex | 12 | 6C | DD | 5C | 33 | 0 | D | D5 | 55 | 2F |
| Octal | 22 | 154 | 335 | 134 | 63 | 0 | 15 | 325 | 125 | 57 |
| Binary | 10010 | 1101100 | 11011101 | 1011100 | 110011 | 0 | 1101 | 11010101 | 1010101 | 101111 |
Color Harmonies of #126CDD
Complementary color
Monochromatic Colors of #126CDD
Black with #126CDD
Text Example
Text Example
White with #126CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CDD; }
p { color: rgb(18,108,221); }
H1.HeaderClassName
{
color: #126CDD;
}
.AnyTagClassName
{
color: #126CDD;
}
</style>
background-color css
<style>
a { background-color: #126CDD; }
a { background-color: rgb(18,108,221); }
div.DivClassName
{
background-color: #126CDD;
}
.BgClassName
{
background-color: #126CDD;
}
</style>
border-color css
<style>
span { border-color: #126CDD; }
span { border-color: rgb(18,108,221); }
td.TdClassName
{
border-color: #126CDD;
}
.TagClassName
{
border-color: #126CDD;
}
</style>