Shades of Navy Blue #155BDB
Tints of Navy Blue #155BDB
RGB
CMYK
RGB Variations
Color information
#155BDB (or 0x155BDB) is known color: Navy Blue. HEX triplet: 15, 5B and DB. RGB value is (21,91,219). Sum of RGB (Red+Green+Blue) = 21+91+219=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #155BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BDB is #EAA424. Grayscale: #545454. Windows color (decimal): -15377445 or 14375701. OLE color: 14375701.
HSL color Cylindrical-coordinate representation of color #155BDB: hue angle of 218.79º degrees, saturation: 0.82, 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 #155BDB is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 91 | 219 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.14 |
| HSL | 218.79º | 0.83% | 0.47% | - |
| HSV(B) | 218.79º | 0.9% | 0.86% | - |
| XYZ | 16.84 | 12.76 | 68.59 | - |
| YUV | 84.66 | 203.81 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 219 | 0.90 | 0.58 | 0 | 0.14 | 218.79 | 0.83 | 0.47 |
| Hex | 15 | 5B | DB | 5A | 3A | 0 | E | DB | 52 | 2F |
| Octal | 25 | 133 | 333 | 132 | 72 | 0 | 16 | 333 | 122 | 57 |
| Binary | 10101 | 1011011 | 11011011 | 1011010 | 111010 | 0 | 1110 | 11011011 | 1010010 | 101111 |
Color Harmonies of #155BDB
Complementary color
Monochromatic Colors of #155BDB
Black with #155BDB
Text Example
Text Example
White with #155BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BDB; }
p { color: rgb(21,91,219); }
H1.HeaderClassName
{
color: #155BDB;
}
.AnyTagClassName
{
color: #155BDB;
}
</style>
background-color css
<style>
a { background-color: #155BDB; }
a { background-color: rgb(21,91,219); }
div.DivClassName
{
background-color: #155BDB;
}
.BgClassName
{
background-color: #155BDB;
}
</style>
border-color css
<style>
span { border-color: #155BDB; }
span { border-color: rgb(21,91,219); }
td.TdClassName
{
border-color: #155BDB;
}
.TagClassName
{
border-color: #155BDB;
}
</style>