Shades of Navy Blue #155FDB
Tints of Navy Blue #155FDB
RGB
CMYK
RGB Variations
Color information
#155FDB (or 0x155FDB) is known color: Navy Blue. HEX triplet: 15, 5F and DB. RGB value is (21,95,219). Sum of RGB (Red+Green+Blue) = 21+95+219=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #155FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155FDB is #EAA024. Grayscale: #565656. Windows color (decimal): -15376421 or 14376725. OLE color: 14376725.
HSL color Cylindrical-coordinate representation of color #155FDB: hue angle of 217.58º 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 #155FDB is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 95 | 219 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.14 |
| HSL | 217.58º | 0.83% | 0.47% | - |
| HSV(B) | 217.58º | 0.9% | 0.86% | - |
| XYZ | 17.19 | 13.46 | 68.71 | - |
| YUV | 87.01 | 202.48 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 219 | 0.90 | 0.57 | 0 | 0.14 | 217.58 | 0.83 | 0.47 |
| Hex | 15 | 5F | DB | 5A | 39 | 0 | E | DA | 52 | 2F |
| Octal | 25 | 137 | 333 | 132 | 71 | 0 | 16 | 332 | 122 | 57 |
| Binary | 10101 | 1011111 | 11011011 | 1011010 | 111001 | 0 | 1110 | 11011010 | 1010010 | 101111 |
Color Harmonies of #155FDB
Complementary color
Monochromatic Colors of #155FDB
Black with #155FDB
Text Example
Text Example
White with #155FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FDB; }
p { color: rgb(21,95,219); }
H1.HeaderClassName
{
color: #155FDB;
}
.AnyTagClassName
{
color: #155FDB;
}
</style>
background-color css
<style>
a { background-color: #155FDB; }
a { background-color: rgb(21,95,219); }
div.DivClassName
{
background-color: #155FDB;
}
.BgClassName
{
background-color: #155FDB;
}
</style>
border-color css
<style>
span { border-color: #155FDB; }
span { border-color: rgb(21,95,219); }
td.TdClassName
{
border-color: #155FDB;
}
.TagClassName
{
border-color: #155FDB;
}
</style>