Shades of Midnight Express #02073C
Tints of Midnight Express #02073C
RGB
CMYK
RGB Variations
Color information
#02073C (or 0x02073C) is known color: Midnight Express. HEX triplet: 02, 07 and 3C. RGB value is (2,7,60). Sum of RGB (Red+Green+Blue) = 2+7+60=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 60 (23.83% from 255 or 86.96% from 69); Max value from RGB is 60 - color contains mainly: blue. Hex color #02073C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02073C is #FDF8C3. Grayscale: #0B0B0B. Windows color (decimal): -16644292 or 3933954. OLE color: 3933954.
HSL color Cylindrical-coordinate representation of color #02073C: hue angle of 234.83º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02073C is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 7 | 60 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.76 |
| HSL | 234.83º | 0.94% | 0.12% | - |
| HSV(B) | 234.83º | 0.97% | 0.24% | - |
| XYZ | 0.92 | 0.49 | 4.32 | - |
| YUV | 11.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 60 | 0.97 | 0.88 | 0 | 0.76 | 234.83 | 0.94 | 0.12 |
| Hex | 2 | 7 | 3C | 61 | 58 | 0 | 4C | EB | 5E | C |
| Octal | 2 | 7 | 74 | 141 | 130 | 0 | 114 | 353 | 136 | 14 |
| Binary | 10 | 111 | 111100 | 1100001 | 1011000 | 0 | 1001100 | 11101011 | 1011110 | 1100 |
Color Harmonies of #02073C
Complementary color
Monochromatic Colors of #02073C
Black with #02073C
Text Example
Text Example
White with #02073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02073C; }
p { color: rgb(2,7,60); }
H1.HeaderClassName
{
color: #02073C;
}
.AnyTagClassName
{
color: #02073C;
}
</style>
background-color css
<style>
a { background-color: #02073C; }
a { background-color: rgb(2,7,60); }
div.DivClassName
{
background-color: #02073C;
}
.BgClassName
{
background-color: #02073C;
}
</style>
border-color css
<style>
span { border-color: #02073C; }
span { border-color: rgb(2,7,60); }
td.TdClassName
{
border-color: #02073C;
}
.TagClassName
{
border-color: #02073C;
}
</style>