Shades of Navy Blue #155EDC
Tints of Navy Blue #155EDC
RGB
CMYK
RGB Variations
Color information
#155EDC (or 0x155EDC) is known color: Navy Blue. HEX triplet: 15, 5E and DC. RGB value is (21,94,220). Sum of RGB (Red+Green+Blue) = 21+94+220=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #155EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EDC is #EAA123. Grayscale: #555555. Windows color (decimal): -15376676 or 14442005. OLE color: 14442005.
HSL color Cylindrical-coordinate representation of color #155EDC: hue angle of 217.99º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155EDC is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 94 | 220 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.14 |
| HSL | 217.99º | 0.83% | 0.47% | - |
| HSV(B) | 217.99º | 0.9% | 0.86% | - |
| XYZ | 17.23 | 13.33 | 69.38 | - |
| YUV | 86.54 | 203.32 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 220 | 0.90 | 0.57 | 0 | 0.14 | 217.99 | 0.83 | 0.47 |
| Hex | 15 | 5E | DC | 5A | 39 | 0 | E | DA | 53 | 2F |
| Octal | 25 | 136 | 334 | 132 | 71 | 0 | 16 | 332 | 123 | 57 |
| Binary | 10101 | 1011110 | 11011100 | 1011010 | 111001 | 0 | 1110 | 11011010 | 1010011 | 101111 |
Color Harmonies of #155EDC
Complementary color
Monochromatic Colors of #155EDC
Black with #155EDC
Text Example
Text Example
White with #155EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EDC; }
p { color: rgb(21,94,220); }
H1.HeaderClassName
{
color: #155EDC;
}
.AnyTagClassName
{
color: #155EDC;
}
</style>
background-color css
<style>
a { background-color: #155EDC; }
a { background-color: rgb(21,94,220); }
div.DivClassName
{
background-color: #155EDC;
}
.BgClassName
{
background-color: #155EDC;
}
</style>
border-color css
<style>
span { border-color: #155EDC; }
span { border-color: rgb(21,94,220); }
td.TdClassName
{
border-color: #155EDC;
}
.TagClassName
{
border-color: #155EDC;
}
</style>