Shades of Navy Blue #0771CB
Tints of Navy Blue #0771CB
RGB
CMYK
RGB Variations
Color information
#0771CB (or 0x0771CB) is known color: Navy Blue. HEX triplet: 07, 71 and CB. RGB value is (7,113,203). Sum of RGB (Red+Green+Blue) = 7+113+203=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #0771CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0771CB is #F88E34. Grayscale: #5B5B5B. Windows color (decimal): -16289333 or 13332743. OLE color: 13332743.
HSL color Cylindrical-coordinate representation of color #0771CB: hue angle of 207.55º 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 #0771CB is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 113 | 203 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.20 |
| HSL | 207.55º | 0.93% | 0.41% | - |
| HSV(B) | 207.55º | 0.97% | 0.8% | - |
| XYZ | 16.77 | 16.17 | 58.74 | - |
| YUV | 91.57 | 190.88 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 113 | 203 | 0.97 | 0.44 | 0 | 0.20 | 207.55 | 0.93 | 0.41 |
| Hex | 7 | 71 | CB | 61 | 2C | 0 | 14 | D0 | 5D | 29 |
| Octal | 7 | 161 | 313 | 141 | 54 | 0 | 24 | 320 | 135 | 51 |
| Binary | 111 | 1110001 | 11001011 | 1100001 | 101100 | 0 | 10100 | 11010000 | 1011101 | 101001 |
Color Harmonies of #0771CB
Complementary color
Monochromatic Colors of #0771CB
Black with #0771CB
Text Example
Text Example
White with #0771CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0771CB; }
p { color: rgb(7,113,203); }
H1.HeaderClassName
{
color: #0771CB;
}
.AnyTagClassName
{
color: #0771CB;
}
</style>
background-color css
<style>
a { background-color: #0771CB; }
a { background-color: rgb(7,113,203); }
div.DivClassName
{
background-color: #0771CB;
}
.BgClassName
{
background-color: #0771CB;
}
</style>
border-color css
<style>
span { border-color: #0771CB; }
span { border-color: rgb(7,113,203); }
td.TdClassName
{
border-color: #0771CB;
}
.TagClassName
{
border-color: #0771CB;
}
</style>