Shades of Midnight Express #02013C
Tints of Midnight Express #02013C
RGB
CMYK
RGB Variations
Color information
#02013C (or 0x02013C) is known color: Midnight Express. HEX triplet: 02, 01 and 3C. RGB value is (2,1,60). Sum of RGB (Red+Green+Blue) = 2+1+60=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 60 (23.83% from 255 or 95.24% from 63); Max value from RGB is 60 - color contains mainly: blue. Hex color #02013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02013C is #FDFEC3. Grayscale: #070707. Windows color (decimal): -16645828 or 3932418. OLE color: 3932418.
HSL color Cylindrical-coordinate representation of color #02013C: hue angle of 241.02º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02013C is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 1 | 60 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.76 |
| HSL | 241.02º | 0.97% | 0.12% | - |
| HSV(B) | 241.02º | 0.98% | 0.24% | - |
| XYZ | 0.85 | 0.36 | 4.3 | - |
| YUV | 8.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 1 | 60 | 0.97 | 0.98 | 0 | 0.76 | 241.02 | 0.97 | 0.12 |
| Hex | 2 | 1 | 3C | 61 | 62 | 0 | 4C | F1 | 61 | C |
| Octal | 2 | 1 | 74 | 141 | 142 | 0 | 114 | 361 | 141 | 14 |
| Binary | 10 | 1 | 111100 | 1100001 | 1100010 | 0 | 1001100 | 11110001 | 1100001 | 1100 |
Color Harmonies of #02013C
Complementary color
Monochromatic Colors of #02013C
Black with #02013C
Text Example
Text Example
White with #02013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02013C; }
p { color: rgb(2,1,60); }
H1.HeaderClassName
{
color: #02013C;
}
.AnyTagClassName
{
color: #02013C;
}
</style>
background-color css
<style>
a { background-color: #02013C; }
a { background-color: rgb(2,1,60); }
div.DivClassName
{
background-color: #02013C;
}
.BgClassName
{
background-color: #02013C;
}
</style>
border-color css
<style>
span { border-color: #02013C; }
span { border-color: rgb(2,1,60); }
td.TdClassName
{
border-color: #02013C;
}
.TagClassName
{
border-color: #02013C;
}
</style>