Shades of Navy Blue #155FEB
Tints of Navy Blue #155FEB
RGB
CMYK
RGB Variations
Color information
#155FEB (or 0x155FEB) is known color: Navy Blue. HEX triplet: 15, 5F and EB. RGB value is (21,95,235). Sum of RGB (Red+Green+Blue) = 21+95+235=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #155FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155FEB is #EAA014. Grayscale: #585858. Windows color (decimal): -15376405 or 15425301. OLE color: 15425301.
HSL color Cylindrical-coordinate representation of color #155FEB: hue angle of 219.25º 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 #155FEB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 95 | 235 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.08 |
| HSL | 219.25º | 0.84% | 0.5% | - |
| HSV(B) | 219.25º | 0.91% | 0.92% | - |
| XYZ | 19.4 | 14.34 | 80.34 | - |
| YUV | 88.83 | 210.48 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 235 | 0.91 | 0.60 | 0 | 0.08 | 219.25 | 0.84 | 0.5 |
| Hex | 15 | 5F | EB | 5B | 3C | 0 | 8 | DB | 54 | 32 |
| Octal | 25 | 137 | 353 | 133 | 74 | 0 | 10 | 333 | 124 | 62 |
| Binary | 10101 | 1011111 | 11101011 | 1011011 | 111100 | 0 | 1000 | 11011011 | 1010100 | 110010 |
Color Harmonies of #155FEB
Complementary color
Monochromatic Colors of #155FEB
Black with #155FEB
Text Example
Text Example
White with #155FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155FEB; }
p { color: rgb(21,95,235); }
H1.HeaderClassName
{
color: #155FEB;
}
.AnyTagClassName
{
color: #155FEB;
}
</style>
background-color css
<style>
a { background-color: #155FEB; }
a { background-color: rgb(21,95,235); }
div.DivClassName
{
background-color: #155FEB;
}
.BgClassName
{
background-color: #155FEB;
}
</style>
border-color css
<style>
span { border-color: #155FEB; }
span { border-color: rgb(21,95,235); }
td.TdClassName
{
border-color: #155FEB;
}
.TagClassName
{
border-color: #155FEB;
}
</style>