Shades of Midnight Express #00013F
Tints of Midnight Express #00013F
RGB
CMYK
RGB Variations
Color information
#00013F (or 0x00013F) is known color: Midnight Express. HEX triplet: 00, 01 and 3F. RGB value is (0,1,63). Sum of RGB (Red+Green+Blue) = 0+1+63=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 1 (0.78% from 255 or 1.56% 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 #00013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00013F is #FFFEC0. Grayscale: #070707. Windows color (decimal): -16776897 or 4129024. OLE color: 4129024.
HSL color Cylindrical-coordinate representation of color #00013F: hue angle of 239.05º 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 #00013F is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 1 | 63 | - |
| CMYK | 1 | 0.98 | 0 | 0.75 |
| HSL | 239.05º | 1% | 0.12% | - |
| HSV(B) | 239.05º | 1% | 0.25% | - |
| XYZ | 0.91 | 0.38 | 4.73 | - |
| YUV | 7.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 63 | 1 | 0.98 | 0 | 0.75 | 239.05 | 1 | 0.12 |
| Hex | 0 | 1 | 3F | 64 | 62 | 0 | 4B | EF | 64 | C |
| Octal | 0 | 1 | 77 | 144 | 142 | 0 | 113 | 357 | 144 | 14 |
| Binary | 0 | 1 | 111111 | 1100100 | 1100010 | 0 | 1001011 | 11101111 | 1100100 | 1100 |
Color Harmonies of #00013F
Complementary color
Monochromatic Colors of #00013F
Black with #00013F
Text Example
Text Example
White with #00013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00013F; }
p { color: rgb(0,1,63); }
H1.HeaderClassName
{
color: #00013F;
}
.AnyTagClassName
{
color: #00013F;
}
</style>
background-color css
<style>
a { background-color: #00013F; }
a { background-color: rgb(0,1,63); }
div.DivClassName
{
background-color: #00013F;
}
.BgClassName
{
background-color: #00013F;
}
</style>
border-color css
<style>
span { border-color: #00013F; }
span { border-color: rgb(0,1,63); }
td.TdClassName
{
border-color: #00013F;
}
.TagClassName
{
border-color: #00013F;
}
</style>