Shades of Navy Blue #126EDE
Tints of Navy Blue #126EDE
RGB
CMYK
RGB Variations
Color information
#126EDE (or 0x126EDE) is known color: Navy Blue. HEX triplet: 12, 6E and DE. RGB value is (18,110,222). Sum of RGB (Red+Green+Blue) = 18+110+222=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #126EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126EDE is #ED9121. Grayscale: #5E5E5E. Windows color (decimal): -15569186 or 14577170. OLE color: 14577170.
HSL color Cylindrical-coordinate representation of color #126EDE: hue angle of 212.94º 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 #126EDE is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 110 | 222 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.13 |
| HSL | 212.94º | 0.85% | 0.47% | - |
| HSV(B) | 212.94º | 0.92% | 0.87% | - |
| XYZ | 19.01 | 16.55 | 71.3 | - |
| YUV | 95.26 | 199.52 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 222 | 0.92 | 0.50 | 0 | 0.13 | 212.94 | 0.85 | 0.47 |
| Hex | 12 | 6E | DE | 5C | 32 | 0 | D | D5 | 55 | 2F |
| Octal | 22 | 156 | 336 | 134 | 62 | 0 | 15 | 325 | 125 | 57 |
| Binary | 10010 | 1101110 | 11011110 | 1011100 | 110010 | 0 | 1101 | 11010101 | 1010101 | 101111 |
Color Harmonies of #126EDE
Complementary color
Monochromatic Colors of #126EDE
Black with #126EDE
Text Example
Text Example
White with #126EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126EDE; }
p { color: rgb(18,110,222); }
H1.HeaderClassName
{
color: #126EDE;
}
.AnyTagClassName
{
color: #126EDE;
}
</style>
background-color css
<style>
a { background-color: #126EDE; }
a { background-color: rgb(18,110,222); }
div.DivClassName
{
background-color: #126EDE;
}
.BgClassName
{
background-color: #126EDE;
}
</style>
border-color css
<style>
span { border-color: #126EDE; }
span { border-color: rgb(18,110,222); }
td.TdClassName
{
border-color: #126EDE;
}
.TagClassName
{
border-color: #126EDE;
}
</style>