Shades of Midnight Express #07132F
Tints of Midnight Express #07132F
RGB
CMYK
RGB Variations
Color information
#07132F (or 0x07132F) is known color: Midnight Express. HEX triplet: 07, 13 and 2F. RGB value is (7,19,47). Sum of RGB (Red+Green+Blue) = 7+19+47=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 47 (18.75% from 255 or 64.38% from 73); Max value from RGB is 47 - color contains mainly: blue. Hex color #07132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07132F is #F8ECD0. Grayscale: #121212. Windows color (decimal): -16313553 or 3085063. OLE color: 3085063.
HSL color Cylindrical-coordinate representation of color #07132F: hue angle of 222º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07132F is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 19 | 47 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.82 |
| HSL | 222º | 0.74% | 0.11% | - |
| HSV(B) | 222º | 0.85% | 0.18% | - |
| XYZ | 0.83 | 0.72 | 2.78 | - |
| YUV | 18.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 47 | 0.85 | 0.60 | 0 | 0.82 | 222 | 0.74 | 0.11 |
| Hex | 7 | 13 | 2F | 55 | 3C | 0 | 52 | DE | 4A | B |
| Octal | 7 | 23 | 57 | 125 | 74 | 0 | 122 | 336 | 112 | 13 |
| Binary | 111 | 10011 | 101111 | 1010101 | 111100 | 0 | 1010010 | 11011110 | 1001010 | 1011 |
Color Harmonies of #07132F
Complementary color
Monochromatic Colors of #07132F
Black with #07132F
Text Example
Text Example
White with #07132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07132F; }
p { color: rgb(7,19,47); }
H1.HeaderClassName
{
color: #07132F;
}
.AnyTagClassName
{
color: #07132F;
}
</style>
background-color css
<style>
a { background-color: #07132F; }
a { background-color: rgb(7,19,47); }
div.DivClassName
{
background-color: #07132F;
}
.BgClassName
{
background-color: #07132F;
}
</style>
border-color css
<style>
span { border-color: #07132F; }
span { border-color: rgb(7,19,47); }
td.TdClassName
{
border-color: #07132F;
}
.TagClassName
{
border-color: #07132F;
}
</style>