Shades of Navy Blue #0760CC
Tints of Navy Blue #0760CC
RGB
CMYK
RGB Variations
Color information
#0760CC (or 0x0760CC) is known color: Navy Blue. HEX triplet: 07, 60 and CC. RGB value is (7,96,204). Sum of RGB (Red+Green+Blue) = 7+96+204=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #0760CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0760CC is #F89F33. Grayscale: #515151. Windows color (decimal): -16293684 or 13393927. OLE color: 13393927.
HSL color Cylindrical-coordinate representation of color #0760CC: hue angle of 212.89º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0760CC is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 96 | 204 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.2 |
| HSL | 212.89º | 0.93% | 0.41% | - |
| HSV(B) | 212.89º | 0.97% | 0.8% | - |
| XYZ | 15.17 | 12.77 | 58.79 | - |
| YUV | 81.7 | 197.01 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 204 | 0.97 | 0.53 | 0 | 0.2 | 212.89 | 0.93 | 0.41 |
| Hex | 7 | 60 | CC | 61 | 35 | 0 | 14 | D5 | 5D | 29 |
| Octal | 7 | 140 | 314 | 141 | 65 | 0 | 24 | 325 | 135 | 51 |
| Binary | 111 | 1100000 | 11001100 | 1100001 | 110101 | 0 | 10100 | 11010101 | 1011101 | 101001 |
Color Harmonies of #0760CC
Complementary color
Monochromatic Colors of #0760CC
Black with #0760CC
Text Example
Text Example
White with #0760CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0760CC; }
p { color: rgb(7,96,204); }
H1.HeaderClassName
{
color: #0760CC;
}
.AnyTagClassName
{
color: #0760CC;
}
</style>
background-color css
<style>
a { background-color: #0760CC; }
a { background-color: rgb(7,96,204); }
div.DivClassName
{
background-color: #0760CC;
}
.BgClassName
{
background-color: #0760CC;
}
</style>
border-color css
<style>
span { border-color: #0760CC; }
span { border-color: rgb(7,96,204); }
td.TdClassName
{
border-color: #0760CC;
}
.TagClassName
{
border-color: #0760CC;
}
</style>