Shades of Navy Blue #155DEB
Tints of Navy Blue #155DEB
RGB
CMYK
RGB Variations
Color information
#155DEB (or 0x155DEB) is known color: Navy Blue. HEX triplet: 15, 5D and EB. RGB value is (21,93,235). Sum of RGB (Red+Green+Blue) = 21+93+235=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #155DEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155DEB is #EAA214. Grayscale: #575757. Windows color (decimal): -15376917 or 15424789. OLE color: 15424789.
HSL color Cylindrical-coordinate representation of color #155DEB: hue angle of 219.81º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155DEB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 93 | 235 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.08 |
| HSL | 219.81º | 0.84% | 0.5% | - |
| HSV(B) | 219.81º | 0.91% | 0.92% | - |
| XYZ | 19.22 | 13.99 | 80.28 | - |
| YUV | 87.66 | 211.15 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 235 | 0.91 | 0.60 | 0 | 0.08 | 219.81 | 0.84 | 0.5 |
| Hex | 15 | 5D | EB | 5B | 3C | 0 | 8 | DC | 54 | 32 |
| Octal | 25 | 135 | 353 | 133 | 74 | 0 | 10 | 334 | 124 | 62 |
| Binary | 10101 | 1011101 | 11101011 | 1011011 | 111100 | 0 | 1000 | 11011100 | 1010100 | 110010 |
Color Harmonies of #155DEB
Complementary color
Monochromatic Colors of #155DEB
Black with #155DEB
Text Example
Text Example
White with #155DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DEB; }
p { color: rgb(21,93,235); }
H1.HeaderClassName
{
color: #155DEB;
}
.AnyTagClassName
{
color: #155DEB;
}
</style>
background-color css
<style>
a { background-color: #155DEB; }
a { background-color: rgb(21,93,235); }
div.DivClassName
{
background-color: #155DEB;
}
.BgClassName
{
background-color: #155DEB;
}
</style>
border-color css
<style>
span { border-color: #155DEB; }
span { border-color: rgb(21,93,235); }
td.TdClassName
{
border-color: #155DEB;
}
.TagClassName
{
border-color: #155DEB;
}
</style>