Shades of Midnight Blue #070A67
Tints of Midnight Blue #070A67
RGB
CMYK
RGB Variations
Color information
#070A67 (or 0x070A67) is known color: Midnight Blue. HEX triplet: 07, 0A and 67. RGB value is (7,10,103). Sum of RGB (Red+Green+Blue) = 7+10+103=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 103 (40.62% from 255 or 85.83% from 120); Max value from RGB is 103 - color contains mainly: blue. Hex color #070A67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070A67 is #F8F598. Grayscale: #131313. Windows color (decimal): -16315801 or 6752775. OLE color: 6752775.
HSL color Cylindrical-coordinate representation of color #070A67: hue angle of 238.12º 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 #070A67 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 10 | 103 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.60 |
| HSL | 238.13º | 0.87% | 0.22% | - |
| HSV(B) | 238.13º | 0.93% | 0.4% | - |
| XYZ | 2.64 | 1.24 | 12.93 | - |
| YUV | 19.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 103 | 0.93 | 0.90 | 0 | 0.60 | 238.13 | 0.87 | 0.22 |
| Hex | 7 | A | 67 | 5D | 5A | 0 | 3C | EE | 57 | 16 |
| Octal | 7 | 12 | 147 | 135 | 132 | 0 | 74 | 356 | 127 | 26 |
| Binary | 111 | 1010 | 1100111 | 1011101 | 1011010 | 0 | 111100 | 11101110 | 1010111 | 10110 |
Color Harmonies of #070A67
Complementary color
Monochromatic Colors of #070A67
Black with #070A67
Text Example
Text Example
White with #070A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A67; }
p { color: rgb(7,10,103); }
H1.HeaderClassName
{
color: #070A67;
}
.AnyTagClassName
{
color: #070A67;
}
</style>
background-color css
<style>
a { background-color: #070A67; }
a { background-color: rgb(7,10,103); }
div.DivClassName
{
background-color: #070A67;
}
.BgClassName
{
background-color: #070A67;
}
</style>
border-color css
<style>
span { border-color: #070A67; }
span { border-color: rgb(7,10,103); }
td.TdClassName
{
border-color: #070A67;
}
.TagClassName
{
border-color: #070A67;
}
</style>