Shades of Midnight Blue #070350
Tints of Midnight Blue #070350
RGB
CMYK
RGB Variations
Color information
#070350 (or 0x070350) is known color: Midnight Blue. HEX triplet: 07, 03 and 50. RGB value is (7,3,80). Sum of RGB (Red+Green+Blue) = 7+3+80=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 80 (31.64% from 255 or 88.89% from 90); Max value from RGB is 80 - color contains mainly: blue. Hex color #070350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070350 is #F8FCAF. Grayscale: #0C0C0C. Windows color (decimal): -16317616 or 5243655. OLE color: 5243655.
HSL color Cylindrical-coordinate representation of color #070350: hue angle of 243.12º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070350 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 3 | 80 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.69 |
| HSL | 243.12º | 0.93% | 0.16% | - |
| HSV(B) | 243.12º | 0.96% | 0.31% | - |
| XYZ | 1.57 | 0.69 | 7.64 | - |
| YUV | 12.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 80 | 0.91 | 0.96 | 0 | 0.69 | 243.12 | 0.93 | 0.16 |
| Hex | 7 | 3 | 50 | 5B | 60 | 0 | 45 | F3 | 5D | 10 |
| Octal | 7 | 3 | 120 | 133 | 140 | 0 | 105 | 363 | 135 | 20 |
| Binary | 111 | 11 | 1010000 | 1011011 | 1100000 | 0 | 1000101 | 11110011 | 1011101 | 10000 |
Color Harmonies of #070350
Complementary color
Monochromatic Colors of #070350
Black with #070350
Text Example
Text Example
White with #070350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070350; }
p { color: rgb(7,3,80); }
H1.HeaderClassName
{
color: #070350;
}
.AnyTagClassName
{
color: #070350;
}
</style>
background-color css
<style>
a { background-color: #070350; }
a { background-color: rgb(7,3,80); }
div.DivClassName
{
background-color: #070350;
}
.BgClassName
{
background-color: #070350;
}
</style>
border-color css
<style>
span { border-color: #070350; }
span { border-color: rgb(7,3,80); }
td.TdClassName
{
border-color: #070350;
}
.TagClassName
{
border-color: #070350;
}
</style>