Shades of Navy Blue #0762F0
Tints of Navy Blue #0762F0
RGB
CMYK
RGB Variations
Color information
#0762F0 (or 0x0762F0) is known color: Navy Blue. HEX triplet: 07, 62 and F0. RGB value is (7,98,240). Sum of RGB (Red+Green+Blue) = 7+98+240=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 240 (94.14% from 255 or 69.57% from 345); Max value from RGB is 240 - color contains mainly: blue. Hex color #0762F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0762F0 is #F89D0F. Grayscale: #565656. Windows color (decimal): -16293136 or 15753735. OLE color: 15753735.
HSL color Cylindrical-coordinate representation of color #0762F0: hue angle of 216.57º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0762F0 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 98 | 240 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.06 |
| HSL | 216.57º | 0.94% | 0.48% | - |
| HSV(B) | 216.57º | 0.97% | 0.94% | - |
| XYZ | 20.18 | 15.07 | 84.28 | - |
| YUV | 86.98 | 214.35 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 240 | 0.97 | 0.59 | 0 | 0.06 | 216.57 | 0.94 | 0.48 |
| Hex | 7 | 62 | F0 | 61 | 3B | 0 | 6 | D9 | 5E | 30 |
| Octal | 7 | 142 | 360 | 141 | 73 | 0 | 6 | 331 | 136 | 60 |
| Binary | 111 | 1100010 | 11110000 | 1100001 | 111011 | 0 | 110 | 11011001 | 1011110 | 110000 |
Color Harmonies of #0762F0
Complementary color
Monochromatic Colors of #0762F0
Black with #0762F0
Text Example
Text Example
White with #0762F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0762F0; }
p { color: rgb(7,98,240); }
H1.HeaderClassName
{
color: #0762F0;
}
.AnyTagClassName
{
color: #0762F0;
}
</style>
background-color css
<style>
a { background-color: #0762F0; }
a { background-color: rgb(7,98,240); }
div.DivClassName
{
background-color: #0762F0;
}
.BgClassName
{
background-color: #0762F0;
}
</style>
border-color css
<style>
span { border-color: #0762F0; }
span { border-color: rgb(7,98,240); }
td.TdClassName
{
border-color: #0762F0;
}
.TagClassName
{
border-color: #0762F0;
}
</style>