Shades of Midnight Express #001234
Tints of Midnight Express #001234
RGB
CMYK
RGB Variations
Color information
#001234 (or 0x001234) is known color: Midnight Express. HEX triplet: 00, 12 and 34. RGB value is (0,18,52). Sum of RGB (Red+Green+Blue) = 0+18+52=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 52 (20.70% from 255 or 74.29% from 70); Max value from RGB is 52 - color contains mainly: blue. Hex color #001234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001234 is #FFEDCB. Grayscale: #101010. Windows color (decimal): -16772556 or 3412480. OLE color: 3412480.
HSL color Cylindrical-coordinate representation of color #001234: hue angle of 219.23º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001234 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 18 | 52 | - |
| CMYK | 1 | 0.65 | 0 | 0.80 |
| HSL | 219.23º | 1% | 0.1% | - |
| HSV(B) | 219.23º | 1% | 0.2% | - |
| XYZ | 0.84 | 0.68 | 3.34 | - |
| YUV | 16.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 52 | 1 | 0.65 | 0 | 0.80 | 219.23 | 1 | 0.1 |
| Hex | 0 | 12 | 34 | 64 | 41 | 0 | 50 | DB | 64 | A |
| Octal | 0 | 22 | 64 | 144 | 101 | 0 | 120 | 333 | 144 | 12 |
| Binary | 0 | 10010 | 110100 | 1100100 | 1000001 | 0 | 1010000 | 11011011 | 1100100 | 1010 |
Color Harmonies of #001234
Complementary color
Monochromatic Colors of #001234
Black with #001234
Text Example
Text Example
White with #001234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001234; }
p { color: rgb(0,18,52); }
H1.HeaderClassName
{
color: #001234;
}
.AnyTagClassName
{
color: #001234;
}
</style>
background-color css
<style>
a { background-color: #001234; }
a { background-color: rgb(0,18,52); }
div.DivClassName
{
background-color: #001234;
}
.BgClassName
{
background-color: #001234;
}
</style>
border-color css
<style>
span { border-color: #001234; }
span { border-color: rgb(0,18,52); }
td.TdClassName
{
border-color: #001234;
}
.TagClassName
{
border-color: #001234;
}
</style>