Shades of Navy Blue #155EE1
Tints of Navy Blue #155EE1
RGB
CMYK
RGB Variations
Color information
#155EE1 (or 0x155EE1) is known color: Navy Blue. HEX triplet: 15, 5E and E1. RGB value is (21,94,225). Sum of RGB (Red+Green+Blue) = 21+94+225=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #155EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EE1 is #EAA11E. Grayscale: #565656. Windows color (decimal): -15376671 or 14769685. OLE color: 14769685.
HSL color Cylindrical-coordinate representation of color #155EE1: hue angle of 218.53º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155EE1 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 94 | 225 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.12 |
| HSL | 218.53º | 0.83% | 0.48% | - |
| HSV(B) | 218.53º | 0.91% | 0.88% | - |
| XYZ | 17.9 | 13.6 | 72.92 | - |
| YUV | 87.11 | 205.82 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 225 | 0.91 | 0.58 | 0 | 0.12 | 218.53 | 0.83 | 0.48 |
| Hex | 15 | 5E | E1 | 5B | 3A | 0 | C | DB | 53 | 30 |
| Octal | 25 | 136 | 341 | 133 | 72 | 0 | 14 | 333 | 123 | 60 |
| Binary | 10101 | 1011110 | 11100001 | 1011011 | 111010 | 0 | 1100 | 11011011 | 1010011 | 110000 |
Color Harmonies of #155EE1
Complementary color
Monochromatic Colors of #155EE1
Black with #155EE1
Text Example
Text Example
White with #155EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EE1; }
p { color: rgb(21,94,225); }
H1.HeaderClassName
{
color: #155EE1;
}
.AnyTagClassName
{
color: #155EE1;
}
</style>
background-color css
<style>
a { background-color: #155EE1; }
a { background-color: rgb(21,94,225); }
div.DivClassName
{
background-color: #155EE1;
}
.BgClassName
{
background-color: #155EE1;
}
</style>
border-color css
<style>
span { border-color: #155EE1; }
span { border-color: rgb(21,94,225); }
td.TdClassName
{
border-color: #155EE1;
}
.TagClassName
{
border-color: #155EE1;
}
</style>