Shades of Navy Blue #1058DA
Tints of Navy Blue #1058DA
RGB
CMYK
RGB Variations
Color information
#1058DA (or 0x1058DA) is known color: Navy Blue. HEX triplet: 10, 58 and DA. RGB value is (16,88,218). Sum of RGB (Red+Green+Blue) = 16+88+218=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #1058DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1058DA is #EFA725. Grayscale: #505050. Windows color (decimal): -15705894 or 14309392. OLE color: 14309392.
HSL color Cylindrical-coordinate representation of color #1058DA: hue angle of 218.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1058DA is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 88 | 218 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.15 |
| HSL | 218.61º | 0.86% | 0.46% | - |
| HSV(B) | 218.61º | 0.93% | 0.85% | - |
| XYZ | 16.36 | 12.15 | 67.81 | - |
| YUV | 81.29 | 205.15 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 218 | 0.93 | 0.60 | 0 | 0.15 | 218.61 | 0.86 | 0.46 |
| Hex | 10 | 58 | DA | 5D | 3C | 0 | F | DB | 56 | 2E |
| Octal | 20 | 130 | 332 | 135 | 74 | 0 | 17 | 333 | 126 | 56 |
| Binary | 10000 | 1011000 | 11011010 | 1011101 | 111100 | 0 | 1111 | 11011011 | 1010110 | 101110 |
Color Harmonies of #1058DA
Complementary color
Monochromatic Colors of #1058DA
Black with #1058DA
Text Example
Text Example
White with #1058DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1058DA; }
p { color: rgb(16,88,218); }
H1.HeaderClassName
{
color: #1058DA;
}
.AnyTagClassName
{
color: #1058DA;
}
</style>
background-color css
<style>
a { background-color: #1058DA; }
a { background-color: rgb(16,88,218); }
div.DivClassName
{
background-color: #1058DA;
}
.BgClassName
{
background-color: #1058DA;
}
</style>
border-color css
<style>
span { border-color: #1058DA; }
span { border-color: rgb(16,88,218); }
td.TdClassName
{
border-color: #1058DA;
}
.TagClassName
{
border-color: #1058DA;
}
</style>