Shades of Navy #070C81
Tints of Navy #070C81
RGB
CMYK
RGB Variations
Color information
#070C81 (or 0x070C81) is known color: Navy. HEX triplet: 07, 0C and 81. RGB value is (7,12,129). Sum of RGB (Red+Green+Blue) = 7+12+129=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 129 (50.78% from 255 or 87.16% from 148); Max value from RGB is 129 - color contains mainly: blue. Hex color #070C81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070C81 is #F8F37E. Grayscale: #171717. Windows color (decimal): -16315263 or 8457223. OLE color: 8457223.
HSL color Cylindrical-coordinate representation of color #070C81: hue angle of 237.54º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070C81 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 12 | 129 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.49 |
| HSL | 237.54º | 0.9% | 0.27% | - |
| HSV(B) | 237.54º | 0.95% | 0.51% | - |
| XYZ | 4.18 | 1.89 | 20.91 | - |
| YUV | 23.84 | 187.34 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 129 | 0.95 | 0.91 | 0 | 0.49 | 237.54 | 0.9 | 0.27 |
| Hex | 7 | C | 81 | 5F | 5B | 0 | 31 | EE | 5A | 1B |
| Octal | 7 | 14 | 201 | 137 | 133 | 0 | 61 | 356 | 132 | 33 |
| Binary | 111 | 1100 | 10000001 | 1011111 | 1011011 | 0 | 110001 | 11101110 | 1011010 | 11011 |
Color Harmonies of #070C81
Complementary color
Monochromatic Colors of #070C81
Black with #070C81
Text Example
Text Example
White with #070C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C81; }
p { color: rgb(7,12,129); }
H1.HeaderClassName
{
color: #070C81;
}
.AnyTagClassName
{
color: #070C81;
}
</style>
background-color css
<style>
a { background-color: #070C81; }
a { background-color: rgb(7,12,129); }
div.DivClassName
{
background-color: #070C81;
}
.BgClassName
{
background-color: #070C81;
}
</style>
border-color css
<style>
span { border-color: #070C81; }
span { border-color: rgb(7,12,129); }
td.TdClassName
{
border-color: #070C81;
}
.TagClassName
{
border-color: #070C81;
}
</style>