Shades of Navy Blue #0762FE
Tints of Navy Blue #0762FE
RGB
CMYK
RGB Variations
Color information
#0762FE (or 0x0762FE) is known color: Navy Blue. HEX triplet: 07, 62 and FE. RGB value is (7,98,254). Sum of RGB (Red+Green+Blue) = 7+98+254=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #0762FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0762FE is #F89D01. Grayscale: #575757. Windows color (decimal): -16293122 or 16671239. OLE color: 16671239.
HSL color Cylindrical-coordinate representation of color #0762FE: hue angle of 217.89º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0762FE is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 98 | 254 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.00 |
| HSL | 217.89º | 0.99% | 0.51% | - |
| HSV(B) | 217.89º | 0.97% | 1% | - |
| XYZ | 22.34 | 15.94 | 95.66 | - |
| YUV | 88.58 | 221.35 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 254 | 0.97 | 0.61 | 0 | 0.00 | 217.89 | 0.99 | 0.51 |
| Hex | 7 | 62 | FE | 61 | 3D | 0 | 0 | DA | 63 | 33 |
| Octal | 7 | 142 | 376 | 141 | 75 | 0 | 0 | 332 | 143 | 63 |
| Binary | 111 | 1100010 | 11111110 | 1100001 | 111101 | 0 | 0 | 11011010 | 1100011 | 110011 |
Color Harmonies of #0762FE
Complementary color
Monochromatic Colors of #0762FE
Black with #0762FE
Text Example
Text Example
White with #0762FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0762FE; }
p { color: rgb(7,98,254); }
H1.HeaderClassName
{
color: #0762FE;
}
.AnyTagClassName
{
color: #0762FE;
}
</style>
background-color css
<style>
a { background-color: #0762FE; }
a { background-color: rgb(7,98,254); }
div.DivClassName
{
background-color: #0762FE;
}
.BgClassName
{
background-color: #0762FE;
}
</style>
border-color css
<style>
span { border-color: #0762FE; }
span { border-color: rgb(7,98,254); }
td.TdClassName
{
border-color: #0762FE;
}
.TagClassName
{
border-color: #0762FE;
}
</style>