Shades of Midnight Express #07153D
Tints of Midnight Express #07153D
RGB
CMYK
RGB Variations
Color information
#07153D (or 0x07153D) is known color: Midnight Express. HEX triplet: 07, 15 and 3D. RGB value is (7,21,61). Sum of RGB (Red+Green+Blue) = 7+21+61=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #07153D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07153D is #F8EAC2. Grayscale: #151515. Windows color (decimal): -16313027 or 4003079. OLE color: 4003079.
HSL color Cylindrical-coordinate representation of color #07153D: hue angle of 224.44º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07153D is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 21 | 61 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.76 |
| HSL | 224.44º | 0.79% | 0.13% | - |
| HSV(B) | 224.44º | 0.89% | 0.24% | - |
| XYZ | 1.2 | 0.92 | 4.53 | - |
| YUV | 21.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 61 | 0.89 | 0.66 | 0 | 0.76 | 224.44 | 0.79 | 0.13 |
| Hex | 7 | 15 | 3D | 59 | 42 | 0 | 4C | E0 | 4F | D |
| Octal | 7 | 25 | 75 | 131 | 102 | 0 | 114 | 340 | 117 | 15 |
| Binary | 111 | 10101 | 111101 | 1011001 | 1000010 | 0 | 1001100 | 11100000 | 1001111 | 1101 |
Color Harmonies of #07153D
Complementary color
Monochromatic Colors of #07153D
Black with #07153D
Text Example
Text Example
White with #07153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07153D; }
p { color: rgb(7,21,61); }
H1.HeaderClassName
{
color: #07153D;
}
.AnyTagClassName
{
color: #07153D;
}
</style>
background-color css
<style>
a { background-color: #07153D; }
a { background-color: rgb(7,21,61); }
div.DivClassName
{
background-color: #07153D;
}
.BgClassName
{
background-color: #07153D;
}
</style>
border-color css
<style>
span { border-color: #07153D; }
span { border-color: rgb(7,21,61); }
td.TdClassName
{
border-color: #07153D;
}
.TagClassName
{
border-color: #07153D;
}
</style>