Shades of Navy Blue #155AE2
Tints of Navy Blue #155AE2
RGB
CMYK
RGB Variations
Color information
#155AE2 (or 0x155AE2) is known color: Navy Blue. HEX triplet: 15, 5A and E2. RGB value is (21,90,226). Sum of RGB (Red+Green+Blue) = 21+90+226=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 226 (88.67% from 255 or 67.06% from 337); Max value from RGB is 226 - color contains mainly: blue. Hex color #155AE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155AE2 is #EAA51D. Grayscale: #545454. Windows color (decimal): -15377694 or 14834197. OLE color: 14834197.
HSL color Cylindrical-coordinate representation of color #155AE2: hue angle of 219.8º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155AE2 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 90 | 226 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.11 |
| HSL | 219.8º | 0.83% | 0.48% | - |
| HSV(B) | 219.8º | 0.91% | 0.89% | - |
| XYZ | 17.69 | 12.96 | 73.52 | - |
| YUV | 84.87 | 207.64 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 226 | 0.91 | 0.60 | 0 | 0.11 | 219.8 | 0.83 | 0.48 |
| Hex | 15 | 5A | E2 | 5B | 3C | 0 | B | DC | 53 | 30 |
| Octal | 25 | 132 | 342 | 133 | 74 | 0 | 13 | 334 | 123 | 60 |
| Binary | 10101 | 1011010 | 11100010 | 1011011 | 111100 | 0 | 1011 | 11011100 | 1010011 | 110000 |
Color Harmonies of #155AE2
Complementary color
Monochromatic Colors of #155AE2
Black with #155AE2
Text Example
Text Example
White with #155AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AE2; }
p { color: rgb(21,90,226); }
H1.HeaderClassName
{
color: #155AE2;
}
.AnyTagClassName
{
color: #155AE2;
}
</style>
background-color css
<style>
a { background-color: #155AE2; }
a { background-color: rgb(21,90,226); }
div.DivClassName
{
background-color: #155AE2;
}
.BgClassName
{
background-color: #155AE2;
}
</style>
border-color css
<style>
span { border-color: #155AE2; }
span { border-color: rgb(21,90,226); }
td.TdClassName
{
border-color: #155AE2;
}
.TagClassName
{
border-color: #155AE2;
}
</style>