Shades of Midnight Express #1C2044
Tints of Midnight Express #1C2044
RGB
CMYK
RGB Variations
Color information
#1C2044 (or 0x1C2044) is known color: Midnight Express. HEX triplet: 1C, 20 and 44. RGB value is (28,32,68). Sum of RGB (Red+Green+Blue) = 28+32+68=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #1C2044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2044 is #E3DFBB. Grayscale: #222222. Windows color (decimal): -14933948 or 4464668. OLE color: 4464668.
HSL color Cylindrical-coordinate representation of color #1C2044: hue angle of 234º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C2044 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 28 | 32 | 68 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.73 |
| HSL | 234º | 0.42% | 0.19% | - |
| HSV(B) | 234º | 0.59% | 0.27% | - |
| XYZ | 2.04 | 1.7 | 5.69 | - |
| YUV | 34.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 68 | 0.59 | 0.53 | 0 | 0.73 | 234 | 0.42 | 0.19 |
| Hex | 1C | 20 | 44 | 3B | 35 | 0 | 49 | EA | 2A | 13 |
| Octal | 34 | 40 | 104 | 73 | 65 | 0 | 111 | 352 | 52 | 23 |
| Binary | 11100 | 100000 | 1000100 | 111011 | 110101 | 0 | 1001001 | 11101010 | 101010 | 10011 |
Color Harmonies of #1C2044
Complementary color
Monochromatic Colors of #1C2044
Black with #1C2044
Text Example
Text Example
White with #1C2044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2044; }
p { color: rgb(28,32,68); }
H1.HeaderClassName
{
color: #1C2044;
}
.AnyTagClassName
{
color: #1C2044;
}
</style>
background-color css
<style>
a { background-color: #1C2044; }
a { background-color: rgb(28,32,68); }
div.DivClassName
{
background-color: #1C2044;
}
.BgClassName
{
background-color: #1C2044;
}
</style>
border-color css
<style>
span { border-color: #1C2044; }
span { border-color: rgb(28,32,68); }
td.TdClassName
{
border-color: #1C2044;
}
.TagClassName
{
border-color: #1C2044;
}
</style>