Shades of Navy Blue #1058F2
Tints of Navy Blue #1058F2
RGB
CMYK
RGB Variations
Color information
#1058F2 (or 0x1058F2) is known color: Navy Blue. HEX triplet: 10, 58 and F2. RGB value is (16,88,242). Sum of RGB (Red+Green+Blue) = 16+88+242=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 242 (94.92% from 255 or 69.94% from 346); Max value from RGB is 242 - color contains mainly: blue. Hex color #1058F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1058F2 is #EFA70D. Grayscale: #535353. Windows color (decimal): -15705870 or 15882256. OLE color: 15882256.
HSL color Cylindrical-coordinate representation of color #1058F2: hue angle of 220.88º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1058F2 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 88 | 242 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.05 |
| HSL | 220.89º | 0.9% | 0.51% | - |
| HSV(B) | 220.89º | 0.93% | 0.95% | - |
| XYZ | 19.73 | 13.5 | 85.57 | - |
| YUV | 84.03 | 217.15 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 242 | 0.93 | 0.64 | 0 | 0.05 | 220.89 | 0.9 | 0.51 |
| Hex | 10 | 58 | F2 | 5D | 40 | 0 | 5 | DD | 5A | 33 |
| Octal | 20 | 130 | 362 | 135 | 100 | 0 | 5 | 335 | 132 | 63 |
| Binary | 10000 | 1011000 | 11110010 | 1011101 | 1000000 | 0 | 101 | 11011101 | 1011010 | 110011 |
Color Harmonies of #1058F2
Complementary color
Monochromatic Colors of #1058F2
Black with #1058F2
Text Example
Text Example
White with #1058F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1058F2; }
p { color: rgb(16,88,242); }
H1.HeaderClassName
{
color: #1058F2;
}
.AnyTagClassName
{
color: #1058F2;
}
</style>
background-color css
<style>
a { background-color: #1058F2; }
a { background-color: rgb(16,88,242); }
div.DivClassName
{
background-color: #1058F2;
}
.BgClassName
{
background-color: #1058F2;
}
</style>
border-color css
<style>
span { border-color: #1058F2; }
span { border-color: rgb(16,88,242); }
td.TdClassName
{
border-color: #1058F2;
}
.TagClassName
{
border-color: #1058F2;
}
</style>