Shades of Navy Blue #156AD1
Tints of Navy Blue #156AD1
RGB
CMYK
RGB Variations
Color information
#156AD1 (or 0x156AD1) is known color: Navy Blue. HEX triplet: 15, 6A and D1. RGB value is (21,106,209). Sum of RGB (Red+Green+Blue) = 21+106+209=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 209 (82.03% from 255 or 62.20% from 336); Max value from RGB is 209 - color contains mainly: blue. Hex color #156AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156AD1 is #EA952E. Grayscale: #5B5B5B. Windows color (decimal): -15373615 or 13724181. OLE color: 13724181.
HSL color Cylindrical-coordinate representation of color #156AD1: hue angle of 212.87º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156AD1 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 106 | 209 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.18 |
| HSL | 212.87º | 0.82% | 0.45% | - |
| HSV(B) | 212.87º | 0.9% | 0.82% | - |
| XYZ | 16.97 | 15.07 | 62.34 | - |
| YUV | 92.33 | 193.84 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 209 | 0.90 | 0.49 | 0 | 0.18 | 212.87 | 0.82 | 0.45 |
| Hex | 15 | 6A | D1 | 5A | 31 | 0 | 12 | D5 | 52 | 2D |
| Octal | 25 | 152 | 321 | 132 | 61 | 0 | 22 | 325 | 122 | 55 |
| Binary | 10101 | 1101010 | 11010001 | 1011010 | 110001 | 0 | 10010 | 11010101 | 1010010 | 101101 |
Color Harmonies of #156AD1
Complementary color
Monochromatic Colors of #156AD1
Black with #156AD1
Text Example
Text Example
White with #156AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156AD1; }
p { color: rgb(21,106,209); }
H1.HeaderClassName
{
color: #156AD1;
}
.AnyTagClassName
{
color: #156AD1;
}
</style>
background-color css
<style>
a { background-color: #156AD1; }
a { background-color: rgb(21,106,209); }
div.DivClassName
{
background-color: #156AD1;
}
.BgClassName
{
background-color: #156AD1;
}
</style>
border-color css
<style>
span { border-color: #156AD1; }
span { border-color: rgb(21,106,209); }
td.TdClassName
{
border-color: #156AD1;
}
.TagClassName
{
border-color: #156AD1;
}
</style>