Shades of Navy Blue #155EE9
Tints of Navy Blue #155EE9
RGB
CMYK
RGB Variations
Color information
#155EE9 (or 0x155EE9) is known color: Navy Blue. HEX triplet: 15, 5E and E9. RGB value is (21,94,233). Sum of RGB (Red+Green+Blue) = 21+94+233=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 233 (91.41% from 255 or 66.95% from 348); Max value from RGB is 233 - color contains mainly: blue. Hex color #155EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EE9 is #EAA116. Grayscale: #575757. Windows color (decimal): -15376663 or 15293973. OLE color: 15293973.
HSL color Cylindrical-coordinate representation of color #155EE9: hue angle of 219.34º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155EE9 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 94 | 233 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.09 |
| HSL | 219.34º | 0.83% | 0.5% | - |
| HSV(B) | 219.34º | 0.91% | 0.91% | - |
| XYZ | 19.02 | 14.05 | 78.8 | - |
| YUV | 88.02 | 209.82 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 233 | 0.91 | 0.60 | 0 | 0.09 | 219.34 | 0.83 | 0.5 |
| Hex | 15 | 5E | E9 | 5B | 3C | 0 | 9 | DB | 53 | 32 |
| Octal | 25 | 136 | 351 | 133 | 74 | 0 | 11 | 333 | 123 | 62 |
| Binary | 10101 | 1011110 | 11101001 | 1011011 | 111100 | 0 | 1001 | 11011011 | 1010011 | 110010 |
Color Harmonies of #155EE9
Complementary color
Monochromatic Colors of #155EE9
Black with #155EE9
Text Example
Text Example
White with #155EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EE9; }
p { color: rgb(21,94,233); }
H1.HeaderClassName
{
color: #155EE9;
}
.AnyTagClassName
{
color: #155EE9;
}
</style>
background-color css
<style>
a { background-color: #155EE9; }
a { background-color: rgb(21,94,233); }
div.DivClassName
{
background-color: #155EE9;
}
.BgClassName
{
background-color: #155EE9;
}
</style>
border-color css
<style>
span { border-color: #155EE9; }
span { border-color: rgb(21,94,233); }
td.TdClassName
{
border-color: #155EE9;
}
.TagClassName
{
border-color: #155EE9;
}
</style>