Shades of Navy Blue #155EE2
Tints of Navy Blue #155EE2
RGB
CMYK
RGB Variations
Color information
#155EE2 (or 0x155EE2) is known color: Navy Blue. HEX triplet: 15, 5E and E2. RGB value is (21,94,226). Sum of RGB (Red+Green+Blue) = 21+94+226=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 226 (88.67% from 255 or 66.28% from 341); Max value from RGB is 226 - color contains mainly: blue. Hex color #155EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EE2 is #EAA11D. Grayscale: #565656. Windows color (decimal): -15376670 or 14835221. OLE color: 14835221.
HSL color Cylindrical-coordinate representation of color #155EE2: hue angle of 218.63º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155EE2 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 94 | 226 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.11 |
| HSL | 218.63º | 0.83% | 0.48% | - |
| HSV(B) | 218.63º | 0.91% | 0.89% | - |
| XYZ | 18.04 | 13.66 | 73.64 | - |
| YUV | 87.22 | 206.32 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 226 | 0.91 | 0.58 | 0 | 0.11 | 218.63 | 0.83 | 0.48 |
| Hex | 15 | 5E | E2 | 5B | 3A | 0 | B | DB | 53 | 30 |
| Octal | 25 | 136 | 342 | 133 | 72 | 0 | 13 | 333 | 123 | 60 |
| Binary | 10101 | 1011110 | 11100010 | 1011011 | 111010 | 0 | 1011 | 11011011 | 1010011 | 110000 |
Color Harmonies of #155EE2
Complementary color
Monochromatic Colors of #155EE2
Black with #155EE2
Text Example
Text Example
White with #155EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EE2; }
p { color: rgb(21,94,226); }
H1.HeaderClassName
{
color: #155EE2;
}
.AnyTagClassName
{
color: #155EE2;
}
</style>
background-color css
<style>
a { background-color: #155EE2; }
a { background-color: rgb(21,94,226); }
div.DivClassName
{
background-color: #155EE2;
}
.BgClassName
{
background-color: #155EE2;
}
</style>
border-color css
<style>
span { border-color: #155EE2; }
span { border-color: rgb(21,94,226); }
td.TdClassName
{
border-color: #155EE2;
}
.TagClassName
{
border-color: #155EE2;
}
</style>