Shades of Navy Blue #0762FB
Tints of Navy Blue #0762FB
RGB
CMYK
RGB Variations
Color information
#0762FB (or 0x0762FB) is known color: Navy Blue. HEX triplet: 07, 62 and FB. RGB value is (7,98,251). Sum of RGB (Red+Green+Blue) = 7+98+251=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #0762FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0762FB is #F89D04. Grayscale: #575757. Windows color (decimal): -16293125 or 16474631. OLE color: 16474631.
HSL color Cylindrical-coordinate representation of color #0762FB: hue angle of 217.62º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0762FB is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 98 | 251 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.02 |
| HSL | 217.62º | 0.97% | 0.51% | - |
| HSV(B) | 217.62º | 0.97% | 0.98% | - |
| XYZ | 21.87 | 15.75 | 93.15 | - |
| YUV | 88.23 | 219.85 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 251 | 0.97 | 0.61 | 0 | 0.02 | 217.62 | 0.97 | 0.51 |
| Hex | 7 | 62 | FB | 61 | 3D | 0 | 2 | DA | 61 | 33 |
| Octal | 7 | 142 | 373 | 141 | 75 | 0 | 2 | 332 | 141 | 63 |
| Binary | 111 | 1100010 | 11111011 | 1100001 | 111101 | 0 | 10 | 11011010 | 1100001 | 110011 |
Color Harmonies of #0762FB
Complementary color
Monochromatic Colors of #0762FB
Black with #0762FB
Text Example
Text Example
White with #0762FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0762FB; }
p { color: rgb(7,98,251); }
H1.HeaderClassName
{
color: #0762FB;
}
.AnyTagClassName
{
color: #0762FB;
}
</style>
background-color css
<style>
a { background-color: #0762FB; }
a { background-color: rgb(7,98,251); }
div.DivClassName
{
background-color: #0762FB;
}
.BgClassName
{
background-color: #0762FB;
}
</style>
border-color css
<style>
span { border-color: #0762FB; }
span { border-color: rgb(7,98,251); }
td.TdClassName
{
border-color: #0762FB;
}
.TagClassName
{
border-color: #0762FB;
}
</style>