Shades of Navy Blue #1058EA
Tints of Navy Blue #1058EA
RGB
CMYK
RGB Variations
Color information
#1058EA (or 0x1058EA) is known color: Navy Blue. HEX triplet: 10, 58 and EA. RGB value is (16,88,234). Sum of RGB (Red+Green+Blue) = 16+88+234=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #1058EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1058EA is #EFA715. Grayscale: #525252. Windows color (decimal): -15705878 or 15357968. OLE color: 15357968.
HSL color Cylindrical-coordinate representation of color #1058EA: hue angle of 220.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1058EA is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 88 | 234 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.08 |
| HSL | 220.18º | 0.87% | 0.49% | - |
| HSV(B) | 220.18º | 0.93% | 0.92% | - |
| XYZ | 18.55 | 13.03 | 79.38 | - |
| YUV | 83.12 | 213.15 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 234 | 0.93 | 0.62 | 0 | 0.08 | 220.18 | 0.87 | 0.49 |
| Hex | 10 | 58 | EA | 5D | 3E | 0 | 8 | DC | 57 | 31 |
| Octal | 20 | 130 | 352 | 135 | 76 | 0 | 10 | 334 | 127 | 61 |
| Binary | 10000 | 1011000 | 11101010 | 1011101 | 111110 | 0 | 1000 | 11011100 | 1010111 | 110001 |
Color Harmonies of #1058EA
Complementary color
Monochromatic Colors of #1058EA
Black with #1058EA
Text Example
Text Example
White with #1058EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1058EA; }
p { color: rgb(16,88,234); }
H1.HeaderClassName
{
color: #1058EA;
}
.AnyTagClassName
{
color: #1058EA;
}
</style>
background-color css
<style>
a { background-color: #1058EA; }
a { background-color: rgb(16,88,234); }
div.DivClassName
{
background-color: #1058EA;
}
.BgClassName
{
background-color: #1058EA;
}
</style>
border-color css
<style>
span { border-color: #1058EA; }
span { border-color: rgb(16,88,234); }
td.TdClassName
{
border-color: #1058EA;
}
.TagClassName
{
border-color: #1058EA;
}
</style>