Shades of Navy Blue #155AEE
Tints of Navy Blue #155AEE
RGB
CMYK
RGB Variations
Color information
#155AEE (or 0x155AEE) is known color: Navy Blue. HEX triplet: 15, 5A and EE. RGB value is (21,90,238). Sum of RGB (Red+Green+Blue) = 21+90+238=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #155AEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155AEE is #EAA511. Grayscale: #555555. Windows color (decimal): -15377682 or 15620629. OLE color: 15620629.
HSL color Cylindrical-coordinate representation of color #155AEE: hue angle of 220.92º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155AEE is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 90 | 238 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.07 |
| HSL | 220.92º | 0.86% | 0.51% | - |
| HSV(B) | 220.92º | 0.91% | 0.93% | - |
| XYZ | 19.4 | 13.64 | 82.5 | - |
| YUV | 86.24 | 213.64 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 238 | 0.91 | 0.62 | 0 | 0.07 | 220.92 | 0.86 | 0.51 |
| Hex | 15 | 5A | EE | 5B | 3E | 0 | 7 | DD | 56 | 33 |
| Octal | 25 | 132 | 356 | 133 | 76 | 0 | 7 | 335 | 126 | 63 |
| Binary | 10101 | 1011010 | 11101110 | 1011011 | 111110 | 0 | 111 | 11011101 | 1010110 | 110011 |
Color Harmonies of #155AEE
Complementary color
Monochromatic Colors of #155AEE
Black with #155AEE
Text Example
Text Example
White with #155AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AEE; }
p { color: rgb(21,90,238); }
H1.HeaderClassName
{
color: #155AEE;
}
.AnyTagClassName
{
color: #155AEE;
}
</style>
background-color css
<style>
a { background-color: #155AEE; }
a { background-color: rgb(21,90,238); }
div.DivClassName
{
background-color: #155AEE;
}
.BgClassName
{
background-color: #155AEE;
}
</style>
border-color css
<style>
span { border-color: #155AEE; }
span { border-color: rgb(21,90,238); }
td.TdClassName
{
border-color: #155AEE;
}
.TagClassName
{
border-color: #155AEE;
}
</style>