Shades of Midnight Express #070C3B
Tints of Midnight Express #070C3B
RGB
CMYK
RGB Variations
Color information
#070C3B (or 0x070C3B) is known color: Midnight Express. HEX triplet: 07, 0C and 3B. RGB value is (7,12,59). Sum of RGB (Red+Green+Blue) = 7+12+59=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 59 (23.44% from 255 or 75.64% from 78); Max value from RGB is 59 - color contains mainly: blue. Hex color #070C3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C3B is #F8F3C4. Grayscale: #0F0F0F. Windows color (decimal): -16315333 or 3869703. OLE color: 3869703.
HSL color Cylindrical-coordinate representation of color #070C3B: hue angle of 234.23º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070C3B is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 12 | 59 | - |
| CMYK | 0.88 | 0.80 | 0 | 0.77 |
| HSL | 234.23º | 0.79% | 0.13% | - |
| HSV(B) | 234.23º | 0.88% | 0.23% | - |
| XYZ | 1.01 | 0.62 | 4.2 | - |
| YUV | 15.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 59 | 0.88 | 0.80 | 0 | 0.77 | 234.23 | 0.79 | 0.13 |
| Hex | 7 | C | 3B | 58 | 50 | 0 | 4D | EA | 4F | D |
| Octal | 7 | 14 | 73 | 130 | 120 | 0 | 115 | 352 | 117 | 15 |
| Binary | 111 | 1100 | 111011 | 1011000 | 1010000 | 0 | 1001101 | 11101010 | 1001111 | 1101 |
Color Harmonies of #070C3B
Complementary color
Monochromatic Colors of #070C3B
Black with #070C3B
Text Example
Text Example
White with #070C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C3B; }
p { color: rgb(7,12,59); }
H1.HeaderClassName
{
color: #070C3B;
}
.AnyTagClassName
{
color: #070C3B;
}
</style>
background-color css
<style>
a { background-color: #070C3B; }
a { background-color: rgb(7,12,59); }
div.DivClassName
{
background-color: #070C3B;
}
.BgClassName
{
background-color: #070C3B;
}
</style>
border-color css
<style>
span { border-color: #070C3B; }
span { border-color: rgb(7,12,59); }
td.TdClassName
{
border-color: #070C3B;
}
.TagClassName
{
border-color: #070C3B;
}
</style>