Shades of Midnight Express #07132E
Tints of Midnight Express #07132E
RGB
CMYK
RGB Variations
Color information
#07132E (or 0x07132E) is known color: Midnight Express. HEX triplet: 07, 13 and 2E. RGB value is (7,19,46). Sum of RGB (Red+Green+Blue) = 7+19+46=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 46 (18.36% from 255 or 63.89% from 72); Max value from RGB is 46 - color contains mainly: blue. Hex color #07132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07132E is #F8ECD1. Grayscale: #121212. Windows color (decimal): -16313554 or 3019527. OLE color: 3019527.
HSL color Cylindrical-coordinate representation of color #07132E: hue angle of 221.54º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07132E is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 19 | 46 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.82 |
| HSL | 221.54º | 0.74% | 0.1% | - |
| HSV(B) | 221.54º | 0.85% | 0.18% | - |
| XYZ | 0.81 | 0.71 | 2.68 | - |
| YUV | 18.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 46 | 0.85 | 0.59 | 0 | 0.82 | 221.54 | 0.74 | 0.1 |
| Hex | 7 | 13 | 2E | 55 | 3B | 0 | 52 | DE | 4A | A |
| Octal | 7 | 23 | 56 | 125 | 73 | 0 | 122 | 336 | 112 | 12 |
| Binary | 111 | 10011 | 101110 | 1010101 | 111011 | 0 | 1010010 | 11011110 | 1001010 | 1010 |
Color Harmonies of #07132E
Complementary color
Monochromatic Colors of #07132E
Black with #07132E
Text Example
Text Example
White with #07132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07132E; }
p { color: rgb(7,19,46); }
H1.HeaderClassName
{
color: #07132E;
}
.AnyTagClassName
{
color: #07132E;
}
</style>
background-color css
<style>
a { background-color: #07132E; }
a { background-color: rgb(7,19,46); }
div.DivClassName
{
background-color: #07132E;
}
.BgClassName
{
background-color: #07132E;
}
</style>
border-color css
<style>
span { border-color: #07132E; }
span { border-color: rgb(7,19,46); }
td.TdClassName
{
border-color: #07132E;
}
.TagClassName
{
border-color: #07132E;
}
</style>