Shades of Midnight Blue #070D67
Tints of Midnight Blue #070D67
RGB
CMYK
RGB Variations
Color information
#070D67 (or 0x070D67) is known color: Midnight Blue. HEX triplet: 07, 0D and 67. RGB value is (7,13,103). Sum of RGB (Red+Green+Blue) = 7+13+103=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 103 (40.62% from 255 or 83.74% from 123); Max value from RGB is 103 - color contains mainly: blue. Hex color #070D67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070D67 is #F8F298. Grayscale: #151515. Windows color (decimal): -16315033 or 6753543. OLE color: 6753543.
HSL color Cylindrical-coordinate representation of color #070D67: hue angle of 236.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070D67 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 13 | 103 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.60 |
| HSL | 236.25º | 0.87% | 0.22% | - |
| HSV(B) | 236.25º | 0.93% | 0.4% | - |
| XYZ | 2.68 | 1.31 | 12.94 | - |
| YUV | 21.47 | 174.01 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 103 | 0.93 | 0.87 | 0 | 0.60 | 236.25 | 0.87 | 0.22 |
| Hex | 7 | D | 67 | 5D | 57 | 0 | 3C | EC | 57 | 16 |
| Octal | 7 | 15 | 147 | 135 | 127 | 0 | 74 | 354 | 127 | 26 |
| Binary | 111 | 1101 | 1100111 | 1011101 | 1010111 | 0 | 111100 | 11101100 | 1010111 | 10110 |
Color Harmonies of #070D67
Complementary color
Monochromatic Colors of #070D67
Black with #070D67
Text Example
Text Example
White with #070D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D67; }
p { color: rgb(7,13,103); }
H1.HeaderClassName
{
color: #070D67;
}
.AnyTagClassName
{
color: #070D67;
}
</style>
background-color css
<style>
a { background-color: #070D67; }
a { background-color: rgb(7,13,103); }
div.DivClassName
{
background-color: #070D67;
}
.BgClassName
{
background-color: #070D67;
}
</style>
border-color css
<style>
span { border-color: #070D67; }
span { border-color: rgb(7,13,103); }
td.TdClassName
{
border-color: #070D67;
}
.TagClassName
{
border-color: #070D67;
}
</style>