Shades of Midnight Express #07132B
Tints of Midnight Express #07132B
RGB
CMYK
RGB Variations
Color information
#07132B (or 0x07132B) is known color: Midnight Express. HEX triplet: 07, 13 and 2B. RGB value is (7,19,43). Sum of RGB (Red+Green+Blue) = 7+19+43=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 43 (17.19% from 255 or 62.32% from 69); Max value from RGB is 43 - color contains mainly: blue. Hex color #07132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07132B is #F8ECD4. Grayscale: #121212. Windows color (decimal): -16313557 or 2822919. OLE color: 2822919.
HSL color Cylindrical-coordinate representation of color #07132B: hue angle of 220º degrees, saturation: 0.72, 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 #07132B is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 19 | 43 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.83 |
| HSL | 220º | 0.72% | 0.1% | - |
| HSV(B) | 220º | 0.84% | 0.17% | - |
| XYZ | 0.76 | 0.69 | 2.38 | - |
| YUV | 18.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 43 | 0.84 | 0.56 | 0 | 0.83 | 220 | 0.72 | 0.1 |
| Hex | 7 | 13 | 2B | 54 | 38 | 0 | 53 | DC | 48 | A |
| Octal | 7 | 23 | 53 | 124 | 70 | 0 | 123 | 334 | 110 | 12 |
| Binary | 111 | 10011 | 101011 | 1010100 | 111000 | 0 | 1010011 | 11011100 | 1001000 | 1010 |
Color Harmonies of #07132B
Complementary color
Monochromatic Colors of #07132B
Black with #07132B
Text Example
Text Example
White with #07132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07132B; }
p { color: rgb(7,19,43); }
H1.HeaderClassName
{
color: #07132B;
}
.AnyTagClassName
{
color: #07132B;
}
</style>
background-color css
<style>
a { background-color: #07132B; }
a { background-color: rgb(7,19,43); }
div.DivClassName
{
background-color: #07132B;
}
.BgClassName
{
background-color: #07132B;
}
</style>
border-color css
<style>
span { border-color: #07132B; }
span { border-color: rgb(7,19,43); }
td.TdClassName
{
border-color: #07132B;
}
.TagClassName
{
border-color: #07132B;
}
</style>