Shades of Midnight Express #001039
Tints of Midnight Express #001039
RGB
CMYK
RGB Variations
Color information
#001039 (or 0x001039) is known color: Midnight Express. HEX triplet: 00, 10 and 39. RGB value is (0,16,57). Sum of RGB (Red+Green+Blue) = 0+16+57=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 57 (22.66% from 255 or 78.08% from 73); Max value from RGB is 57 - color contains mainly: blue. Hex color #001039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001039 is #FFEFC6. Grayscale: #0F0F0F. Windows color (decimal): -16773063 or 3739648. OLE color: 3739648.
HSL color Cylindrical-coordinate representation of color #001039: hue angle of 223.16º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001039 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 16 | 57 | - |
| CMYK | 1 | 0.72 | 0 | 0.78 |
| HSL | 223.16º | 1% | 0.11% | - |
| HSV(B) | 223.16º | 1% | 0.22% | - |
| XYZ | 0.92 | 0.67 | 3.95 | - |
| YUV | 15.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 57 | 1 | 0.72 | 0 | 0.78 | 223.16 | 1 | 0.11 |
| Hex | 0 | 10 | 39 | 64 | 48 | 0 | 4E | DF | 64 | B |
| Octal | 0 | 20 | 71 | 144 | 110 | 0 | 116 | 337 | 144 | 13 |
| Binary | 0 | 10000 | 111001 | 1100100 | 1001000 | 0 | 1001110 | 11011111 | 1100100 | 1011 |
Color Harmonies of #001039
Complementary color
Monochromatic Colors of #001039
Black with #001039
Text Example
Text Example
White with #001039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001039; }
p { color: rgb(0,16,57); }
H1.HeaderClassName
{
color: #001039;
}
.AnyTagClassName
{
color: #001039;
}
</style>
background-color css
<style>
a { background-color: #001039; }
a { background-color: rgb(0,16,57); }
div.DivClassName
{
background-color: #001039;
}
.BgClassName
{
background-color: #001039;
}
</style>
border-color css
<style>
span { border-color: #001039; }
span { border-color: rgb(0,16,57); }
td.TdClassName
{
border-color: #001039;
}
.TagClassName
{
border-color: #001039;
}
</style>