Shades of Navy Blue #1058DC
Tints of Navy Blue #1058DC
RGB
CMYK
RGB Variations
Color information
#1058DC (or 0x1058DC) is known color: Navy Blue. HEX triplet: 10, 58 and DC. RGB value is (16,88,220). Sum of RGB (Red+Green+Blue) = 16+88+220=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #1058DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1058DC is #EFA723. Grayscale: #505050. Windows color (decimal): -15705892 or 14440464. OLE color: 14440464.
HSL color Cylindrical-coordinate representation of color #1058DC: hue angle of 218.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1058DC is Cyan = 0.93, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 88 | 220 | - |
| CMYK | 0.93 | 0.6 | 0 | 0.14 |
| HSL | 218.82º | 0.86% | 0.46% | - |
| HSV(B) | 218.82º | 0.93% | 0.86% | - |
| XYZ | 16.62 | 12.26 | 69.2 | - |
| YUV | 81.52 | 206.15 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 220 | 0.93 | 0.6 | 0 | 0.14 | 218.82 | 0.86 | 0.46 |
| Hex | 10 | 58 | DC | 5D | 3C | 0 | E | DB | 56 | 2E |
| Octal | 20 | 130 | 334 | 135 | 74 | 0 | 16 | 333 | 126 | 56 |
| Binary | 10000 | 1011000 | 11011100 | 1011101 | 111100 | 0 | 1110 | 11011011 | 1010110 | 101110 |
Color Harmonies of #1058DC
Complementary color
Monochromatic Colors of #1058DC
Black with #1058DC
Text Example
Text Example
White with #1058DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1058DC; }
p { color: rgb(16,88,220); }
H1.HeaderClassName
{
color: #1058DC;
}
.AnyTagClassName
{
color: #1058DC;
}
</style>
background-color css
<style>
a { background-color: #1058DC; }
a { background-color: rgb(16,88,220); }
div.DivClassName
{
background-color: #1058DC;
}
.BgClassName
{
background-color: #1058DC;
}
</style>
border-color css
<style>
span { border-color: #1058DC; }
span { border-color: rgb(16,88,220); }
td.TdClassName
{
border-color: #1058DC;
}
.TagClassName
{
border-color: #1058DC;
}
</style>