Shades of Midnight Express #07132D
Tints of Midnight Express #07132D
RGB
CMYK
RGB Variations
Color information
#07132D (or 0x07132D) is known color: Midnight Express. HEX triplet: 07, 13 and 2D. RGB value is (7,19,45). Sum of RGB (Red+Green+Blue) = 7+19+45=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #07132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07132D is #F8ECD2. Grayscale: #121212. Windows color (decimal): -16313555 or 2953991. OLE color: 2953991.
HSL color Cylindrical-coordinate representation of color #07132D: hue angle of 221.05º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07132D is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 19 | 45 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.82 |
| HSL | 221.05º | 0.73% | 0.1% | - |
| HSV(B) | 221.05º | 0.84% | 0.18% | - |
| XYZ | 0.79 | 0.7 | 2.58 | - |
| YUV | 18.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 45 | 0.84 | 0.58 | 0 | 0.82 | 221.05 | 0.73 | 0.1 |
| Hex | 7 | 13 | 2D | 54 | 3A | 0 | 52 | DD | 49 | A |
| Octal | 7 | 23 | 55 | 124 | 72 | 0 | 122 | 335 | 111 | 12 |
| Binary | 111 | 10011 | 101101 | 1010100 | 111010 | 0 | 1010010 | 11011101 | 1001001 | 1010 |
Color Harmonies of #07132D
Complementary color
Monochromatic Colors of #07132D
Black with #07132D
Text Example
Text Example
White with #07132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07132D; }
p { color: rgb(7,19,45); }
H1.HeaderClassName
{
color: #07132D;
}
.AnyTagClassName
{
color: #07132D;
}
</style>
background-color css
<style>
a { background-color: #07132D; }
a { background-color: rgb(7,19,45); }
div.DivClassName
{
background-color: #07132D;
}
.BgClassName
{
background-color: #07132D;
}
</style>
border-color css
<style>
span { border-color: #07132D; }
span { border-color: rgb(7,19,45); }
td.TdClassName
{
border-color: #07132D;
}
.TagClassName
{
border-color: #07132D;
}
</style>