Shades of Navy Blue #0773BC
Tints of Navy Blue #0773BC
RGB
CMYK
RGB Variations
Color information
#0773BC (or 0x0773BC) is known color: Navy Blue. HEX triplet: 07, 73 and BC. RGB value is (7,115,188). Sum of RGB (Red+Green+Blue) = 7+115+188=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #0773BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0773BC is #F88C43. Grayscale: #5A5A5A. Windows color (decimal): -16288836 or 12350215. OLE color: 12350215.
HSL color Cylindrical-coordinate representation of color #0773BC: hue angle of 204.2º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0773BC is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 115 | 188 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.26 |
| HSL | 204.2º | 0.93% | 0.38% | - |
| HSV(B) | 204.2º | 0.96% | 0.74% | - |
| XYZ | 15.3 | 15.94 | 49.85 | - |
| YUV | 91.03 | 182.72 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 188 | 0.96 | 0.39 | 0 | 0.26 | 204.2 | 0.93 | 0.38 |
| Hex | 7 | 73 | BC | 60 | 27 | 0 | 1A | CC | 5D | 26 |
| Octal | 7 | 163 | 274 | 140 | 47 | 0 | 32 | 314 | 135 | 46 |
| Binary | 111 | 1110011 | 10111100 | 1100000 | 100111 | 0 | 11010 | 11001100 | 1011101 | 100110 |
Color Harmonies of #0773BC
Complementary color
Monochromatic Colors of #0773BC
Black with #0773BC
Text Example
Text Example
White with #0773BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0773BC; }
p { color: rgb(7,115,188); }
H1.HeaderClassName
{
color: #0773BC;
}
.AnyTagClassName
{
color: #0773BC;
}
</style>
background-color css
<style>
a { background-color: #0773BC; }
a { background-color: rgb(7,115,188); }
div.DivClassName
{
background-color: #0773BC;
}
.BgClassName
{
background-color: #0773BC;
}
</style>
border-color css
<style>
span { border-color: #0773BC; }
span { border-color: rgb(7,115,188); }
td.TdClassName
{
border-color: #0773BC;
}
.TagClassName
{
border-color: #0773BC;
}
</style>