Shades of Midnight Express #01003F
Tints of Midnight Express #01003F
RGB
CMYK
RGB Variations
Color information
#01003F (or 0x01003F) is known color: Midnight Express. HEX triplet: 01, 00 and 3F. RGB value is (1,0,63). Sum of RGB (Red+Green+Blue) = 1+0+63=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 63 (25% from 255 or 98.44% from 64); Max value from RGB is 63 - color contains mainly: blue. Hex color #01003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01003F is #FEFFC0. Grayscale: #070707. Windows color (decimal): -16711617 or 4128769. OLE color: 4128769.
HSL color Cylindrical-coordinate representation of color #01003F: hue angle of 240.95º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01003F is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 0 | 63 | - |
| CMYK | 0.98 | 1 | 0 | 0.75 |
| HSL | 240.95º | 1% | 0.12% | - |
| HSV(B) | 240.95º | 1% | 0.25% | - |
| XYZ | 0.91 | 0.37 | 4.73 | - |
| YUV | 7.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 63 | 0.98 | 1 | 0 | 0.75 | 240.95 | 1 | 0.12 |
| Hex | 1 | 0 | 3F | 62 | 64 | 0 | 4B | F1 | 64 | C |
| Octal | 1 | 0 | 77 | 142 | 144 | 0 | 113 | 361 | 144 | 14 |
| Binary | 1 | 0 | 111111 | 1100010 | 1100100 | 0 | 1001011 | 11110001 | 1100100 | 1100 |
Color Harmonies of #01003F
Complementary color
Monochromatic Colors of #01003F
Black with #01003F
Text Example
Text Example
White with #01003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01003F; }
p { color: rgb(1,0,63); }
H1.HeaderClassName
{
color: #01003F;
}
.AnyTagClassName
{
color: #01003F;
}
</style>
background-color css
<style>
a { background-color: #01003F; }
a { background-color: rgb(1,0,63); }
div.DivClassName
{
background-color: #01003F;
}
.BgClassName
{
background-color: #01003F;
}
</style>
border-color css
<style>
span { border-color: #01003F; }
span { border-color: rgb(1,0,63); }
td.TdClassName
{
border-color: #01003F;
}
.TagClassName
{
border-color: #01003F;
}
</style>