Shades of Navy Blue #156AD8
Tints of Navy Blue #156AD8
RGB
CMYK
RGB Variations
Color information
#156AD8 (or 0x156AD8) is known color: Navy Blue. HEX triplet: 15, 6A and D8. RGB value is (21,106,216). Sum of RGB (Red+Green+Blue) = 21+106+216=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 216 (84.77% from 255 or 62.97% from 343); Max value from RGB is 216 - color contains mainly: blue. Hex color #156AD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156AD8 is #EA9527. Grayscale: #5C5C5C. Windows color (decimal): -15373608 or 14182933. OLE color: 14182933.
HSL color Cylindrical-coordinate representation of color #156AD8: hue angle of 213.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156AD8 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 106 | 216 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.15 |
| HSL | 213.85º | 0.82% | 0.46% | - |
| HSV(B) | 213.85º | 0.9% | 0.85% | - |
| XYZ | 17.86 | 15.43 | 67 | - |
| YUV | 93.13 | 197.34 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 216 | 0.90 | 0.51 | 0 | 0.15 | 213.85 | 0.82 | 0.46 |
| Hex | 15 | 6A | D8 | 5A | 33 | 0 | F | D6 | 52 | 2E |
| Octal | 25 | 152 | 330 | 132 | 63 | 0 | 17 | 326 | 122 | 56 |
| Binary | 10101 | 1101010 | 11011000 | 1011010 | 110011 | 0 | 1111 | 11010110 | 1010010 | 101110 |
Color Harmonies of #156AD8
Complementary color
Monochromatic Colors of #156AD8
Black with #156AD8
Text Example
Text Example
White with #156AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156AD8; }
p { color: rgb(21,106,216); }
H1.HeaderClassName
{
color: #156AD8;
}
.AnyTagClassName
{
color: #156AD8;
}
</style>
background-color css
<style>
a { background-color: #156AD8; }
a { background-color: rgb(21,106,216); }
div.DivClassName
{
background-color: #156AD8;
}
.BgClassName
{
background-color: #156AD8;
}
</style>
border-color css
<style>
span { border-color: #156AD8; }
span { border-color: rgb(21,106,216); }
td.TdClassName
{
border-color: #156AD8;
}
.TagClassName
{
border-color: #156AD8;
}
</style>