Shades of Navy Blue #156FD0
Tints of Navy Blue #156FD0
RGB
CMYK
RGB Variations
Color information
#156FD0 (or 0x156FD0) is known color: Navy Blue. HEX triplet: 15, 6F and D0. RGB value is (21,111,208). Sum of RGB (Red+Green+Blue) = 21+111+208=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 208 (81.64% from 255 or 61.18% from 340); Max value from RGB is 208 - color contains mainly: blue. Hex color #156FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156FD0 is #EA902F. Grayscale: #5E5E5E. Windows color (decimal): -15372336 or 13659925. OLE color: 13659925.
HSL color Cylindrical-coordinate representation of color #156FD0: hue angle of 211.12º 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 #156FD0 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 111 | 208 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.18 |
| HSL | 211.12º | 0.82% | 0.45% | - |
| HSV(B) | 211.12º | 0.9% | 0.82% | - |
| XYZ | 17.38 | 16.08 | 61.86 | - |
| YUV | 95.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 208 | 0.90 | 0.47 | 0 | 0.18 | 211.12 | 0.82 | 0.45 |
| Hex | 15 | 6F | D0 | 5A | 2F | 0 | 12 | D3 | 52 | 2D |
| Octal | 25 | 157 | 320 | 132 | 57 | 0 | 22 | 323 | 122 | 55 |
| Binary | 10101 | 1101111 | 11010000 | 1011010 | 101111 | 0 | 10010 | 11010011 | 1010010 | 101101 |
Color Harmonies of #156FD0
Complementary color
Monochromatic Colors of #156FD0
Black with #156FD0
Text Example
Text Example
White with #156FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156FD0; }
p { color: rgb(21,111,208); }
H1.HeaderClassName
{
color: #156FD0;
}
.AnyTagClassName
{
color: #156FD0;
}
</style>
background-color css
<style>
a { background-color: #156FD0; }
a { background-color: rgb(21,111,208); }
div.DivClassName
{
background-color: #156FD0;
}
.BgClassName
{
background-color: #156FD0;
}
</style>
border-color css
<style>
span { border-color: #156FD0; }
span { border-color: rgb(21,111,208); }
td.TdClassName
{
border-color: #156FD0;
}
.TagClassName
{
border-color: #156FD0;
}
</style>