Shades of Navy Blue #156AD4
Tints of Navy Blue #156AD4
RGB
CMYK
RGB Variations
Color information
#156AD4 (or 0x156AD4) is known color: Navy Blue. HEX triplet: 15, 6A and D4. RGB value is (21,106,212). Sum of RGB (Red+Green+Blue) = 21+106+212=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 212 (83.20% from 255 or 62.54% from 339); Max value from RGB is 212 - color contains mainly: blue. Hex color #156AD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156AD4 is #EA952B. Grayscale: #5C5C5C. Windows color (decimal): -15373612 or 13920789. OLE color: 13920789.
HSL color Cylindrical-coordinate representation of color #156AD4: hue angle of 213.3º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156AD4 is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 21 | 106 | 212 | - |
| CMYK | 0.90 | 0.5 | 0 | 0.17 |
| HSL | 213.3º | 0.82% | 0.46% | - |
| HSV(B) | 213.3º | 0.9% | 0.83% | - |
| XYZ | 17.35 | 15.22 | 64.31 | - |
| YUV | 92.67 | 195.34 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 212 | 0.90 | 0.5 | 0 | 0.17 | 213.3 | 0.82 | 0.46 |
| Hex | 15 | 6A | D4 | 5A | 32 | 0 | 11 | D5 | 52 | 2E |
| Octal | 25 | 152 | 324 | 132 | 62 | 0 | 21 | 325 | 122 | 56 |
| Binary | 10101 | 1101010 | 11010100 | 1011010 | 110010 | 0 | 10001 | 11010101 | 1010010 | 101110 |
Color Harmonies of #156AD4
Complementary color
Monochromatic Colors of #156AD4
Black with #156AD4
Text Example
Text Example
White with #156AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156AD4; }
p { color: rgb(21,106,212); }
H1.HeaderClassName
{
color: #156AD4;
}
.AnyTagClassName
{
color: #156AD4;
}
</style>
background-color css
<style>
a { background-color: #156AD4; }
a { background-color: rgb(21,106,212); }
div.DivClassName
{
background-color: #156AD4;
}
.BgClassName
{
background-color: #156AD4;
}
</style>
border-color css
<style>
span { border-color: #156AD4; }
span { border-color: rgb(21,106,212); }
td.TdClassName
{
border-color: #156AD4;
}
.TagClassName
{
border-color: #156AD4;
}
</style>