Shades of Navy Blue #1658ED
Tints of Navy Blue #1658ED
RGB
CMYK
RGB Variations
Color information
#1658ED (or 0x1658ED) is known color: Navy Blue. HEX triplet: 16, 58 and ED. RGB value is (22,88,237). Sum of RGB (Red+Green+Blue) = 22+88+237=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #1658ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1658ED is #E9A712. Grayscale: #545454. Windows color (decimal): -15312659 or 15554582. OLE color: 15554582.
HSL color Cylindrical-coordinate representation of color #1658ED: hue angle of 221.58º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1658ED is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 88 | 237 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.07 |
| HSL | 221.58º | 0.86% | 0.51% | - |
| HSV(B) | 221.58º | 0.91% | 0.93% | - |
| XYZ | 19.11 | 13.26 | 81.67 | - |
| YUV | 85.25 | 213.63 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 88 | 237 | 0.91 | 0.63 | 0 | 0.07 | 221.58 | 0.86 | 0.51 |
| Hex | 16 | 58 | ED | 5B | 3F | 0 | 7 | DE | 56 | 33 |
| Octal | 26 | 130 | 355 | 133 | 77 | 0 | 7 | 336 | 126 | 63 |
| Binary | 10110 | 1011000 | 11101101 | 1011011 | 111111 | 0 | 111 | 11011110 | 1010110 | 110011 |
Color Harmonies of #1658ED
Complementary color
Monochromatic Colors of #1658ED
Black with #1658ED
Text Example
Text Example
White with #1658ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1658ED; }
p { color: rgb(22,88,237); }
H1.HeaderClassName
{
color: #1658ED;
}
.AnyTagClassName
{
color: #1658ED;
}
</style>
background-color css
<style>
a { background-color: #1658ED; }
a { background-color: rgb(22,88,237); }
div.DivClassName
{
background-color: #1658ED;
}
.BgClassName
{
background-color: #1658ED;
}
</style>
border-color css
<style>
span { border-color: #1658ED; }
span { border-color: rgb(22,88,237); }
td.TdClassName
{
border-color: #1658ED;
}
.TagClassName
{
border-color: #1658ED;
}
</style>