Shades of Navy Blue #156BDC
Tints of Navy Blue #156BDC
RGB
CMYK
RGB Variations
Color information
#156BDC (or 0x156BDC) is known color: Navy Blue. HEX triplet: 15, 6B and DC. RGB value is (21,107,220). Sum of RGB (Red+Green+Blue) = 21+107+220=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #156BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BDC is #EA9423. Grayscale: #5D5D5D. Windows color (decimal): -15373348 or 14445333. OLE color: 14445333.
HSL color Cylindrical-coordinate representation of color #156BDC: hue angle of 214.07º 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 #156BDC is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 107 | 220 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.14 |
| HSL | 214.07º | 0.83% | 0.47% | - |
| HSV(B) | 214.07º | 0.9% | 0.86% | - |
| XYZ | 18.49 | 15.84 | 69.79 | - |
| YUV | 94.17 | 199.01 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 107 | 220 | 0.90 | 0.51 | 0 | 0.14 | 214.07 | 0.83 | 0.47 |
| Hex | 15 | 6B | DC | 5A | 33 | 0 | E | D6 | 53 | 2F |
| Octal | 25 | 153 | 334 | 132 | 63 | 0 | 16 | 326 | 123 | 57 |
| Binary | 10101 | 1101011 | 11011100 | 1011010 | 110011 | 0 | 1110 | 11010110 | 1010011 | 101111 |
Color Harmonies of #156BDC
Complementary color
Monochromatic Colors of #156BDC
Black with #156BDC
Text Example
Text Example
White with #156BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156BDC; }
p { color: rgb(21,107,220); }
H1.HeaderClassName
{
color: #156BDC;
}
.AnyTagClassName
{
color: #156BDC;
}
</style>
background-color css
<style>
a { background-color: #156BDC; }
a { background-color: rgb(21,107,220); }
div.DivClassName
{
background-color: #156BDC;
}
.BgClassName
{
background-color: #156BDC;
}
</style>
border-color css
<style>
span { border-color: #156BDC; }
span { border-color: rgb(21,107,220); }
td.TdClassName
{
border-color: #156BDC;
}
.TagClassName
{
border-color: #156BDC;
}
</style>