Shades of Navy Blue #1558DF
Tints of Navy Blue #1558DF
RGB
CMYK
RGB Variations
Color information
#1558DF (or 0x1558DF) is known color: Navy Blue. HEX triplet: 15, 58 and DF. RGB value is (21,88,223). Sum of RGB (Red+Green+Blue) = 21+88+223=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #1558DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1558DF is #EAA720. Grayscale: #525252. Windows color (decimal): -15378209 or 14637077. OLE color: 14637077.
HSL color Cylindrical-coordinate representation of color #1558DF: hue angle of 220.1º 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 #1558DF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 88 | 223 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.13 |
| HSL | 220.1º | 0.83% | 0.48% | - |
| HSV(B) | 220.1º | 0.91% | 0.87% | - |
| XYZ | 17.12 | 12.47 | 71.32 | - |
| YUV | 83.36 | 206.8 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 223 | 0.91 | 0.61 | 0 | 0.13 | 220.1 | 0.83 | 0.48 |
| Hex | 15 | 58 | DF | 5B | 3D | 0 | D | DC | 53 | 30 |
| Octal | 25 | 130 | 337 | 133 | 75 | 0 | 15 | 334 | 123 | 60 |
| Binary | 10101 | 1011000 | 11011111 | 1011011 | 111101 | 0 | 1101 | 11011100 | 1010011 | 110000 |
Color Harmonies of #1558DF
Complementary color
Monochromatic Colors of #1558DF
Black with #1558DF
Text Example
Text Example
White with #1558DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1558DF; }
p { color: rgb(21,88,223); }
H1.HeaderClassName
{
color: #1558DF;
}
.AnyTagClassName
{
color: #1558DF;
}
</style>
background-color css
<style>
a { background-color: #1558DF; }
a { background-color: rgb(21,88,223); }
div.DivClassName
{
background-color: #1558DF;
}
.BgClassName
{
background-color: #1558DF;
}
</style>
border-color css
<style>
span { border-color: #1558DF; }
span { border-color: rgb(21,88,223); }
td.TdClassName
{
border-color: #1558DF;
}
.TagClassName
{
border-color: #1558DF;
}
</style>