Shades of Navy Blue #156ADA
Tints of Navy Blue #156ADA
RGB
CMYK
RGB Variations
Color information
#156ADA (or 0x156ADA) is known color: Navy Blue. HEX triplet: 15, 6A and DA. RGB value is (21,106,218). Sum of RGB (Red+Green+Blue) = 21+106+218=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #156ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ADA is #EA9525. Grayscale: #5C5C5C. Windows color (decimal): -15373606 or 14314005. OLE color: 14314005.
HSL color Cylindrical-coordinate representation of color #156ADA: hue angle of 214.11º 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 #156ADA is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 106 | 218 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.15 |
| HSL | 214.11º | 0.82% | 0.47% | - |
| HSV(B) | 214.11º | 0.9% | 0.85% | - |
| XYZ | 18.12 | 15.53 | 68.37 | - |
| YUV | 93.35 | 198.34 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 218 | 0.90 | 0.51 | 0 | 0.15 | 214.11 | 0.82 | 0.47 |
| Hex | 15 | 6A | DA | 5A | 33 | 0 | F | D6 | 52 | 2F |
| Octal | 25 | 152 | 332 | 132 | 63 | 0 | 17 | 326 | 122 | 57 |
| Binary | 10101 | 1101010 | 11011010 | 1011010 | 110011 | 0 | 1111 | 11010110 | 1010010 | 101111 |
Color Harmonies of #156ADA
Complementary color
Monochromatic Colors of #156ADA
Black with #156ADA
Text Example
Text Example
White with #156ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156ADA; }
p { color: rgb(21,106,218); }
H1.HeaderClassName
{
color: #156ADA;
}
.AnyTagClassName
{
color: #156ADA;
}
</style>
background-color css
<style>
a { background-color: #156ADA; }
a { background-color: rgb(21,106,218); }
div.DivClassName
{
background-color: #156ADA;
}
.BgClassName
{
background-color: #156ADA;
}
</style>
border-color css
<style>
span { border-color: #156ADA; }
span { border-color: rgb(21,106,218); }
td.TdClassName
{
border-color: #156ADA;
}
.TagClassName
{
border-color: #156ADA;
}
</style>