Shades of Navy Blue #156EDE
Tints of Navy Blue #156EDE
RGB
CMYK
RGB Variations
Color information
#156EDE (or 0x156EDE) is known color: Navy Blue. HEX triplet: 15, 6E and DE. RGB value is (21,110,222). Sum of RGB (Red+Green+Blue) = 21+110+222=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #156EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156EDE is #EA9121. Grayscale: #5F5F5F. Windows color (decimal): -15372578 or 14577173. OLE color: 14577173.
HSL color Cylindrical-coordinate representation of color #156EDE: hue angle of 213.43º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156EDE is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 110 | 222 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.13 |
| HSL | 213.43º | 0.83% | 0.48% | - |
| HSV(B) | 213.43º | 0.91% | 0.87% | - |
| XYZ | 19.07 | 16.59 | 71.3 | - |
| YUV | 96.16 | 199.01 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 222 | 0.91 | 0.50 | 0 | 0.13 | 213.43 | 0.83 | 0.48 |
| Hex | 15 | 6E | DE | 5B | 32 | 0 | D | D5 | 53 | 30 |
| Octal | 25 | 156 | 336 | 133 | 62 | 0 | 15 | 325 | 123 | 60 |
| Binary | 10101 | 1101110 | 11011110 | 1011011 | 110010 | 0 | 1101 | 11010101 | 1010011 | 110000 |
Color Harmonies of #156EDE
Complementary color
Monochromatic Colors of #156EDE
Black with #156EDE
Text Example
Text Example
White with #156EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156EDE; }
p { color: rgb(21,110,222); }
H1.HeaderClassName
{
color: #156EDE;
}
.AnyTagClassName
{
color: #156EDE;
}
</style>
background-color css
<style>
a { background-color: #156EDE; }
a { background-color: rgb(21,110,222); }
div.DivClassName
{
background-color: #156EDE;
}
.BgClassName
{
background-color: #156EDE;
}
</style>
border-color css
<style>
span { border-color: #156EDE; }
span { border-color: rgb(21,110,222); }
td.TdClassName
{
border-color: #156EDE;
}
.TagClassName
{
border-color: #156EDE;
}
</style>