Shades of Navy Blue #156EDD
Tints of Navy Blue #156EDD
RGB
CMYK
RGB Variations
Color information
#156EDD (or 0x156EDD) is known color: Navy Blue. HEX triplet: 15, 6E and DD. RGB value is (21,110,221). Sum of RGB (Red+Green+Blue) = 21+110+221=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #156EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156EDD is #EA9122. Grayscale: #5F5F5F. Windows color (decimal): -15372579 or 14511637. OLE color: 14511637.
HSL color Cylindrical-coordinate representation of color #156EDD: hue angle of 213.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156EDD is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 110 | 221 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.13 |
| HSL | 213.3º | 0.83% | 0.47% | - |
| HSV(B) | 213.3º | 0.9% | 0.87% | - |
| XYZ | 18.94 | 16.53 | 70.6 | - |
| YUV | 96.04 | 198.51 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 221 | 0.90 | 0.50 | 0 | 0.13 | 213.3 | 0.83 | 0.47 |
| Hex | 15 | 6E | DD | 5A | 32 | 0 | D | D5 | 53 | 2F |
| Octal | 25 | 156 | 335 | 132 | 62 | 0 | 15 | 325 | 123 | 57 |
| Binary | 10101 | 1101110 | 11011101 | 1011010 | 110010 | 0 | 1101 | 11010101 | 1010011 | 101111 |
Color Harmonies of #156EDD
Complementary color
Monochromatic Colors of #156EDD
Black with #156EDD
Text Example
Text Example
White with #156EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156EDD; }
p { color: rgb(21,110,221); }
H1.HeaderClassName
{
color: #156EDD;
}
.AnyTagClassName
{
color: #156EDD;
}
</style>
background-color css
<style>
a { background-color: #156EDD; }
a { background-color: rgb(21,110,221); }
div.DivClassName
{
background-color: #156EDD;
}
.BgClassName
{
background-color: #156EDD;
}
</style>
border-color css
<style>
span { border-color: #156EDD; }
span { border-color: rgb(21,110,221); }
td.TdClassName
{
border-color: #156EDD;
}
.TagClassName
{
border-color: #156EDD;
}
</style>