Shades of Midnight Express #070C4B
Tints of Midnight Express #070C4B
RGB
CMYK
RGB Variations
Color information
#070C4B (or 0x070C4B) is known color: Midnight Express. HEX triplet: 07, 0C and 4B. RGB value is (7,12,75). Sum of RGB (Red+Green+Blue) = 7+12+75=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 75 (29.69% from 255 or 79.79% from 94); Max value from RGB is 75 - color contains mainly: blue. Hex color #070C4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C4B is #F8F3B4. Grayscale: #111111. Windows color (decimal): -16315317 or 4918279. OLE color: 4918279.
HSL color Cylindrical-coordinate representation of color #070C4B: hue angle of 235.59º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070C4B is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 12 | 75 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.71 |
| HSL | 235.59º | 0.83% | 0.16% | - |
| HSV(B) | 235.59º | 0.91% | 0.29% | - |
| XYZ | 1.49 | 0.82 | 6.74 | - |
| YUV | 17.69 | 160.34 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 75 | 0.91 | 0.84 | 0 | 0.71 | 235.59 | 0.83 | 0.16 |
| Hex | 7 | C | 4B | 5B | 54 | 0 | 47 | EC | 53 | 10 |
| Octal | 7 | 14 | 113 | 133 | 124 | 0 | 107 | 354 | 123 | 20 |
| Binary | 111 | 1100 | 1001011 | 1011011 | 1010100 | 0 | 1000111 | 11101100 | 1010011 | 10000 |
Color Harmonies of #070C4B
Complementary color
Monochromatic Colors of #070C4B
Black with #070C4B
Text Example
Text Example
White with #070C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C4B; }
p { color: rgb(7,12,75); }
H1.HeaderClassName
{
color: #070C4B;
}
.AnyTagClassName
{
color: #070C4B;
}
</style>
background-color css
<style>
a { background-color: #070C4B; }
a { background-color: rgb(7,12,75); }
div.DivClassName
{
background-color: #070C4B;
}
.BgClassName
{
background-color: #070C4B;
}
</style>
border-color css
<style>
span { border-color: #070C4B; }
span { border-color: rgb(7,12,75); }
td.TdClassName
{
border-color: #070C4B;
}
.TagClassName
{
border-color: #070C4B;
}
</style>