Shades of Navy #070C73
Tints of Navy #070C73
RGB
CMYK
RGB Variations
Color information
#070C73 (or 0x070C73) is known color: Navy. HEX triplet: 07, 0C and 73. RGB value is (7,12,115). Sum of RGB (Red+Green+Blue) = 7+12+115=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 115 (45.31% from 255 or 85.82% from 134); Max value from RGB is 115 - color contains mainly: blue. Hex color #070C73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C73 is #F8F38C. Grayscale: #151515. Windows color (decimal): -16315277 or 7539719. OLE color: 7539719.
HSL color Cylindrical-coordinate representation of color #070C73: hue angle of 237.22º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070C73 is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 12 | 115 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.55 |
| HSL | 237.22º | 0.89% | 0.24% | - |
| HSV(B) | 237.22º | 0.94% | 0.45% | - |
| XYZ | 3.31 | 1.55 | 16.34 | - |
| YUV | 22.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 115 | 0.94 | 0.90 | 0 | 0.55 | 237.22 | 0.89 | 0.24 |
| Hex | 7 | C | 73 | 5E | 5A | 0 | 37 | ED | 59 | 18 |
| Octal | 7 | 14 | 163 | 136 | 132 | 0 | 67 | 355 | 131 | 30 |
| Binary | 111 | 1100 | 1110011 | 1011110 | 1011010 | 0 | 110111 | 11101101 | 1011001 | 11000 |
Color Harmonies of #070C73
Complementary color
Monochromatic Colors of #070C73
Black with #070C73
Text Example
Text Example
White with #070C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C73; }
p { color: rgb(7,12,115); }
H1.HeaderClassName
{
color: #070C73;
}
.AnyTagClassName
{
color: #070C73;
}
</style>
background-color css
<style>
a { background-color: #070C73; }
a { background-color: rgb(7,12,115); }
div.DivClassName
{
background-color: #070C73;
}
.BgClassName
{
background-color: #070C73;
}
</style>
border-color css
<style>
span { border-color: #070C73; }
span { border-color: rgb(7,12,115); }
td.TdClassName
{
border-color: #070C73;
}
.TagClassName
{
border-color: #070C73;
}
</style>