Shades of Midnight Blue #070760
Tints of Midnight Blue #070760
RGB
CMYK
RGB Variations
Color information
#070760 (or 0x070760) is known color: Midnight Blue. HEX triplet: 07, 07 and 60. RGB value is (7,7,96). Sum of RGB (Red+Green+Blue) = 7+7+96=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 96 (37.89% from 255 or 87.27% from 110); Max value from RGB is 96 - color contains mainly: blue. Hex color #070760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070760 is #F8F89F. Grayscale: #101010. Windows color (decimal): -16316576 or 6293255. OLE color: 6293255.
HSL color Cylindrical-coordinate representation of color #070760: hue angle of 240º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070760 is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 7 | 96 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.62 |
| HSL | 240º | 0.86% | 0.2% | - |
| HSV(B) | 240º | 0.93% | 0.38% | - |
| XYZ | 2.27 | 1.04 | 11.15 | - |
| YUV | 17.15 | 172.5 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 96 | 0.93 | 0.93 | 0 | 0.62 | 240 | 0.86 | 0.2 |
| Hex | 7 | 7 | 60 | 5D | 5D | 0 | 3E | F0 | 56 | 14 |
| Octal | 7 | 7 | 140 | 135 | 135 | 0 | 76 | 360 | 126 | 24 |
| Binary | 111 | 111 | 1100000 | 1011101 | 1011101 | 0 | 111110 | 11110000 | 1010110 | 10100 |
Color Harmonies of #070760
Complementary color
Monochromatic Colors of #070760
Black with #070760
Text Example
Text Example
White with #070760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070760; }
p { color: rgb(7,7,96); }
H1.HeaderClassName
{
color: #070760;
}
.AnyTagClassName
{
color: #070760;
}
</style>
background-color css
<style>
a { background-color: #070760; }
a { background-color: rgb(7,7,96); }
div.DivClassName
{
background-color: #070760;
}
.BgClassName
{
background-color: #070760;
}
</style>
border-color css
<style>
span { border-color: #070760; }
span { border-color: rgb(7,7,96); }
td.TdClassName
{
border-color: #070760;
}
.TagClassName
{
border-color: #070760;
}
</style>