Shades of Navy Blue #1058ED
Tints of Navy Blue #1058ED
RGB
CMYK
RGB Variations
Color information
#1058ED (or 0x1058ED) is known color: Navy Blue. HEX triplet: 10, 58 and ED. RGB value is (16,88,237). Sum of RGB (Red+Green+Blue) = 16+88+237=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #1058ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1058ED is #EFA712. Grayscale: #525252. Windows color (decimal): -15705875 or 15554576. OLE color: 15554576.
HSL color Cylindrical-coordinate representation of color #1058ED: hue angle of 220.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1058ED is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 88 | 237 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.07 |
| HSL | 220.45º | 0.87% | 0.5% | - |
| HSV(B) | 220.45º | 0.93% | 0.93% | - |
| XYZ | 18.99 | 13.2 | 81.67 | - |
| YUV | 83.46 | 214.65 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 237 | 0.93 | 0.63 | 0 | 0.07 | 220.45 | 0.87 | 0.5 |
| Hex | 10 | 58 | ED | 5D | 3F | 0 | 7 | DC | 57 | 32 |
| Octal | 20 | 130 | 355 | 135 | 77 | 0 | 7 | 334 | 127 | 62 |
| Binary | 10000 | 1011000 | 11101101 | 1011101 | 111111 | 0 | 111 | 11011100 | 1010111 | 110010 |
Color Harmonies of #1058ED
Complementary color
Monochromatic Colors of #1058ED
Black with #1058ED
Text Example
Text Example
White with #1058ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1058ED; }
p { color: rgb(16,88,237); }
H1.HeaderClassName
{
color: #1058ED;
}
.AnyTagClassName
{
color: #1058ED;
}
</style>
background-color css
<style>
a { background-color: #1058ED; }
a { background-color: rgb(16,88,237); }
div.DivClassName
{
background-color: #1058ED;
}
.BgClassName
{
background-color: #1058ED;
}
</style>
border-color css
<style>
span { border-color: #1058ED; }
span { border-color: rgb(16,88,237); }
td.TdClassName
{
border-color: #1058ED;
}
.TagClassName
{
border-color: #1058ED;
}
</style>