Shades of Navy Blue #1558EB
Tints of Navy Blue #1558EB
RGB
CMYK
RGB Variations
Color information
#1558EB (or 0x1558EB) is known color: Navy Blue. HEX triplet: 15, 58 and EB. RGB value is (21,88,235). Sum of RGB (Red+Green+Blue) = 21+88+235=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #1558EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1558EB is #EAA714. Grayscale: #545454. Windows color (decimal): -15378197 or 15423509. OLE color: 15423509.
HSL color Cylindrical-coordinate representation of color #1558EB: hue angle of 221.21º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1558EB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 88 | 235 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.08 |
| HSL | 221.22º | 0.84% | 0.5% | - |
| HSV(B) | 221.22º | 0.91% | 0.92% | - |
| XYZ | 18.79 | 13.14 | 80.14 | - |
| YUV | 84.73 | 212.8 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 235 | 0.91 | 0.63 | 0 | 0.08 | 221.22 | 0.84 | 0.5 |
| Hex | 15 | 58 | EB | 5B | 3F | 0 | 8 | DD | 54 | 32 |
| Octal | 25 | 130 | 353 | 133 | 77 | 0 | 10 | 335 | 124 | 62 |
| Binary | 10101 | 1011000 | 11101011 | 1011011 | 111111 | 0 | 1000 | 11011101 | 1010100 | 110010 |
Color Harmonies of #1558EB
Complementary color
Monochromatic Colors of #1558EB
Black with #1558EB
Text Example
Text Example
White with #1558EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1558EB; }
p { color: rgb(21,88,235); }
H1.HeaderClassName
{
color: #1558EB;
}
.AnyTagClassName
{
color: #1558EB;
}
</style>
background-color css
<style>
a { background-color: #1558EB; }
a { background-color: rgb(21,88,235); }
div.DivClassName
{
background-color: #1558EB;
}
.BgClassName
{
background-color: #1558EB;
}
</style>
border-color css
<style>
span { border-color: #1558EB; }
span { border-color: rgb(21,88,235); }
td.TdClassName
{
border-color: #1558EB;
}
.TagClassName
{
border-color: #1558EB;
}
</style>