Shades of Navy #070277
Tints of Navy #070277
RGB
CMYK
RGB Variations
Color information
#070277 (or 0x070277) is known color: Navy. HEX triplet: 07, 02 and 77. RGB value is (7,2,119). Sum of RGB (Red+Green+Blue) = 7+2+119=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 119 (46.88% from 255 or 92.97% from 128); Max value from RGB is 119 - color contains mainly: blue. Hex color #070277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070277 is #F8FD88. Grayscale: #101010. Windows color (decimal): -16317833 or 7799303. OLE color: 7799303.
HSL color Cylindrical-coordinate representation of color #070277: hue angle of 242.56º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #070277 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 2 | 119 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.53 |
| HSL | 242.56º | 0.97% | 0.24% | - |
| HSV(B) | 242.56º | 0.98% | 0.47% | - |
| XYZ | 3.44 | 1.42 | 17.55 | - |
| YUV | 16.83 | 185.66 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 119 | 0.94 | 0.98 | 0 | 0.53 | 242.56 | 0.97 | 0.24 |
| Hex | 7 | 2 | 77 | 5E | 62 | 0 | 35 | F3 | 61 | 18 |
| Octal | 7 | 2 | 167 | 136 | 142 | 0 | 65 | 363 | 141 | 30 |
| Binary | 111 | 10 | 1110111 | 1011110 | 1100010 | 0 | 110101 | 11110011 | 1100001 | 11000 |
Color Harmonies of #070277
Complementary color
Monochromatic Colors of #070277
Black with #070277
Text Example
Text Example
White with #070277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070277; }
p { color: rgb(7,2,119); }
H1.HeaderClassName
{
color: #070277;
}
.AnyTagClassName
{
color: #070277;
}
</style>
background-color css
<style>
a { background-color: #070277; }
a { background-color: rgb(7,2,119); }
div.DivClassName
{
background-color: #070277;
}
.BgClassName
{
background-color: #070277;
}
</style>
border-color css
<style>
span { border-color: #070277; }
span { border-color: rgb(7,2,119); }
td.TdClassName
{
border-color: #070277;
}
.TagClassName
{
border-color: #070277;
}
</style>