Shades of Navy #070B77
Tints of Navy #070B77
RGB
CMYK
RGB Variations
Color information
#070B77 (or 0x070B77) is known color: Navy. HEX triplet: 07, 0B and 77. RGB value is (7,11,119). Sum of RGB (Red+Green+Blue) = 7+11+119=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 119 (46.88% from 255 or 86.86% from 137); Max value from RGB is 119 - color contains mainly: blue. Hex color #070B77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B77 is #F8F488. Grayscale: #151515. Windows color (decimal): -16315529 or 7801607. OLE color: 7801607.
HSL color Cylindrical-coordinate representation of color #070B77: hue angle of 237.86º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070B77 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 11 | 119 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.53 |
| HSL | 237.86º | 0.89% | 0.25% | - |
| HSV(B) | 237.86º | 0.94% | 0.47% | - |
| XYZ | 3.54 | 1.62 | 17.58 | - |
| YUV | 22.12 | 182.67 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 119 | 0.94 | 0.91 | 0 | 0.53 | 237.86 | 0.89 | 0.25 |
| Hex | 7 | B | 77 | 5E | 5B | 0 | 35 | EE | 59 | 19 |
| Octal | 7 | 13 | 167 | 136 | 133 | 0 | 65 | 356 | 131 | 31 |
| Binary | 111 | 1011 | 1110111 | 1011110 | 1011011 | 0 | 110101 | 11101110 | 1011001 | 11001 |
Color Harmonies of #070B77
Complementary color
Monochromatic Colors of #070B77
Black with #070B77
Text Example
Text Example
White with #070B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B77; }
p { color: rgb(7,11,119); }
H1.HeaderClassName
{
color: #070B77;
}
.AnyTagClassName
{
color: #070B77;
}
</style>
background-color css
<style>
a { background-color: #070B77; }
a { background-color: rgb(7,11,119); }
div.DivClassName
{
background-color: #070B77;
}
.BgClassName
{
background-color: #070B77;
}
</style>
border-color css
<style>
span { border-color: #070B77; }
span { border-color: rgb(7,11,119); }
td.TdClassName
{
border-color: #070B77;
}
.TagClassName
{
border-color: #070B77;
}
</style>