Shades of Midnight Blue #070D64
Tints of Midnight Blue #070D64
RGB
CMYK
RGB Variations
Color information
#070D64 (or 0x070D64) is known color: Midnight Blue. HEX triplet: 07, 0D and 64. RGB value is (7,13,100). Sum of RGB (Red+Green+Blue) = 7+13+100=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 100 (39.45% from 255 or 83.33% from 120); Max value from RGB is 100 - color contains mainly: blue. Hex color #070D64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D64 is #F8F29B. Grayscale: #141414. Windows color (decimal): -16315036 or 6556935. OLE color: 6556935.
HSL color Cylindrical-coordinate representation of color #070D64: hue angle of 236.13º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070D64 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 13 | 100 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.61 |
| HSL | 236.13º | 0.87% | 0.21% | - |
| HSV(B) | 236.13º | 0.93% | 0.39% | - |
| XYZ | 2.53 | 1.25 | 12.17 | - |
| YUV | 21.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 100 | 0.93 | 0.87 | 0 | 0.61 | 236.13 | 0.87 | 0.21 |
| Hex | 7 | D | 64 | 5D | 57 | 0 | 3D | EC | 57 | 15 |
| Octal | 7 | 15 | 144 | 135 | 127 | 0 | 75 | 354 | 127 | 25 |
| Binary | 111 | 1101 | 1100100 | 1011101 | 1010111 | 0 | 111101 | 11101100 | 1010111 | 10101 |
Color Harmonies of #070D64
Complementary color
Monochromatic Colors of #070D64
Black with #070D64
Text Example
Text Example
White with #070D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D64; }
p { color: rgb(7,13,100); }
H1.HeaderClassName
{
color: #070D64;
}
.AnyTagClassName
{
color: #070D64;
}
</style>
background-color css
<style>
a { background-color: #070D64; }
a { background-color: rgb(7,13,100); }
div.DivClassName
{
background-color: #070D64;
}
.BgClassName
{
background-color: #070D64;
}
</style>
border-color css
<style>
span { border-color: #070D64; }
span { border-color: rgb(7,13,100); }
td.TdClassName
{
border-color: #070D64;
}
.TagClassName
{
border-color: #070D64;
}
</style>