Shades of Midnight Express #07132C
Tints of Midnight Express #07132C
RGB
CMYK
RGB Variations
Color information
#07132C (or 0x07132C) is known color: Midnight Express. HEX triplet: 07, 13 and 2C. RGB value is (7,19,44). Sum of RGB (Red+Green+Blue) = 7+19+44=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 44 (17.58% from 255 or 62.86% from 70); Max value from RGB is 44 - color contains mainly: blue. Hex color #07132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07132C is #F8ECD3. Grayscale: #121212. Windows color (decimal): -16313556 or 2888455. OLE color: 2888455.
HSL color Cylindrical-coordinate representation of color #07132C: hue angle of 220.54º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07132C is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 19 | 44 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.83 |
| HSL | 220.54º | 0.73% | 0.1% | - |
| HSV(B) | 220.54º | 0.84% | 0.17% | - |
| XYZ | 0.78 | 0.69 | 2.48 | - |
| YUV | 18.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 44 | 0.84 | 0.57 | 0 | 0.83 | 220.54 | 0.73 | 0.1 |
| Hex | 7 | 13 | 2C | 54 | 39 | 0 | 53 | DD | 49 | A |
| Octal | 7 | 23 | 54 | 124 | 71 | 0 | 123 | 335 | 111 | 12 |
| Binary | 111 | 10011 | 101100 | 1010100 | 111001 | 0 | 1010011 | 11011101 | 1001001 | 1010 |
Color Harmonies of #07132C
Complementary color
Monochromatic Colors of #07132C
Black with #07132C
Text Example
Text Example
White with #07132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07132C; }
p { color: rgb(7,19,44); }
H1.HeaderClassName
{
color: #07132C;
}
.AnyTagClassName
{
color: #07132C;
}
</style>
background-color css
<style>
a { background-color: #07132C; }
a { background-color: rgb(7,19,44); }
div.DivClassName
{
background-color: #07132C;
}
.BgClassName
{
background-color: #07132C;
}
</style>
border-color css
<style>
span { border-color: #07132C; }
span { border-color: rgb(7,19,44); }
td.TdClassName
{
border-color: #07132C;
}
.TagClassName
{
border-color: #07132C;
}
</style>