Shades of Navy Blue #1558DD
Tints of Navy Blue #1558DD
RGB
CMYK
RGB Variations
Color information
#1558DD (or 0x1558DD) is known color: Navy Blue. HEX triplet: 15, 58 and DD. RGB value is (21,88,221). Sum of RGB (Red+Green+Blue) = 21+88+221=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #1558DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1558DD is #EAA722. Grayscale: #525252. Windows color (decimal): -15378211 or 14506005. OLE color: 14506005.
HSL color Cylindrical-coordinate representation of color #1558DD: hue angle of 219.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1558DD is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 88 | 221 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.13 |
| HSL | 219.9º | 0.83% | 0.47% | - |
| HSV(B) | 219.9º | 0.9% | 0.87% | - |
| XYZ | 16.85 | 12.36 | 69.9 | - |
| YUV | 83.13 | 205.8 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 221 | 0.90 | 0.60 | 0 | 0.13 | 219.9 | 0.83 | 0.47 |
| Hex | 15 | 58 | DD | 5A | 3C | 0 | D | DC | 53 | 2F |
| Octal | 25 | 130 | 335 | 132 | 74 | 0 | 15 | 334 | 123 | 57 |
| Binary | 10101 | 1011000 | 11011101 | 1011010 | 111100 | 0 | 1101 | 11011100 | 1010011 | 101111 |
Color Harmonies of #1558DD
Complementary color
Monochromatic Colors of #1558DD
Black with #1558DD
Text Example
Text Example
White with #1558DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1558DD; }
p { color: rgb(21,88,221); }
H1.HeaderClassName
{
color: #1558DD;
}
.AnyTagClassName
{
color: #1558DD;
}
</style>
background-color css
<style>
a { background-color: #1558DD; }
a { background-color: rgb(21,88,221); }
div.DivClassName
{
background-color: #1558DD;
}
.BgClassName
{
background-color: #1558DD;
}
</style>
border-color css
<style>
span { border-color: #1558DD; }
span { border-color: rgb(21,88,221); }
td.TdClassName
{
border-color: #1558DD;
}
.TagClassName
{
border-color: #1558DD;
}
</style>