Shades of Navy Blue #0760FB
Tints of Navy Blue #0760FB
RGB
CMYK
RGB Variations
Color information
#0760FB (or 0x0760FB) is known color: Navy Blue. HEX triplet: 07, 60 and FB. RGB value is (7,96,251). Sum of RGB (Red+Green+Blue) = 7+96+251=354 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #0760FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0760FB is #F89F04. Grayscale: #565656. Windows color (decimal): -16293637 or 16474119. OLE color: 16474119.
HSL color Cylindrical-coordinate representation of color #0760FB: hue angle of 218.11º 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 #0760FB is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 96 | 251 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.02 |
| HSL | 218.11º | 0.97% | 0.51% | - |
| HSV(B) | 218.11º | 0.97% | 0.98% | - |
| XYZ | 21.68 | 15.38 | 93.09 | - |
| YUV | 87.06 | 220.51 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 251 | 0.97 | 0.62 | 0 | 0.02 | 218.11 | 0.97 | 0.51 |
| Hex | 7 | 60 | FB | 61 | 3E | 0 | 2 | DA | 61 | 33 |
| Octal | 7 | 140 | 373 | 141 | 76 | 0 | 2 | 332 | 141 | 63 |
| Binary | 111 | 1100000 | 11111011 | 1100001 | 111110 | 0 | 10 | 11011010 | 1100001 | 110011 |
Color Harmonies of #0760FB
Complementary color
Monochromatic Colors of #0760FB
Black with #0760FB
Text Example
Text Example
White with #0760FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0760FB; }
p { color: rgb(7,96,251); }
H1.HeaderClassName
{
color: #0760FB;
}
.AnyTagClassName
{
color: #0760FB;
}
</style>
background-color css
<style>
a { background-color: #0760FB; }
a { background-color: rgb(7,96,251); }
div.DivClassName
{
background-color: #0760FB;
}
.BgClassName
{
background-color: #0760FB;
}
</style>
border-color css
<style>
span { border-color: #0760FB; }
span { border-color: rgb(7,96,251); }
td.TdClassName
{
border-color: #0760FB;
}
.TagClassName
{
border-color: #0760FB;
}
</style>