Shades of Navy Blue #0777CA
Tints of Navy Blue #0777CA
RGB
CMYK
RGB Variations
Color information
#0777CA (or 0x0777CA) is known color: Navy Blue. HEX triplet: 07, 77 and CA. RGB value is (7,119,202). Sum of RGB (Red+Green+Blue) = 7+119+202=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #0777CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0777CA is #F88835. Grayscale: #5E5E5E. Windows color (decimal): -16287798 or 13268743. OLE color: 13268743.
HSL color Cylindrical-coordinate representation of color #0777CA: hue angle of 205.54º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0777CA is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 119 | 202 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.21 |
| HSL | 205.54º | 0.93% | 0.41% | - |
| HSV(B) | 205.54º | 0.97% | 0.79% | - |
| XYZ | 17.35 | 17.5 | 58.34 | - |
| YUV | 94.97 | 188.39 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 119 | 202 | 0.97 | 0.41 | 0 | 0.21 | 205.54 | 0.93 | 0.41 |
| Hex | 7 | 77 | CA | 61 | 29 | 0 | 15 | CE | 5D | 29 |
| Octal | 7 | 167 | 312 | 141 | 51 | 0 | 25 | 316 | 135 | 51 |
| Binary | 111 | 1110111 | 11001010 | 1100001 | 101001 | 0 | 10101 | 11001110 | 1011101 | 101001 |
Color Harmonies of #0777CA
Complementary color
Monochromatic Colors of #0777CA
Black with #0777CA
Text Example
Text Example
White with #0777CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0777CA; }
p { color: rgb(7,119,202); }
H1.HeaderClassName
{
color: #0777CA;
}
.AnyTagClassName
{
color: #0777CA;
}
</style>
background-color css
<style>
a { background-color: #0777CA; }
a { background-color: rgb(7,119,202); }
div.DivClassName
{
background-color: #0777CA;
}
.BgClassName
{
background-color: #0777CA;
}
</style>
border-color css
<style>
span { border-color: #0777CA; }
span { border-color: rgb(7,119,202); }
td.TdClassName
{
border-color: #0777CA;
}
.TagClassName
{
border-color: #0777CA;
}
</style>