Shades of Navy Blue #0773C0
Tints of Navy Blue #0773C0
RGB
CMYK
RGB Variations
Color information
#0773C0 (or 0x0773C0) is known color: Navy Blue. HEX triplet: 07, 73 and C0. RGB value is (7,115,192). Sum of RGB (Red+Green+Blue) = 7+115+192=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #0773C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0773C0 is #F88C3F. Grayscale: #5B5B5B. Windows color (decimal): -16288832 or 12612359. OLE color: 12612359.
HSL color Cylindrical-coordinate representation of color #0773C0: hue angle of 204.97º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0773C0 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 115 | 192 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.25 |
| HSL | 204.97º | 0.93% | 0.39% | - |
| HSV(B) | 204.97º | 0.96% | 0.75% | - |
| XYZ | 15.73 | 16.11 | 52.15 | - |
| YUV | 91.49 | 184.72 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 192 | 0.96 | 0.40 | 0 | 0.25 | 204.97 | 0.93 | 0.39 |
| Hex | 7 | 73 | C0 | 60 | 28 | 0 | 19 | CD | 5D | 27 |
| Octal | 7 | 163 | 300 | 140 | 50 | 0 | 31 | 315 | 135 | 47 |
| Binary | 111 | 1110011 | 11000000 | 1100000 | 101000 | 0 | 11001 | 11001101 | 1011101 | 100111 |
Color Harmonies of #0773C0
Complementary color
Monochromatic Colors of #0773C0
Black with #0773C0
Text Example
Text Example
White with #0773C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0773C0; }
p { color: rgb(7,115,192); }
H1.HeaderClassName
{
color: #0773C0;
}
.AnyTagClassName
{
color: #0773C0;
}
</style>
background-color css
<style>
a { background-color: #0773C0; }
a { background-color: rgb(7,115,192); }
div.DivClassName
{
background-color: #0773C0;
}
.BgClassName
{
background-color: #0773C0;
}
</style>
border-color css
<style>
span { border-color: #0773C0; }
span { border-color: rgb(7,115,192); }
td.TdClassName
{
border-color: #0773C0;
}
.TagClassName
{
border-color: #0773C0;
}
</style>