Shades of Navy Blue #1558DC
Tints of Navy Blue #1558DC
RGB
CMYK
RGB Variations
Color information
#1558DC (or 0x1558DC) is known color: Navy Blue. HEX triplet: 15, 58 and DC. RGB value is (21,88,220). Sum of RGB (Red+Green+Blue) = 21+88+220=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #1558DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1558DC is #EAA723. Grayscale: #525252. Windows color (decimal): -15378212 or 14440469. OLE color: 14440469.
HSL color Cylindrical-coordinate representation of color #1558DC: hue angle of 219.8º 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 #1558DC is Cyan = 0.90, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 88 | 220 | - |
| CMYK | 0.90 | 0.6 | 0 | 0.14 |
| HSL | 219.8º | 0.83% | 0.47% | - |
| HSV(B) | 219.8º | 0.9% | 0.86% | - |
| XYZ | 16.72 | 12.31 | 69.2 | - |
| YUV | 83.02 | 205.3 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 220 | 0.90 | 0.6 | 0 | 0.14 | 219.8 | 0.83 | 0.47 |
| Hex | 15 | 58 | DC | 5A | 3C | 0 | E | DC | 53 | 2F |
| Octal | 25 | 130 | 334 | 132 | 74 | 0 | 16 | 334 | 123 | 57 |
| Binary | 10101 | 1011000 | 11011100 | 1011010 | 111100 | 0 | 1110 | 11011100 | 1010011 | 101111 |
Color Harmonies of #1558DC
Complementary color
Monochromatic Colors of #1558DC
Black with #1558DC
Text Example
Text Example
White with #1558DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1558DC; }
p { color: rgb(21,88,220); }
H1.HeaderClassName
{
color: #1558DC;
}
.AnyTagClassName
{
color: #1558DC;
}
</style>
background-color css
<style>
a { background-color: #1558DC; }
a { background-color: rgb(21,88,220); }
div.DivClassName
{
background-color: #1558DC;
}
.BgClassName
{
background-color: #1558DC;
}
</style>
border-color css
<style>
span { border-color: #1558DC; }
span { border-color: rgb(21,88,220); }
td.TdClassName
{
border-color: #1558DC;
}
.TagClassName
{
border-color: #1558DC;
}
</style>