Shades of Navy Blue #155BDC
Tints of Navy Blue #155BDC
RGB
CMYK
RGB Variations
Color information
#155BDC (or 0x155BDC) is known color: Navy Blue. HEX triplet: 15, 5B and DC. RGB value is (21,91,220). Sum of RGB (Red+Green+Blue) = 21+91+220=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #155BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BDC is #EAA423. Grayscale: #545454. Windows color (decimal): -15377444 or 14441237. OLE color: 14441237.
HSL color Cylindrical-coordinate representation of color #155BDC: hue angle of 218.89º 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 #155BDC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 91 | 220 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.14 |
| HSL | 218.89º | 0.83% | 0.47% | - |
| HSV(B) | 218.89º | 0.9% | 0.86% | - |
| XYZ | 16.97 | 12.81 | 69.29 | - |
| YUV | 84.78 | 204.31 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 220 | 0.90 | 0.59 | 0 | 0.14 | 218.89 | 0.83 | 0.47 |
| Hex | 15 | 5B | DC | 5A | 3B | 0 | E | DB | 53 | 2F |
| Octal | 25 | 133 | 334 | 132 | 73 | 0 | 16 | 333 | 123 | 57 |
| Binary | 10101 | 1011011 | 11011100 | 1011010 | 111011 | 0 | 1110 | 11011011 | 1010011 | 101111 |
Color Harmonies of #155BDC
Complementary color
Monochromatic Colors of #155BDC
Black with #155BDC
Text Example
Text Example
White with #155BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BDC; }
p { color: rgb(21,91,220); }
H1.HeaderClassName
{
color: #155BDC;
}
.AnyTagClassName
{
color: #155BDC;
}
</style>
background-color css
<style>
a { background-color: #155BDC; }
a { background-color: rgb(21,91,220); }
div.DivClassName
{
background-color: #155BDC;
}
.BgClassName
{
background-color: #155BDC;
}
</style>
border-color css
<style>
span { border-color: #155BDC; }
span { border-color: rgb(21,91,220); }
td.TdClassName
{
border-color: #155BDC;
}
.TagClassName
{
border-color: #155BDC;
}
</style>