Shades of Midnight Blue #070150
Tints of Midnight Blue #070150
RGB
CMYK
RGB Variations
Color information
#070150 (or 0x070150) is known color: Midnight Blue. HEX triplet: 07, 01 and 50. RGB value is (7,1,80). Sum of RGB (Red+Green+Blue) = 7+1+80=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 80 (31.64% from 255 or 90.91% from 88); Max value from RGB is 80 - color contains mainly: blue. Hex color #070150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070150 is #F8FEAF. Grayscale: #0B0B0B. Windows color (decimal): -16318128 or 5243143. OLE color: 5243143.
HSL color Cylindrical-coordinate representation of color #070150: hue angle of 244.56º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070150 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 1 | 80 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.69 |
| HSL | 244.56º | 0.98% | 0.16% | - |
| HSV(B) | 244.56º | 0.99% | 0.31% | - |
| XYZ | 1.55 | 0.65 | 7.63 | - |
| YUV | 11.8 | 166.49 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 80 | 0.91 | 0.99 | 0 | 0.69 | 244.56 | 0.98 | 0.16 |
| Hex | 7 | 1 | 50 | 5B | 63 | 0 | 45 | F5 | 62 | 10 |
| Octal | 7 | 1 | 120 | 133 | 143 | 0 | 105 | 365 | 142 | 20 |
| Binary | 111 | 1 | 1010000 | 1011011 | 1100011 | 0 | 1000101 | 11110101 | 1100010 | 10000 |
Color Harmonies of #070150
Complementary color
Monochromatic Colors of #070150
Black with #070150
Text Example
Text Example
White with #070150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070150; }
p { color: rgb(7,1,80); }
H1.HeaderClassName
{
color: #070150;
}
.AnyTagClassName
{
color: #070150;
}
</style>
background-color css
<style>
a { background-color: #070150; }
a { background-color: rgb(7,1,80); }
div.DivClassName
{
background-color: #070150;
}
.BgClassName
{
background-color: #070150;
}
</style>
border-color css
<style>
span { border-color: #070150; }
span { border-color: rgb(7,1,80); }
td.TdClassName
{
border-color: #070150;
}
.TagClassName
{
border-color: #070150;
}
</style>