Shades of Navy #07077A
Tints of Navy #07077A
RGB
CMYK
RGB Variations
Color information
#07077A (or 0x07077A) is known color: Navy. HEX triplet: 07, 07 and 7A. RGB value is (7,7,122). Sum of RGB (Red+Green+Blue) = 7+7+122=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 122 (48.05% from 255 or 89.71% from 136); Max value from RGB is 122 - color contains mainly: blue. Hex color #07077A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07077A is #F8F885. Grayscale: #131313. Windows color (decimal): -16316550 or 7997191. OLE color: 7997191.
HSL color Cylindrical-coordinate representation of color #07077A: hue angle of 240º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07077A is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 7 | 122 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.52 |
| HSL | 240º | 0.89% | 0.25% | - |
| HSV(B) | 240º | 0.94% | 0.48% | - |
| XYZ | 3.68 | 1.6 | 18.53 | - |
| YUV | 20.11 | 185.5 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 122 | 0.94 | 0.94 | 0 | 0.52 | 240 | 0.89 | 0.25 |
| Hex | 7 | 7 | 7A | 5E | 5E | 0 | 34 | F0 | 59 | 19 |
| Octal | 7 | 7 | 172 | 136 | 136 | 0 | 64 | 360 | 131 | 31 |
| Binary | 111 | 111 | 1111010 | 1011110 | 1011110 | 0 | 110100 | 11110000 | 1011001 | 11001 |
Color Harmonies of #07077A
Complementary color
Monochromatic Colors of #07077A
Black with #07077A
Text Example
Text Example
White with #07077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07077A; }
p { color: rgb(7,7,122); }
H1.HeaderClassName
{
color: #07077A;
}
.AnyTagClassName
{
color: #07077A;
}
</style>
background-color css
<style>
a { background-color: #07077A; }
a { background-color: rgb(7,7,122); }
div.DivClassName
{
background-color: #07077A;
}
.BgClassName
{
background-color: #07077A;
}
</style>
border-color css
<style>
span { border-color: #07077A; }
span { border-color: rgb(7,7,122); }
td.TdClassName
{
border-color: #07077A;
}
.TagClassName
{
border-color: #07077A;
}
</style>