Shades of Navy Blue #155EDA
Tints of Navy Blue #155EDA
RGB
CMYK
RGB Variations
Color information
#155EDA (or 0x155EDA) is known color: Navy Blue. HEX triplet: 15, 5E and DA. RGB value is (21,94,218). Sum of RGB (Red+Green+Blue) = 21+94+218=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #155EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EDA is #EAA125. Grayscale: #555555. Windows color (decimal): -15376678 or 14310933. OLE color: 14310933.
HSL color Cylindrical-coordinate representation of color #155EDA: hue angle of 217.77º 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 #155EDA is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 94 | 218 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.15 |
| HSL | 217.77º | 0.82% | 0.47% | - |
| HSV(B) | 217.77º | 0.9% | 0.85% | - |
| XYZ | 16.97 | 13.23 | 67.99 | - |
| YUV | 86.31 | 202.32 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 218 | 0.90 | 0.57 | 0 | 0.15 | 217.77 | 0.82 | 0.47 |
| Hex | 15 | 5E | DA | 5A | 39 | 0 | F | DA | 52 | 2F |
| Octal | 25 | 136 | 332 | 132 | 71 | 0 | 17 | 332 | 122 | 57 |
| Binary | 10101 | 1011110 | 11011010 | 1011010 | 111001 | 0 | 1111 | 11011010 | 1010010 | 101111 |
Color Harmonies of #155EDA
Complementary color
Monochromatic Colors of #155EDA
Black with #155EDA
Text Example
Text Example
White with #155EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EDA; }
p { color: rgb(21,94,218); }
H1.HeaderClassName
{
color: #155EDA;
}
.AnyTagClassName
{
color: #155EDA;
}
</style>
background-color css
<style>
a { background-color: #155EDA; }
a { background-color: rgb(21,94,218); }
div.DivClassName
{
background-color: #155EDA;
}
.BgClassName
{
background-color: #155EDA;
}
</style>
border-color css
<style>
span { border-color: #155EDA; }
span { border-color: rgb(21,94,218); }
td.TdClassName
{
border-color: #155EDA;
}
.TagClassName
{
border-color: #155EDA;
}
</style>