Shades of Navy Blue #155AE4
Tints of Navy Blue #155AE4
RGB
CMYK
RGB Variations
Color information
#155AE4 (or 0x155AE4) is known color: Navy Blue. HEX triplet: 15, 5A and E4. RGB value is (21,90,228). Sum of RGB (Red+Green+Blue) = 21+90+228=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 228 (89.45% from 255 or 67.26% from 339); Max value from RGB is 228 - color contains mainly: blue. Hex color #155AE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155AE4 is #EAA51B. Grayscale: #545454. Windows color (decimal): -15377692 or 14965269. OLE color: 14965269.
HSL color Cylindrical-coordinate representation of color #155AE4: hue angle of 220º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155AE4 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 90 | 228 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.11 |
| HSL | 220º | 0.83% | 0.49% | - |
| HSV(B) | 220º | 0.91% | 0.89% | - |
| XYZ | 17.97 | 13.07 | 74.98 | - |
| YUV | 85.1 | 208.64 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 228 | 0.91 | 0.61 | 0 | 0.11 | 220 | 0.83 | 0.49 |
| Hex | 15 | 5A | E4 | 5B | 3D | 0 | B | DC | 53 | 31 |
| Octal | 25 | 132 | 344 | 133 | 75 | 0 | 13 | 334 | 123 | 61 |
| Binary | 10101 | 1011010 | 11100100 | 1011011 | 111101 | 0 | 1011 | 11011100 | 1010011 | 110001 |
Color Harmonies of #155AE4
Complementary color
Monochromatic Colors of #155AE4
Black with #155AE4
Text Example
Text Example
White with #155AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AE4; }
p { color: rgb(21,90,228); }
H1.HeaderClassName
{
color: #155AE4;
}
.AnyTagClassName
{
color: #155AE4;
}
</style>
background-color css
<style>
a { background-color: #155AE4; }
a { background-color: rgb(21,90,228); }
div.DivClassName
{
background-color: #155AE4;
}
.BgClassName
{
background-color: #155AE4;
}
</style>
border-color css
<style>
span { border-color: #155AE4; }
span { border-color: rgb(21,90,228); }
td.TdClassName
{
border-color: #155AE4;
}
.TagClassName
{
border-color: #155AE4;
}
</style>