Shades of Midnight Express #001236
Tints of Midnight Express #001236
RGB
CMYK
RGB Variations
Color information
#001236 (or 0x001236) is known color: Midnight Express. HEX triplet: 00, 12 and 36. RGB value is (0,18,54). Sum of RGB (Red+Green+Blue) = 0+18+54=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 54 (21.48% from 255 or 75% from 72); Max value from RGB is 54 - color contains mainly: blue. Hex color #001236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001236 is #FFEDC9. Grayscale: #101010. Windows color (decimal): -16772554 or 3543552. OLE color: 3543552.
HSL color Cylindrical-coordinate representation of color #001236: hue angle of 220º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001236 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 18 | 54 | - |
| CMYK | 1 | 0.67 | 0 | 0.79 |
| HSL | 220º | 1% | 0.11% | - |
| HSV(B) | 220º | 1% | 0.21% | - |
| XYZ | 0.88 | 0.7 | 3.58 | - |
| YUV | 16.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 54 | 1 | 0.67 | 0 | 0.79 | 220 | 1 | 0.11 |
| Hex | 0 | 12 | 36 | 64 | 43 | 0 | 4F | DC | 64 | B |
| Octal | 0 | 22 | 66 | 144 | 103 | 0 | 117 | 334 | 144 | 13 |
| Binary | 0 | 10010 | 110110 | 1100100 | 1000011 | 0 | 1001111 | 11011100 | 1100100 | 1011 |
Color Harmonies of #001236
Complementary color
Monochromatic Colors of #001236
Black with #001236
Text Example
Text Example
White with #001236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001236; }
p { color: rgb(0,18,54); }
H1.HeaderClassName
{
color: #001236;
}
.AnyTagClassName
{
color: #001236;
}
</style>
background-color css
<style>
a { background-color: #001236; }
a { background-color: rgb(0,18,54); }
div.DivClassName
{
background-color: #001236;
}
.BgClassName
{
background-color: #001236;
}
</style>
border-color css
<style>
span { border-color: #001236; }
span { border-color: rgb(0,18,54); }
td.TdClassName
{
border-color: #001236;
}
.TagClassName
{
border-color: #001236;
}
</style>