Shades of Navy Blue #155BDE
Tints of Navy Blue #155BDE
RGB
CMYK
RGB Variations
Color information
#155BDE (or 0x155BDE) is known color: Navy Blue. HEX triplet: 15, 5B and DE. RGB value is (21,91,222). Sum of RGB (Red+Green+Blue) = 21+91+222=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #155BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BDE is #EAA421. Grayscale: #545454. Windows color (decimal): -15377442 or 14572309. OLE color: 14572309.
HSL color Cylindrical-coordinate representation of color #155BDE: hue angle of 219.1º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155BDE is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 91 | 222 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.13 |
| HSL | 219.1º | 0.83% | 0.48% | - |
| HSV(B) | 219.1º | 0.91% | 0.87% | - |
| XYZ | 17.24 | 12.92 | 70.69 | - |
| YUV | 85 | 205.31 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 222 | 0.91 | 0.59 | 0 | 0.13 | 219.1 | 0.83 | 0.48 |
| Hex | 15 | 5B | DE | 5B | 3B | 0 | D | DB | 53 | 30 |
| Octal | 25 | 133 | 336 | 133 | 73 | 0 | 15 | 333 | 123 | 60 |
| Binary | 10101 | 1011011 | 11011110 | 1011011 | 111011 | 0 | 1101 | 11011011 | 1010011 | 110000 |
Color Harmonies of #155BDE
Complementary color
Monochromatic Colors of #155BDE
Black with #155BDE
Text Example
Text Example
White with #155BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BDE; }
p { color: rgb(21,91,222); }
H1.HeaderClassName
{
color: #155BDE;
}
.AnyTagClassName
{
color: #155BDE;
}
</style>
background-color css
<style>
a { background-color: #155BDE; }
a { background-color: rgb(21,91,222); }
div.DivClassName
{
background-color: #155BDE;
}
.BgClassName
{
background-color: #155BDE;
}
</style>
border-color css
<style>
span { border-color: #155BDE; }
span { border-color: rgb(21,91,222); }
td.TdClassName
{
border-color: #155BDE;
}
.TagClassName
{
border-color: #155BDE;
}
</style>