Shades of Navy Blue #1062F6
Tints of Navy Blue #1062F6
RGB
CMYK
RGB Variations
Color information
#1062F6 (or 0x1062F6) is known color: Navy Blue. HEX triplet: 10, 62 and F6. RGB value is (16,98,246). Sum of RGB (Red+Green+Blue) = 16+98+246=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 246 (96.48% from 255 or 68.33% from 360); Max value from RGB is 246 - color contains mainly: blue. Hex color #1062F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1062F6 is #EF9D09. Grayscale: #595959. Windows color (decimal): -15703306 or 16146960. OLE color: 16146960.
HSL color Cylindrical-coordinate representation of color #1062F6: hue angle of 218.61º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1062F6 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 98 | 246 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.04 |
| HSL | 218.61º | 0.93% | 0.51% | - |
| HSV(B) | 218.61º | 0.93% | 0.96% | - |
| XYZ | 21.22 | 15.5 | 89.06 | - |
| YUV | 90.35 | 215.83 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 246 | 0.93 | 0.60 | 0 | 0.04 | 218.61 | 0.93 | 0.51 |
| Hex | 10 | 62 | F6 | 5D | 3C | 0 | 4 | DB | 5D | 33 |
| Octal | 20 | 142 | 366 | 135 | 74 | 0 | 4 | 333 | 135 | 63 |
| Binary | 10000 | 1100010 | 11110110 | 1011101 | 111100 | 0 | 100 | 11011011 | 1011101 | 110011 |
Color Harmonies of #1062F6
Complementary color
Monochromatic Colors of #1062F6
Black with #1062F6
Text Example
Text Example
White with #1062F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1062F6; }
p { color: rgb(16,98,246); }
H1.HeaderClassName
{
color: #1062F6;
}
.AnyTagClassName
{
color: #1062F6;
}
</style>
background-color css
<style>
a { background-color: #1062F6; }
a { background-color: rgb(16,98,246); }
div.DivClassName
{
background-color: #1062F6;
}
.BgClassName
{
background-color: #1062F6;
}
</style>
border-color css
<style>
span { border-color: #1062F6; }
span { border-color: rgb(16,98,246); }
td.TdClassName
{
border-color: #1062F6;
}
.TagClassName
{
border-color: #1062F6;
}
</style>