Shades of Navy Blue #0760DD
Tints of Navy Blue #0760DD
RGB
CMYK
RGB Variations
Color information
#0760DD (or 0x0760DD) is known color: Navy Blue. HEX triplet: 07, 60 and DD. RGB value is (7,96,221). Sum of RGB (Red+Green+Blue) = 7+96+221=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #0760DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0760DD is #F89F22. Grayscale: #535353. Windows color (decimal): -16293667 or 14508039. OLE color: 14508039.
HSL color Cylindrical-coordinate representation of color #0760DD: hue angle of 215.05º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0760DD is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 96 | 221 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.13 |
| HSL | 215.05º | 0.94% | 0.45% | - |
| HSV(B) | 215.05º | 0.97% | 0.87% | - |
| XYZ | 17.32 | 13.63 | 70.12 | - |
| YUV | 83.64 | 205.51 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 221 | 0.97 | 0.57 | 0 | 0.13 | 215.05 | 0.94 | 0.45 |
| Hex | 7 | 60 | DD | 61 | 39 | 0 | D | D7 | 5E | 2D |
| Octal | 7 | 140 | 335 | 141 | 71 | 0 | 15 | 327 | 136 | 55 |
| Binary | 111 | 1100000 | 11011101 | 1100001 | 111001 | 0 | 1101 | 11010111 | 1011110 | 101101 |
Color Harmonies of #0760DD
Complementary color
Monochromatic Colors of #0760DD
Black with #0760DD
Text Example
Text Example
White with #0760DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0760DD; }
p { color: rgb(7,96,221); }
H1.HeaderClassName
{
color: #0760DD;
}
.AnyTagClassName
{
color: #0760DD;
}
</style>
background-color css
<style>
a { background-color: #0760DD; }
a { background-color: rgb(7,96,221); }
div.DivClassName
{
background-color: #0760DD;
}
.BgClassName
{
background-color: #0760DD;
}
</style>
border-color css
<style>
span { border-color: #0760DD; }
span { border-color: rgb(7,96,221); }
td.TdClassName
{
border-color: #0760DD;
}
.TagClassName
{
border-color: #0760DD;
}
</style>