Shades of Navy Blue #126DDD
Tints of Navy Blue #126DDD
RGB
CMYK
RGB Variations
Color information
#126DDD (or 0x126DDD) is known color: Navy Blue. HEX triplet: 12, 6D and DD. RGB value is (18,109,221). Sum of RGB (Red+Green+Blue) = 18+109+221=348 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.17% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #126DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DDD is #ED9222. Grayscale: #5E5E5E. Windows color (decimal): -15569443 or 14511378. OLE color: 14511378.
HSL color Cylindrical-coordinate representation of color #126DDD: hue angle of 213.1º 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 #126DDD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 109 | 221 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.13 |
| HSL | 213.1º | 0.85% | 0.47% | - |
| HSV(B) | 213.1º | 0.92% | 0.87% | - |
| XYZ | 18.77 | 16.29 | 70.56 | - |
| YUV | 94.56 | 199.35 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 221 | 0.92 | 0.51 | 0 | 0.13 | 213.1 | 0.85 | 0.47 |
| Hex | 12 | 6D | DD | 5C | 33 | 0 | D | D5 | 55 | 2F |
| Octal | 22 | 155 | 335 | 134 | 63 | 0 | 15 | 325 | 125 | 57 |
| Binary | 10010 | 1101101 | 11011101 | 1011100 | 110011 | 0 | 1101 | 11010101 | 1010101 | 101111 |
Color Harmonies of #126DDD
Complementary color
Monochromatic Colors of #126DDD
Black with #126DDD
Text Example
Text Example
White with #126DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DDD; }
p { color: rgb(18,109,221); }
H1.HeaderClassName
{
color: #126DDD;
}
.AnyTagClassName
{
color: #126DDD;
}
</style>
background-color css
<style>
a { background-color: #126DDD; }
a { background-color: rgb(18,109,221); }
div.DivClassName
{
background-color: #126DDD;
}
.BgClassName
{
background-color: #126DDD;
}
</style>
border-color css
<style>
span { border-color: #126DDD; }
span { border-color: rgb(18,109,221); }
td.TdClassName
{
border-color: #126DDD;
}
.TagClassName
{
border-color: #126DDD;
}
</style>