Shades of Midnight Blue #070662
Tints of Midnight Blue #070662
RGB
CMYK
RGB Variations
Color information
#070662 (or 0x070662) is known color: Midnight Blue. HEX triplet: 07, 06 and 62. RGB value is (7,6,98). Sum of RGB (Red+Green+Blue) = 7+6+98=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 98 (38.67% from 255 or 88.29% from 111); Max value from RGB is 98 - color contains mainly: blue. Hex color #070662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070662 is #F8F99D. Grayscale: #101010. Windows color (decimal): -16316830 or 6424071. OLE color: 6424071.
HSL color Cylindrical-coordinate representation of color #070662: hue angle of 240.65º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070662 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 6 | 98 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.62 |
| HSL | 240.65º | 0.88% | 0.2% | - |
| HSV(B) | 240.65º | 0.94% | 0.38% | - |
| XYZ | 2.36 | 1.06 | 11.64 | - |
| YUV | 16.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 98 | 0.93 | 0.94 | 0 | 0.62 | 240.65 | 0.88 | 0.2 |
| Hex | 7 | 6 | 62 | 5D | 5E | 0 | 3E | F1 | 58 | 14 |
| Octal | 7 | 6 | 142 | 135 | 136 | 0 | 76 | 361 | 130 | 24 |
| Binary | 111 | 110 | 1100010 | 1011101 | 1011110 | 0 | 111110 | 11110001 | 1011000 | 10100 |
Color Harmonies of #070662
Complementary color
Monochromatic Colors of #070662
Black with #070662
Text Example
Text Example
White with #070662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070662; }
p { color: rgb(7,6,98); }
H1.HeaderClassName
{
color: #070662;
}
.AnyTagClassName
{
color: #070662;
}
</style>
background-color css
<style>
a { background-color: #070662; }
a { background-color: rgb(7,6,98); }
div.DivClassName
{
background-color: #070662;
}
.BgClassName
{
background-color: #070662;
}
</style>
border-color css
<style>
span { border-color: #070662; }
span { border-color: rgb(7,6,98); }
td.TdClassName
{
border-color: #070662;
}
.TagClassName
{
border-color: #070662;
}
</style>