Shades of Navy Blue #156BDD
Tints of Navy Blue #156BDD
RGB
CMYK
RGB Variations
Color information
#156BDD (or 0x156BDD) is known color: Navy Blue. HEX triplet: 15, 6B and DD. RGB value is (21,107,221). Sum of RGB (Red+Green+Blue) = 21+107+221=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #156BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BDD is #EA9422. Grayscale: #5D5D5D. Windows color (decimal): -15373347 or 14510869. OLE color: 14510869.
HSL color Cylindrical-coordinate representation of color #156BDD: hue angle of 214.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156BDD is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 107 | 221 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.13 |
| HSL | 214.2º | 0.83% | 0.47% | - |
| HSV(B) | 214.2º | 0.9% | 0.87% | - |
| XYZ | 18.62 | 15.9 | 70.49 | - |
| YUV | 94.28 | 199.51 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 221 | 0.90 | 0.52 | 0 | 0.13 | 214.2 | 0.83 | 0.47 |
| Hex | 15 | 6B | DD | 5A | 34 | 0 | D | D6 | 53 | 2F |
| Octal | 25 | 153 | 335 | 132 | 64 | 0 | 15 | 326 | 123 | 57 |
| Binary | 10101 | 1101011 | 11011101 | 1011010 | 110100 | 0 | 1101 | 11010110 | 1010011 | 101111 |
Color Harmonies of #156BDD
Complementary color
Monochromatic Colors of #156BDD
Black with #156BDD
Text Example
Text Example
White with #156BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156BDD; }
p { color: rgb(21,107,221); }
H1.HeaderClassName
{
color: #156BDD;
}
.AnyTagClassName
{
color: #156BDD;
}
</style>
background-color css
<style>
a { background-color: #156BDD; }
a { background-color: rgb(21,107,221); }
div.DivClassName
{
background-color: #156BDD;
}
.BgClassName
{
background-color: #156BDD;
}
</style>
border-color css
<style>
span { border-color: #156BDD; }
span { border-color: rgb(21,107,221); }
td.TdClassName
{
border-color: #156BDD;
}
.TagClassName
{
border-color: #156BDD;
}
</style>