Shades of Navy Blue #156ADC
Tints of Navy Blue #156ADC
RGB
CMYK
RGB Variations
Color information
#156ADC (or 0x156ADC) is known color: Navy Blue. HEX triplet: 15, 6A and DC. RGB value is (21,106,220). Sum of RGB (Red+Green+Blue) = 21+106+220=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #156ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ADC is #EA9523. Grayscale: #5D5D5D. Windows color (decimal): -15373604 or 14445077. OLE color: 14445077.
HSL color Cylindrical-coordinate representation of color #156ADC: hue angle of 214.37º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156ADC is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 106 | 220 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.14 |
| HSL | 214.37º | 0.83% | 0.47% | - |
| HSV(B) | 214.37º | 0.9% | 0.86% | - |
| XYZ | 18.38 | 15.63 | 69.76 | - |
| YUV | 93.58 | 199.34 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 220 | 0.90 | 0.52 | 0 | 0.14 | 214.37 | 0.83 | 0.47 |
| Hex | 15 | 6A | DC | 5A | 34 | 0 | E | D6 | 53 | 2F |
| Octal | 25 | 152 | 334 | 132 | 64 | 0 | 16 | 326 | 123 | 57 |
| Binary | 10101 | 1101010 | 11011100 | 1011010 | 110100 | 0 | 1110 | 11010110 | 1010011 | 101111 |
Color Harmonies of #156ADC
Complementary color
Monochromatic Colors of #156ADC
Black with #156ADC
Text Example
Text Example
White with #156ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156ADC; }
p { color: rgb(21,106,220); }
H1.HeaderClassName
{
color: #156ADC;
}
.AnyTagClassName
{
color: #156ADC;
}
</style>
background-color css
<style>
a { background-color: #156ADC; }
a { background-color: rgb(21,106,220); }
div.DivClassName
{
background-color: #156ADC;
}
.BgClassName
{
background-color: #156ADC;
}
</style>
border-color css
<style>
span { border-color: #156ADC; }
span { border-color: rgb(21,106,220); }
td.TdClassName
{
border-color: #156ADC;
}
.TagClassName
{
border-color: #156ADC;
}
</style>