Shades of Midnight Express #07163C
Tints of Midnight Express #07163C
RGB
CMYK
RGB Variations
Color information
#07163C (or 0x07163C) is known color: Midnight Express. HEX triplet: 07, 16 and 3C. RGB value is (7,22,60). Sum of RGB (Red+Green+Blue) = 7+22+60=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 60 (23.83% from 255 or 67.42% from 89); Max value from RGB is 60 - color contains mainly: blue. Hex color #07163C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07163C is #F8E9C3. Grayscale: #151515. Windows color (decimal): -16312772 or 3937799. OLE color: 3937799.
HSL color Cylindrical-coordinate representation of color #07163C: hue angle of 223.02º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07163C is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 22 | 60 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.76 |
| HSL | 223.02º | 0.79% | 0.13% | - |
| HSV(B) | 223.02º | 0.88% | 0.24% | - |
| XYZ | 1.19 | 0.95 | 4.39 | - |
| YUV | 21.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 60 | 0.88 | 0.63 | 0 | 0.76 | 223.02 | 0.79 | 0.13 |
| Hex | 7 | 16 | 3C | 58 | 3F | 0 | 4C | DF | 4F | D |
| Octal | 7 | 26 | 74 | 130 | 77 | 0 | 114 | 337 | 117 | 15 |
| Binary | 111 | 10110 | 111100 | 1011000 | 111111 | 0 | 1001100 | 11011111 | 1001111 | 1101 |
Color Harmonies of #07163C
Complementary color
Monochromatic Colors of #07163C
Black with #07163C
Text Example
Text Example
White with #07163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07163C; }
p { color: rgb(7,22,60); }
H1.HeaderClassName
{
color: #07163C;
}
.AnyTagClassName
{
color: #07163C;
}
</style>
background-color css
<style>
a { background-color: #07163C; }
a { background-color: rgb(7,22,60); }
div.DivClassName
{
background-color: #07163C;
}
.BgClassName
{
background-color: #07163C;
}
</style>
border-color css
<style>
span { border-color: #07163C; }
span { border-color: rgb(7,22,60); }
td.TdClassName
{
border-color: #07163C;
}
.TagClassName
{
border-color: #07163C;
}
</style>