Shades of Navy Blue #156AD9
Tints of Navy Blue #156AD9
RGB
CMYK
RGB Variations
Color information
#156AD9 (or 0x156AD9) is known color: Navy Blue. HEX triplet: 15, 6A and D9. RGB value is (21,106,217). Sum of RGB (Red+Green+Blue) = 21+106+217=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 217 (85.16% from 255 or 63.08% from 344); Max value from RGB is 217 - color contains mainly: blue. Hex color #156AD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156AD9 is #EA9526. Grayscale: #5C5C5C. Windows color (decimal): -15373607 or 14248469. OLE color: 14248469.
HSL color Cylindrical-coordinate representation of color #156AD9: hue angle of 213.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156AD9 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 106 | 217 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.15 |
| HSL | 213.98º | 0.82% | 0.47% | - |
| HSV(B) | 213.98º | 0.9% | 0.85% | - |
| XYZ | 17.99 | 15.48 | 67.69 | - |
| YUV | 93.24 | 197.84 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 217 | 0.90 | 0.51 | 0 | 0.15 | 213.98 | 0.82 | 0.47 |
| Hex | 15 | 6A | D9 | 5A | 33 | 0 | F | D6 | 52 | 2F |
| Octal | 25 | 152 | 331 | 132 | 63 | 0 | 17 | 326 | 122 | 57 |
| Binary | 10101 | 1101010 | 11011001 | 1011010 | 110011 | 0 | 1111 | 11010110 | 1010010 | 101111 |
Color Harmonies of #156AD9
Complementary color
Monochromatic Colors of #156AD9
Black with #156AD9
Text Example
Text Example
White with #156AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156AD9; }
p { color: rgb(21,106,217); }
H1.HeaderClassName
{
color: #156AD9;
}
.AnyTagClassName
{
color: #156AD9;
}
</style>
background-color css
<style>
a { background-color: #156AD9; }
a { background-color: rgb(21,106,217); }
div.DivClassName
{
background-color: #156AD9;
}
.BgClassName
{
background-color: #156AD9;
}
</style>
border-color css
<style>
span { border-color: #156AD9; }
span { border-color: rgb(21,106,217); }
td.TdClassName
{
border-color: #156AD9;
}
.TagClassName
{
border-color: #156AD9;
}
</style>