Shades of Midnight Blue #070C67
Tints of Midnight Blue #070C67
RGB
CMYK
RGB Variations
Color information
#070C67 (or 0x070C67) is known color: Midnight Blue. HEX triplet: 07, 0C and 67. RGB value is (7,12,103). Sum of RGB (Red+Green+Blue) = 7+12+103=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 103 (40.62% from 255 or 84.43% from 122); Max value from RGB is 103 - color contains mainly: blue. Hex color #070C67 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C67 is #F8F398. Grayscale: #141414. Windows color (decimal): -16315289 or 6753287. OLE color: 6753287.
HSL color Cylindrical-coordinate representation of color #070C67: hue angle of 236.88º 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 #070C67 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 12 | 103 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.60 |
| HSL | 236.88º | 0.87% | 0.22% | - |
| HSV(B) | 236.88º | 0.93% | 0.4% | - |
| XYZ | 2.67 | 1.29 | 12.94 | - |
| YUV | 20.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 103 | 0.93 | 0.88 | 0 | 0.60 | 236.88 | 0.87 | 0.22 |
| Hex | 7 | C | 67 | 5D | 58 | 0 | 3C | ED | 57 | 16 |
| Octal | 7 | 14 | 147 | 135 | 130 | 0 | 74 | 355 | 127 | 26 |
| Binary | 111 | 1100 | 1100111 | 1011101 | 1011000 | 0 | 111100 | 11101101 | 1010111 | 10110 |
Color Harmonies of #070C67
Complementary color
Monochromatic Colors of #070C67
Black with #070C67
Text Example
Text Example
White with #070C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C67; }
p { color: rgb(7,12,103); }
H1.HeaderClassName
{
color: #070C67;
}
.AnyTagClassName
{
color: #070C67;
}
</style>
background-color css
<style>
a { background-color: #070C67; }
a { background-color: rgb(7,12,103); }
div.DivClassName
{
background-color: #070C67;
}
.BgClassName
{
background-color: #070C67;
}
</style>
border-color css
<style>
span { border-color: #070C67; }
span { border-color: rgb(7,12,103); }
td.TdClassName
{
border-color: #070C67;
}
.TagClassName
{
border-color: #070C67;
}
</style>