Shades of Navy #070B7A
Tints of Navy #070B7A
RGB
CMYK
RGB Variations
Color information
#070B7A (or 0x070B7A) is known color: Navy. HEX triplet: 07, 0B and 7A. RGB value is (7,11,122). Sum of RGB (Red+Green+Blue) = 7+11+122=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 122 (48.05% from 255 or 87.14% from 140); Max value from RGB is 122 - color contains mainly: blue. Hex color #070B7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070B7A is #F8F485. Grayscale: #161616. Windows color (decimal): -16315526 or 7998215. OLE color: 7998215.
HSL color Cylindrical-coordinate representation of color #070B7A: hue angle of 237.91º 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 #070B7A is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 11 | 122 | - |
| CMYK | 0.94 | 0.91 | 0 | 0.52 |
| HSL | 237.91º | 0.89% | 0.25% | - |
| HSV(B) | 237.91º | 0.94% | 0.48% | - |
| XYZ | 3.72 | 1.69 | 18.54 | - |
| YUV | 22.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 122 | 0.94 | 0.91 | 0 | 0.52 | 237.91 | 0.89 | 0.25 |
| Hex | 7 | B | 7A | 5E | 5B | 0 | 34 | EE | 59 | 19 |
| Octal | 7 | 13 | 172 | 136 | 133 | 0 | 64 | 356 | 131 | 31 |
| Binary | 111 | 1011 | 1111010 | 1011110 | 1011011 | 0 | 110100 | 11101110 | 1011001 | 11001 |
Color Harmonies of #070B7A
Complementary color
Monochromatic Colors of #070B7A
Black with #070B7A
Text Example
Text Example
White with #070B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B7A; }
p { color: rgb(7,11,122); }
H1.HeaderClassName
{
color: #070B7A;
}
.AnyTagClassName
{
color: #070B7A;
}
</style>
background-color css
<style>
a { background-color: #070B7A; }
a { background-color: rgb(7,11,122); }
div.DivClassName
{
background-color: #070B7A;
}
.BgClassName
{
background-color: #070B7A;
}
</style>
border-color css
<style>
span { border-color: #070B7A; }
span { border-color: rgb(7,11,122); }
td.TdClassName
{
border-color: #070B7A;
}
.TagClassName
{
border-color: #070B7A;
}
</style>