Shades of Navy Blue #156ED5
Tints of Navy Blue #156ED5
RGB
CMYK
RGB Variations
Color information
#156ED5 (or 0x156ED5) is known color: Navy Blue. HEX triplet: 15, 6E and D5. RGB value is (21,110,213). Sum of RGB (Red+Green+Blue) = 21+110+213=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 213 (83.59% from 255 or 61.92% from 344); Max value from RGB is 213 - color contains mainly: blue. Hex color #156ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ED5 is #EA912A. Grayscale: #5E5E5E. Windows color (decimal): -15372587 or 13987349. OLE color: 13987349.
HSL color Cylindrical-coordinate representation of color #156ED5: hue angle of 212.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156ED5 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 110 | 213 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.16 |
| HSL | 212.19º | 0.82% | 0.46% | - |
| HSV(B) | 212.19º | 0.9% | 0.84% | - |
| XYZ | 17.9 | 16.12 | 65.12 | - |
| YUV | 95.13 | 194.51 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 213 | 0.90 | 0.48 | 0 | 0.16 | 212.19 | 0.82 | 0.46 |
| Hex | 15 | 6E | D5 | 5A | 30 | 0 | 10 | D4 | 52 | 2E |
| Octal | 25 | 156 | 325 | 132 | 60 | 0 | 20 | 324 | 122 | 56 |
| Binary | 10101 | 1101110 | 11010101 | 1011010 | 110000 | 0 | 10000 | 11010100 | 1010010 | 101110 |
Color Harmonies of #156ED5
Complementary color
Monochromatic Colors of #156ED5
Black with #156ED5
Text Example
Text Example
White with #156ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156ED5; }
p { color: rgb(21,110,213); }
H1.HeaderClassName
{
color: #156ED5;
}
.AnyTagClassName
{
color: #156ED5;
}
</style>
background-color css
<style>
a { background-color: #156ED5; }
a { background-color: rgb(21,110,213); }
div.DivClassName
{
background-color: #156ED5;
}
.BgClassName
{
background-color: #156ED5;
}
</style>
border-color css
<style>
span { border-color: #156ED5; }
span { border-color: rgb(21,110,213); }
td.TdClassName
{
border-color: #156ED5;
}
.TagClassName
{
border-color: #156ED5;
}
</style>