Shades of Midnight Blue #070D65
Tints of Midnight Blue #070D65
RGB
CMYK
RGB Variations
Color information
#070D65 (or 0x070D65) is known color: Midnight Blue. HEX triplet: 07, 0D and 65. RGB value is (7,13,101). Sum of RGB (Red+Green+Blue) = 7+13+101=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 101 (39.84% from 255 or 83.47% from 121); Max value from RGB is 101 - color contains mainly: blue. Hex color #070D65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D65 is #F8F29A. Grayscale: #141414. Windows color (decimal): -16315035 or 6622471. OLE color: 6622471.
HSL color Cylindrical-coordinate representation of color #070D65: hue angle of 236.17º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070D65 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 13 | 101 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.60 |
| HSL | 236.17º | 0.87% | 0.21% | - |
| HSV(B) | 236.17º | 0.93% | 0.4% | - |
| XYZ | 2.58 | 1.27 | 12.42 | - |
| YUV | 21.24 | 173.01 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 101 | 0.93 | 0.87 | 0 | 0.60 | 236.17 | 0.87 | 0.21 |
| Hex | 7 | D | 65 | 5D | 57 | 0 | 3C | EC | 57 | 15 |
| Octal | 7 | 15 | 145 | 135 | 127 | 0 | 74 | 354 | 127 | 25 |
| Binary | 111 | 1101 | 1100101 | 1011101 | 1010111 | 0 | 111100 | 11101100 | 1010111 | 10101 |
Color Harmonies of #070D65
Complementary color
Monochromatic Colors of #070D65
Black with #070D65
Text Example
Text Example
White with #070D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D65; }
p { color: rgb(7,13,101); }
H1.HeaderClassName
{
color: #070D65;
}
.AnyTagClassName
{
color: #070D65;
}
</style>
background-color css
<style>
a { background-color: #070D65; }
a { background-color: rgb(7,13,101); }
div.DivClassName
{
background-color: #070D65;
}
.BgClassName
{
background-color: #070D65;
}
</style>
border-color css
<style>
span { border-color: #070D65; }
span { border-color: rgb(7,13,101); }
td.TdClassName
{
border-color: #070D65;
}
.TagClassName
{
border-color: #070D65;
}
</style>