Shades of Navy Blue #155ADA
Tints of Navy Blue #155ADA
RGB
CMYK
RGB Variations
Color information
#155ADA (or 0x155ADA) is known color: Navy Blue. HEX triplet: 15, 5A and DA. RGB value is (21,90,218). Sum of RGB (Red+Green+Blue) = 21+90+218=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #155ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ADA is #EAA525. Grayscale: #535353. Windows color (decimal): -15377702 or 14309909. OLE color: 14309909.
HSL color Cylindrical-coordinate representation of color #155ADA: hue angle of 218.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155ADA is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 90 | 218 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.15 |
| HSL | 218.98º | 0.82% | 0.47% | - |
| HSV(B) | 218.98º | 0.9% | 0.85% | - |
| XYZ | 16.62 | 12.53 | 67.87 | - |
| YUV | 83.96 | 203.64 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 218 | 0.90 | 0.59 | 0 | 0.15 | 218.98 | 0.82 | 0.47 |
| Hex | 15 | 5A | DA | 5A | 3B | 0 | F | DB | 52 | 2F |
| Octal | 25 | 132 | 332 | 132 | 73 | 0 | 17 | 333 | 122 | 57 |
| Binary | 10101 | 1011010 | 11011010 | 1011010 | 111011 | 0 | 1111 | 11011011 | 1010010 | 101111 |
Color Harmonies of #155ADA
Complementary color
Monochromatic Colors of #155ADA
Black with #155ADA
Text Example
Text Example
White with #155ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155ADA; }
p { color: rgb(21,90,218); }
H1.HeaderClassName
{
color: #155ADA;
}
.AnyTagClassName
{
color: #155ADA;
}
</style>
background-color css
<style>
a { background-color: #155ADA; }
a { background-color: rgb(21,90,218); }
div.DivClassName
{
background-color: #155ADA;
}
.BgClassName
{
background-color: #155ADA;
}
</style>
border-color css
<style>
span { border-color: #155ADA; }
span { border-color: rgb(21,90,218); }
td.TdClassName
{
border-color: #155ADA;
}
.TagClassName
{
border-color: #155ADA;
}
</style>