Shades of Navy Blue #155EEB
Tints of Navy Blue #155EEB
RGB
CMYK
RGB Variations
Color information
#155EEB (or 0x155EEB) is known color: Navy Blue. HEX triplet: 15, 5E and EB. RGB value is (21,94,235). Sum of RGB (Red+Green+Blue) = 21+94+235=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #155EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EEB is #EAA114. Grayscale: #575757. Windows color (decimal): -15376661 or 15425045. OLE color: 15425045.
HSL color Cylindrical-coordinate representation of color #155EEB: hue angle of 219.53º 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 #155EEB is Cyan = 0.91, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 94 | 235 | - |
| CMYK | 0.91 | 0.6 | 0 | 0.08 |
| HSL | 219.53º | 0.84% | 0.5% | - |
| HSV(B) | 219.53º | 0.91% | 0.92% | - |
| XYZ | 19.31 | 14.16 | 80.31 | - |
| YUV | 88.25 | 210.82 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 235 | 0.91 | 0.6 | 0 | 0.08 | 219.53 | 0.84 | 0.5 |
| Hex | 15 | 5E | EB | 5B | 3C | 0 | 8 | DC | 54 | 32 |
| Octal | 25 | 136 | 353 | 133 | 74 | 0 | 10 | 334 | 124 | 62 |
| Binary | 10101 | 1011110 | 11101011 | 1011011 | 111100 | 0 | 1000 | 11011100 | 1010100 | 110010 |
Color Harmonies of #155EEB
Complementary color
Monochromatic Colors of #155EEB
Black with #155EEB
Text Example
Text Example
White with #155EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EEB; }
p { color: rgb(21,94,235); }
H1.HeaderClassName
{
color: #155EEB;
}
.AnyTagClassName
{
color: #155EEB;
}
</style>
background-color css
<style>
a { background-color: #155EEB; }
a { background-color: rgb(21,94,235); }
div.DivClassName
{
background-color: #155EEB;
}
.BgClassName
{
background-color: #155EEB;
}
</style>
border-color css
<style>
span { border-color: #155EEB; }
span { border-color: rgb(21,94,235); }
td.TdClassName
{
border-color: #155EEB;
}
.TagClassName
{
border-color: #155EEB;
}
</style>