Shades of Navy Blue #156DDA
Tints of Navy Blue #156DDA
RGB
CMYK
RGB Variations
Color information
#156DDA (or 0x156DDA) is known color: Navy Blue. HEX triplet: 15, 6D and DA. RGB value is (21,109,218). Sum of RGB (Red+Green+Blue) = 21+109+218=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #156DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156DDA is #EA9225. Grayscale: #5E5E5E. Windows color (decimal): -15372838 or 14314773. OLE color: 14314773.
HSL color Cylindrical-coordinate representation of color #156DDA: hue angle of 213.2º 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 #156DDA is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 109 | 218 | - |
| CMYK | 0.90 | 0.5 | 0 | 0.15 |
| HSL | 213.2º | 0.82% | 0.47% | - |
| HSV(B) | 213.2º | 0.9% | 0.85% | - |
| XYZ | 18.43 | 16.16 | 68.48 | - |
| YUV | 95.11 | 197.35 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 218 | 0.90 | 0.5 | 0 | 0.15 | 213.2 | 0.82 | 0.47 |
| Hex | 15 | 6D | DA | 5A | 32 | 0 | F | D5 | 52 | 2F |
| Octal | 25 | 155 | 332 | 132 | 62 | 0 | 17 | 325 | 122 | 57 |
| Binary | 10101 | 1101101 | 11011010 | 1011010 | 110010 | 0 | 1111 | 11010101 | 1010010 | 101111 |
Color Harmonies of #156DDA
Complementary color
Monochromatic Colors of #156DDA
Black with #156DDA
Text Example
Text Example
White with #156DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156DDA; }
p { color: rgb(21,109,218); }
H1.HeaderClassName
{
color: #156DDA;
}
.AnyTagClassName
{
color: #156DDA;
}
</style>
background-color css
<style>
a { background-color: #156DDA; }
a { background-color: rgb(21,109,218); }
div.DivClassName
{
background-color: #156DDA;
}
.BgClassName
{
background-color: #156DDA;
}
</style>
border-color css
<style>
span { border-color: #156DDA; }
span { border-color: rgb(21,109,218); }
td.TdClassName
{
border-color: #156DDA;
}
.TagClassName
{
border-color: #156DDA;
}
</style>