Shades of Navy Blue #126DDE
Tints of Navy Blue #126DDE
RGB
CMYK
RGB Variations
Color information
#126DDE (or 0x126DDE) is known color: Navy Blue. HEX triplet: 12, 6D and DE. RGB value is (18,109,222). Sum of RGB (Red+Green+Blue) = 18+109+222=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 222 (87.11% from 255 or 63.61% from 349); Max value from RGB is 222 - color contains mainly: blue. Hex color #126DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DDE is #ED9221. Grayscale: #5E5E5E. Windows color (decimal): -15569442 or 14576914. OLE color: 14576914.
HSL color Cylindrical-coordinate representation of color #126DDE: hue angle of 213.24º 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 #126DDE is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 109 | 222 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.13 |
| HSL | 213.24º | 0.85% | 0.47% | - |
| HSV(B) | 213.24º | 0.92% | 0.87% | - |
| XYZ | 18.9 | 16.34 | 71.26 | - |
| YUV | 94.67 | 199.85 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 222 | 0.92 | 0.51 | 0 | 0.13 | 213.24 | 0.85 | 0.47 |
| Hex | 12 | 6D | DE | 5C | 33 | 0 | D | D5 | 55 | 2F |
| Octal | 22 | 155 | 336 | 134 | 63 | 0 | 15 | 325 | 125 | 57 |
| Binary | 10010 | 1101101 | 11011110 | 1011100 | 110011 | 0 | 1101 | 11010101 | 1010101 | 101111 |
Color Harmonies of #126DDE
Complementary color
Monochromatic Colors of #126DDE
Black with #126DDE
Text Example
Text Example
White with #126DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DDE; }
p { color: rgb(18,109,222); }
H1.HeaderClassName
{
color: #126DDE;
}
.AnyTagClassName
{
color: #126DDE;
}
</style>
background-color css
<style>
a { background-color: #126DDE; }
a { background-color: rgb(18,109,222); }
div.DivClassName
{
background-color: #126DDE;
}
.BgClassName
{
background-color: #126DDE;
}
</style>
border-color css
<style>
span { border-color: #126DDE; }
span { border-color: rgb(18,109,222); }
td.TdClassName
{
border-color: #126DDE;
}
.TagClassName
{
border-color: #126DDE;
}
</style>