Shades of Midnight Express #01013C
Tints of Midnight Express #01013C
RGB
CMYK
RGB Variations
Color information
#01013C (or 0x01013C) is known color: Midnight Express. HEX triplet: 01, 01 and 3C. RGB value is (1,1,60). Sum of RGB (Red+Green+Blue) = 1+1+60=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 60 (23.83% from 255 or 96.77% from 62); Max value from RGB is 60 - color contains mainly: blue. Hex color #01013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01013C is #FEFEC3. Grayscale: #070707. Windows color (decimal): -16711364 or 3932417. OLE color: 3932417.
HSL color Cylindrical-coordinate representation of color #01013C: hue angle of 240º 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 #01013C is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 1 | 60 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.76 |
| HSL | 240º | 0.97% | 0.12% | - |
| HSV(B) | 240º | 0.98% | 0.24% | - |
| XYZ | 0.84 | 0.35 | 4.3 | - |
| YUV | 7.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 1 | 60 | 0.98 | 0.98 | 0 | 0.76 | 240 | 0.97 | 0.12 |
| Hex | 1 | 1 | 3C | 62 | 62 | 0 | 4C | F0 | 61 | C |
| Octal | 1 | 1 | 74 | 142 | 142 | 0 | 114 | 360 | 141 | 14 |
| Binary | 1 | 1 | 111100 | 1100010 | 1100010 | 0 | 1001100 | 11110000 | 1100001 | 1100 |
Color Harmonies of #01013C
Complementary color
Monochromatic Colors of #01013C
Black with #01013C
Text Example
Text Example
White with #01013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01013C; }
p { color: rgb(1,1,60); }
H1.HeaderClassName
{
color: #01013C;
}
.AnyTagClassName
{
color: #01013C;
}
</style>
background-color css
<style>
a { background-color: #01013C; }
a { background-color: rgb(1,1,60); }
div.DivClassName
{
background-color: #01013C;
}
.BgClassName
{
background-color: #01013C;
}
</style>
border-color css
<style>
span { border-color: #01013C; }
span { border-color: rgb(1,1,60); }
td.TdClassName
{
border-color: #01013C;
}
.TagClassName
{
border-color: #01013C;
}
</style>