Shades of Midnight Express #07153E
Tints of Midnight Express #07153E
RGB
CMYK
RGB Variations
Color information
#07153E (or 0x07153E) is known color: Midnight Express. HEX triplet: 07, 15 and 3E. RGB value is (7,21,62). Sum of RGB (Red+Green+Blue) = 7+21+62=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 62 (24.61% from 255 or 68.89% from 90); Max value from RGB is 62 - color contains mainly: blue. Hex color #07153E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07153E is #F8EAC1. Grayscale: #151515. Windows color (decimal): -16313026 or 4068615. OLE color: 4068615.
HSL color Cylindrical-coordinate representation of color #07153E: hue angle of 224.73º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07153E is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 21 | 62 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.76 |
| HSL | 224.73º | 0.8% | 0.14% | - |
| HSV(B) | 224.73º | 0.89% | 0.24% | - |
| XYZ | 1.23 | 0.93 | 4.67 | - |
| YUV | 21.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 62 | 0.89 | 0.66 | 0 | 0.76 | 224.73 | 0.8 | 0.14 |
| Hex | 7 | 15 | 3E | 59 | 42 | 0 | 4C | E1 | 50 | E |
| Octal | 7 | 25 | 76 | 131 | 102 | 0 | 114 | 341 | 120 | 16 |
| Binary | 111 | 10101 | 111110 | 1011001 | 1000010 | 0 | 1001100 | 11100001 | 1010000 | 1110 |
Color Harmonies of #07153E
Complementary color
Monochromatic Colors of #07153E
Black with #07153E
Text Example
Text Example
White with #07153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07153E; }
p { color: rgb(7,21,62); }
H1.HeaderClassName
{
color: #07153E;
}
.AnyTagClassName
{
color: #07153E;
}
</style>
background-color css
<style>
a { background-color: #07153E; }
a { background-color: rgb(7,21,62); }
div.DivClassName
{
background-color: #07153E;
}
.BgClassName
{
background-color: #07153E;
}
</style>
border-color css
<style>
span { border-color: #07153E; }
span { border-color: rgb(7,21,62); }
td.TdClassName
{
border-color: #07153E;
}
.TagClassName
{
border-color: #07153E;
}
</style>