Shades of Midnight Blue #070D5D
Tints of Midnight Blue #070D5D
RGB
CMYK
RGB Variations
Color information
#070D5D (or 0x070D5D) is known color: Midnight Blue. HEX triplet: 07, 0D and 5D. RGB value is (7,13,93). Sum of RGB (Red+Green+Blue) = 7+13+93=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #070D5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D5D is #F8F2A2. Grayscale: #141414. Windows color (decimal): -16315043 or 6098183. OLE color: 6098183.
HSL color Cylindrical-coordinate representation of color #070D5D: hue angle of 235.81º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070D5D is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 13 | 93 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.64 |
| HSL | 235.81º | 0.86% | 0.2% | - |
| HSV(B) | 235.81º | 0.92% | 0.36% | - |
| XYZ | 2.21 | 1.12 | 10.46 | - |
| YUV | 20.33 | 169.01 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 93 | 0.92 | 0.86 | 0 | 0.64 | 235.81 | 0.86 | 0.2 |
| Hex | 7 | D | 5D | 5C | 56 | 0 | 40 | EC | 56 | 14 |
| Octal | 7 | 15 | 135 | 134 | 126 | 0 | 100 | 354 | 126 | 24 |
| Binary | 111 | 1101 | 1011101 | 1011100 | 1010110 | 0 | 1000000 | 11101100 | 1010110 | 10100 |
Color Harmonies of #070D5D
Complementary color
Monochromatic Colors of #070D5D
Black with #070D5D
Text Example
Text Example
White with #070D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D5D; }
p { color: rgb(7,13,93); }
H1.HeaderClassName
{
color: #070D5D;
}
.AnyTagClassName
{
color: #070D5D;
}
</style>
background-color css
<style>
a { background-color: #070D5D; }
a { background-color: rgb(7,13,93); }
div.DivClassName
{
background-color: #070D5D;
}
.BgClassName
{
background-color: #070D5D;
}
</style>
border-color css
<style>
span { border-color: #070D5D; }
span { border-color: rgb(7,13,93); }
td.TdClassName
{
border-color: #070D5D;
}
.TagClassName
{
border-color: #070D5D;
}
</style>