Shades of Navy Blue #0760ED
Tints of Navy Blue #0760ED
RGB
CMYK
RGB Variations
Color information
#0760ED (or 0x0760ED) is known color: Navy Blue. HEX triplet: 07, 60 and ED. RGB value is (7,96,237). Sum of RGB (Red+Green+Blue) = 7+96+237=340 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #0760ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0760ED is #F89F12. Grayscale: #545454. Windows color (decimal): -16293651 or 15556615. OLE color: 15556615.
HSL color Cylindrical-coordinate representation of color #0760ED: hue angle of 216.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0760ED is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 96 | 237 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.07 |
| HSL | 216.78º | 0.94% | 0.48% | - |
| HSV(B) | 216.78º | 0.97% | 0.93% | - |
| XYZ | 19.56 | 14.53 | 81.89 | - |
| YUV | 85.46 | 213.51 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 237 | 0.97 | 0.59 | 0 | 0.07 | 216.78 | 0.94 | 0.48 |
| Hex | 7 | 60 | ED | 61 | 3B | 0 | 7 | D9 | 5E | 30 |
| Octal | 7 | 140 | 355 | 141 | 73 | 0 | 7 | 331 | 136 | 60 |
| Binary | 111 | 1100000 | 11101101 | 1100001 | 111011 | 0 | 111 | 11011001 | 1011110 | 110000 |
Color Harmonies of #0760ED
Complementary color
Monochromatic Colors of #0760ED
Black with #0760ED
Text Example
Text Example
White with #0760ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0760ED; }
p { color: rgb(7,96,237); }
H1.HeaderClassName
{
color: #0760ED;
}
.AnyTagClassName
{
color: #0760ED;
}
</style>
background-color css
<style>
a { background-color: #0760ED; }
a { background-color: rgb(7,96,237); }
div.DivClassName
{
background-color: #0760ED;
}
.BgClassName
{
background-color: #0760ED;
}
</style>
border-color css
<style>
span { border-color: #0760ED; }
span { border-color: rgb(7,96,237); }
td.TdClassName
{
border-color: #0760ED;
}
.TagClassName
{
border-color: #0760ED;
}
</style>