Shades of Navy Blue #0773BD
Tints of Navy Blue #0773BD
RGB
CMYK
RGB Variations
Color information
#0773BD (or 0x0773BD) is known color: Navy Blue. HEX triplet: 07, 73 and BD. RGB value is (7,115,189). Sum of RGB (Red+Green+Blue) = 7+115+189=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #0773BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0773BD is #F88C42. Grayscale: #5A5A5A. Windows color (decimal): -16288835 or 12415751. OLE color: 12415751.
HSL color Cylindrical-coordinate representation of color #0773BD: hue angle of 204.4º 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 #0773BD is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 115 | 189 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.26 |
| HSL | 204.4º | 0.93% | 0.38% | - |
| HSV(B) | 204.4º | 0.96% | 0.74% | - |
| XYZ | 15.4 | 15.98 | 50.42 | - |
| YUV | 91.14 | 183.22 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 189 | 0.96 | 0.39 | 0 | 0.26 | 204.4 | 0.93 | 0.38 |
| Hex | 7 | 73 | BD | 60 | 27 | 0 | 1A | CC | 5D | 26 |
| Octal | 7 | 163 | 275 | 140 | 47 | 0 | 32 | 314 | 135 | 46 |
| Binary | 111 | 1110011 | 10111101 | 1100000 | 100111 | 0 | 11010 | 11001100 | 1011101 | 100110 |
Color Harmonies of #0773BD
Complementary color
Monochromatic Colors of #0773BD
Black with #0773BD
Text Example
Text Example
White with #0773BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0773BD; }
p { color: rgb(7,115,189); }
H1.HeaderClassName
{
color: #0773BD;
}
.AnyTagClassName
{
color: #0773BD;
}
</style>
background-color css
<style>
a { background-color: #0773BD; }
a { background-color: rgb(7,115,189); }
div.DivClassName
{
background-color: #0773BD;
}
.BgClassName
{
background-color: #0773BD;
}
</style>
border-color css
<style>
span { border-color: #0773BD; }
span { border-color: rgb(7,115,189); }
td.TdClassName
{
border-color: #0773BD;
}
.TagClassName
{
border-color: #0773BD;
}
</style>