Shades of Navy Blue #1558DE
Tints of Navy Blue #1558DE
RGB
CMYK
RGB Variations
Color information
#1558DE (or 0x1558DE) is known color: Navy Blue. HEX triplet: 15, 58 and DE. RGB value is (21,88,222). Sum of RGB (Red+Green+Blue) = 21+88+222=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #1558DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1558DE is #EAA721. Grayscale: #525252. Windows color (decimal): -15378210 or 14571541. OLE color: 14571541.
HSL color Cylindrical-coordinate representation of color #1558DE: hue angle of 220º 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 #1558DE is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 88 | 222 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.13 |
| HSL | 220º | 0.83% | 0.48% | - |
| HSV(B) | 220º | 0.91% | 0.87% | - |
| XYZ | 16.98 | 12.41 | 70.61 | - |
| YUV | 83.24 | 206.3 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 222 | 0.91 | 0.60 | 0 | 0.13 | 220 | 0.83 | 0.48 |
| Hex | 15 | 58 | DE | 5B | 3C | 0 | D | DC | 53 | 30 |
| Octal | 25 | 130 | 336 | 133 | 74 | 0 | 15 | 334 | 123 | 60 |
| Binary | 10101 | 1011000 | 11011110 | 1011011 | 111100 | 0 | 1101 | 11011100 | 1010011 | 110000 |
Color Harmonies of #1558DE
Complementary color
Monochromatic Colors of #1558DE
Black with #1558DE
Text Example
Text Example
White with #1558DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1558DE; }
p { color: rgb(21,88,222); }
H1.HeaderClassName
{
color: #1558DE;
}
.AnyTagClassName
{
color: #1558DE;
}
</style>
background-color css
<style>
a { background-color: #1558DE; }
a { background-color: rgb(21,88,222); }
div.DivClassName
{
background-color: #1558DE;
}
.BgClassName
{
background-color: #1558DE;
}
</style>
border-color css
<style>
span { border-color: #1558DE; }
span { border-color: rgb(21,88,222); }
td.TdClassName
{
border-color: #1558DE;
}
.TagClassName
{
border-color: #1558DE;
}
</style>