Shades of Midnight Express #001237
Tints of Midnight Express #001237
RGB
CMYK
RGB Variations
Color information
#001237 (or 0x001237) is known color: Midnight Express. HEX triplet: 00, 12 and 37. RGB value is (0,18,55). Sum of RGB (Red+Green+Blue) = 0+18+55=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 55 (21.88% from 255 or 75.34% from 73); Max value from RGB is 55 - color contains mainly: blue. Hex color #001237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001237 is #FFEDC8. Grayscale: #101010. Windows color (decimal): -16772553 or 3609088. OLE color: 3609088.
HSL color Cylindrical-coordinate representation of color #001237: hue angle of 220.36º 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 #001237 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 18 | 55 | - |
| CMYK | 1 | 0.67 | 0 | 0.78 |
| HSL | 220.36º | 1% | 0.11% | - |
| HSV(B) | 220.36º | 1% | 0.22% | - |
| XYZ | 0.91 | 0.71 | 3.7 | - |
| YUV | 16.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 55 | 1 | 0.67 | 0 | 0.78 | 220.36 | 1 | 0.11 |
| Hex | 0 | 12 | 37 | 64 | 43 | 0 | 4E | DC | 64 | B |
| Octal | 0 | 22 | 67 | 144 | 103 | 0 | 116 | 334 | 144 | 13 |
| Binary | 0 | 10010 | 110111 | 1100100 | 1000011 | 0 | 1001110 | 11011100 | 1100100 | 1011 |
Color Harmonies of #001237
Complementary color
Monochromatic Colors of #001237
Black with #001237
Text Example
Text Example
White with #001237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001237; }
p { color: rgb(0,18,55); }
H1.HeaderClassName
{
color: #001237;
}
.AnyTagClassName
{
color: #001237;
}
</style>
background-color css
<style>
a { background-color: #001237; }
a { background-color: rgb(0,18,55); }
div.DivClassName
{
background-color: #001237;
}
.BgClassName
{
background-color: #001237;
}
</style>
border-color css
<style>
span { border-color: #001237; }
span { border-color: rgb(0,18,55); }
td.TdClassName
{
border-color: #001237;
}
.TagClassName
{
border-color: #001237;
}
</style>