Shades of Midnight Blue #070151
Tints of Midnight Blue #070151
RGB
CMYK
RGB Variations
Color information
#070151 (or 0x070151) is known color: Midnight Blue. HEX triplet: 07, 01 and 51. RGB value is (7,1,81). Sum of RGB (Red+Green+Blue) = 7+1+81=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 81 (32.03% from 255 or 91.01% from 89); Max value from RGB is 81 - color contains mainly: blue. Hex color #070151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070151 is #F8FEAE. Grayscale: #0B0B0B. Windows color (decimal): -16318127 or 5308679. OLE color: 5308679.
HSL color Cylindrical-coordinate representation of color #070151: hue angle of 244.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070151 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 1 | 81 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.68 |
| HSL | 244.5º | 0.98% | 0.16% | - |
| HSV(B) | 244.5º | 0.99% | 0.32% | - |
| XYZ | 1.58 | 0.66 | 7.83 | - |
| YUV | 11.91 | 166.99 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 81 | 0.91 | 0.99 | 0 | 0.68 | 244.5 | 0.98 | 0.16 |
| Hex | 7 | 1 | 51 | 5B | 63 | 0 | 44 | F4 | 62 | 10 |
| Octal | 7 | 1 | 121 | 133 | 143 | 0 | 104 | 364 | 142 | 20 |
| Binary | 111 | 1 | 1010001 | 1011011 | 1100011 | 0 | 1000100 | 11110100 | 1100010 | 10000 |
Color Harmonies of #070151
Complementary color
Monochromatic Colors of #070151
Black with #070151
Text Example
Text Example
White with #070151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070151; }
p { color: rgb(7,1,81); }
H1.HeaderClassName
{
color: #070151;
}
.AnyTagClassName
{
color: #070151;
}
</style>
background-color css
<style>
a { background-color: #070151; }
a { background-color: rgb(7,1,81); }
div.DivClassName
{
background-color: #070151;
}
.BgClassName
{
background-color: #070151;
}
</style>
border-color css
<style>
span { border-color: #070151; }
span { border-color: rgb(7,1,81); }
td.TdClassName
{
border-color: #070151;
}
.TagClassName
{
border-color: #070151;
}
</style>