Shades of Navy Blue #155ADE
Tints of Navy Blue #155ADE
RGB
CMYK
RGB Variations
Color information
#155ADE (or 0x155ADE) is known color: Navy Blue. HEX triplet: 15, 5A and DE. RGB value is (21,90,222). Sum of RGB (Red+Green+Blue) = 21+90+222=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #155ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ADE is #EAA521. Grayscale: #535353. Windows color (decimal): -15377698 or 14572053. OLE color: 14572053.
HSL color Cylindrical-coordinate representation of color #155ADE: hue angle of 219.4º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155ADE is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 90 | 222 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.13 |
| HSL | 219.4º | 0.83% | 0.48% | - |
| HSV(B) | 219.4º | 0.91% | 0.87% | - |
| XYZ | 17.15 | 12.75 | 70.66 | - |
| YUV | 84.42 | 205.64 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 222 | 0.91 | 0.59 | 0 | 0.13 | 219.4 | 0.83 | 0.48 |
| Hex | 15 | 5A | DE | 5B | 3B | 0 | D | DB | 53 | 30 |
| Octal | 25 | 132 | 336 | 133 | 73 | 0 | 15 | 333 | 123 | 60 |
| Binary | 10101 | 1011010 | 11011110 | 1011011 | 111011 | 0 | 1101 | 11011011 | 1010011 | 110000 |
Color Harmonies of #155ADE
Complementary color
Monochromatic Colors of #155ADE
Black with #155ADE
Text Example
Text Example
White with #155ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155ADE; }
p { color: rgb(21,90,222); }
H1.HeaderClassName
{
color: #155ADE;
}
.AnyTagClassName
{
color: #155ADE;
}
</style>
background-color css
<style>
a { background-color: #155ADE; }
a { background-color: rgb(21,90,222); }
div.DivClassName
{
background-color: #155ADE;
}
.BgClassName
{
background-color: #155ADE;
}
</style>
border-color css
<style>
span { border-color: #155ADE; }
span { border-color: rgb(21,90,222); }
td.TdClassName
{
border-color: #155ADE;
}
.TagClassName
{
border-color: #155ADE;
}
</style>