Shades of Navy Blue #155EE0
Tints of Navy Blue #155EE0
RGB
CMYK
RGB Variations
Color information
#155EE0 (or 0x155EE0) is known color: Navy Blue. HEX triplet: 15, 5E and E0. RGB value is (21,94,224). Sum of RGB (Red+Green+Blue) = 21+94+224=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 224 (87.89% from 255 or 66.08% from 339); Max value from RGB is 224 - color contains mainly: blue. Hex color #155EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EE0 is #EAA11F. Grayscale: #565656. Windows color (decimal): -15376672 or 14704149. OLE color: 14704149.
HSL color Cylindrical-coordinate representation of color #155EE0: hue angle of 218.42º 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 #155EE0 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 94 | 224 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.12 |
| HSL | 218.42º | 0.83% | 0.48% | - |
| HSV(B) | 218.42º | 0.91% | 0.88% | - |
| XYZ | 17.77 | 13.55 | 72.2 | - |
| YUV | 86.99 | 205.32 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 224 | 0.91 | 0.58 | 0 | 0.12 | 218.42 | 0.83 | 0.48 |
| Hex | 15 | 5E | E0 | 5B | 3A | 0 | C | DA | 53 | 30 |
| Octal | 25 | 136 | 340 | 133 | 72 | 0 | 14 | 332 | 123 | 60 |
| Binary | 10101 | 1011110 | 11100000 | 1011011 | 111010 | 0 | 1100 | 11011010 | 1010011 | 110000 |
Color Harmonies of #155EE0
Complementary color
Monochromatic Colors of #155EE0
Black with #155EE0
Text Example
Text Example
White with #155EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EE0; }
p { color: rgb(21,94,224); }
H1.HeaderClassName
{
color: #155EE0;
}
.AnyTagClassName
{
color: #155EE0;
}
</style>
background-color css
<style>
a { background-color: #155EE0; }
a { background-color: rgb(21,94,224); }
div.DivClassName
{
background-color: #155EE0;
}
.BgClassName
{
background-color: #155EE0;
}
</style>
border-color css
<style>
span { border-color: #155EE0; }
span { border-color: rgb(21,94,224); }
td.TdClassName
{
border-color: #155EE0;
}
.TagClassName
{
border-color: #155EE0;
}
</style>