Shades of Navy #070C78
Tints of Navy #070C78
RGB
CMYK
RGB Variations
Color information
#070C78 (or 0x070C78) is known color: Navy. HEX triplet: 07, 0C and 78. RGB value is (7,12,120). Sum of RGB (Red+Green+Blue) = 7+12+120=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #070C78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C78 is #F8F387. Grayscale: #161616. Windows color (decimal): -16315272 or 7867399. OLE color: 7867399.
HSL color Cylindrical-coordinate representation of color #070C78: hue angle of 237.35º 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 #070C78 is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 12 | 120 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.53 |
| HSL | 237.35º | 0.89% | 0.25% | - |
| HSV(B) | 237.35º | 0.94% | 0.47% | - |
| XYZ | 3.61 | 1.66 | 17.9 | - |
| YUV | 22.82 | 182.84 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 120 | 0.94 | 0.90 | 0 | 0.53 | 237.35 | 0.89 | 0.25 |
| Hex | 7 | C | 78 | 5E | 5A | 0 | 35 | ED | 59 | 19 |
| Octal | 7 | 14 | 170 | 136 | 132 | 0 | 65 | 355 | 131 | 31 |
| Binary | 111 | 1100 | 1111000 | 1011110 | 1011010 | 0 | 110101 | 11101101 | 1011001 | 11001 |
Color Harmonies of #070C78
Complementary color
Monochromatic Colors of #070C78
Black with #070C78
Text Example
Text Example
White with #070C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C78; }
p { color: rgb(7,12,120); }
H1.HeaderClassName
{
color: #070C78;
}
.AnyTagClassName
{
color: #070C78;
}
</style>
background-color css
<style>
a { background-color: #070C78; }
a { background-color: rgb(7,12,120); }
div.DivClassName
{
background-color: #070C78;
}
.BgClassName
{
background-color: #070C78;
}
</style>
border-color css
<style>
span { border-color: #070C78; }
span { border-color: rgb(7,12,120); }
td.TdClassName
{
border-color: #070C78;
}
.TagClassName
{
border-color: #070C78;
}
</style>