Shades of Midnight Express #07023A
Tints of Midnight Express #07023A
RGB
CMYK
RGB Variations
Color information
#07023A (or 0x07023A) is known color: Midnight Express. HEX triplet: 07, 02 and 3A. RGB value is (7,2,58). Sum of RGB (Red+Green+Blue) = 7+2+58=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 58 (23.05% from 255 or 86.57% from 67); Max value from RGB is 58 - color contains mainly: blue. Hex color #07023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07023A is #F8FDC5. Grayscale: #090909. Windows color (decimal): -16317894 or 3801607. OLE color: 3801607.
HSL color Cylindrical-coordinate representation of color #07023A: hue angle of 245.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07023A is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 2 | 58 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.77 |
| HSL | 245.36º | 0.93% | 0.12% | - |
| HSV(B) | 245.36º | 0.97% | 0.23% | - |
| XYZ | 0.87 | 0.39 | 4.03 | - |
| YUV | 9.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 58 | 0.88 | 0.97 | 0 | 0.77 | 245.36 | 0.93 | 0.12 |
| Hex | 7 | 2 | 3A | 58 | 61 | 0 | 4D | F5 | 5D | C |
| Octal | 7 | 2 | 72 | 130 | 141 | 0 | 115 | 365 | 135 | 14 |
| Binary | 111 | 10 | 111010 | 1011000 | 1100001 | 0 | 1001101 | 11110101 | 1011101 | 1100 |
Color Harmonies of #07023A
Complementary color
Monochromatic Colors of #07023A
Black with #07023A
Text Example
Text Example
White with #07023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07023A; }
p { color: rgb(7,2,58); }
H1.HeaderClassName
{
color: #07023A;
}
.AnyTagClassName
{
color: #07023A;
}
</style>
background-color css
<style>
a { background-color: #07023A; }
a { background-color: rgb(7,2,58); }
div.DivClassName
{
background-color: #07023A;
}
.BgClassName
{
background-color: #07023A;
}
</style>
border-color css
<style>
span { border-color: #07023A; }
span { border-color: rgb(7,2,58); }
td.TdClassName
{
border-color: #07023A;
}
.TagClassName
{
border-color: #07023A;
}
</style>