Shades of Midnight Express #1C2048
Tints of Midnight Express #1C2048
RGB
CMYK
RGB Variations
Color information
#1C2048 (or 0x1C2048) is known color: Midnight Express. HEX triplet: 1C, 20 and 48. RGB value is (28,32,72). Sum of RGB (Red+Green+Blue) = 28+32+72=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C2048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2048 is #E3DFB7. Grayscale: #232323. Windows color (decimal): -14933944 or 4726812. OLE color: 4726812.
HSL color Cylindrical-coordinate representation of color #1C2048: hue angle of 234.55º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C2048 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 32 | 72 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.72 |
| HSL | 234.55º | 0.44% | 0.2% | - |
| HSV(B) | 234.55º | 0.61% | 0.28% | - |
| XYZ | 2.17 | 1.75 | 6.35 | - |
| YUV | 35.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 72 | 0.61 | 0.56 | 0 | 0.72 | 234.55 | 0.44 | 0.2 |
| Hex | 1C | 20 | 48 | 3D | 38 | 0 | 48 | EB | 2C | 14 |
| Octal | 34 | 40 | 110 | 75 | 70 | 0 | 110 | 353 | 54 | 24 |
| Binary | 11100 | 100000 | 1001000 | 111101 | 111000 | 0 | 1001000 | 11101011 | 101100 | 10100 |
Color Harmonies of #1C2048
Complementary color
Monochromatic Colors of #1C2048
Black with #1C2048
Text Example
Text Example
White with #1C2048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2048; }
p { color: rgb(28,32,72); }
H1.HeaderClassName
{
color: #1C2048;
}
.AnyTagClassName
{
color: #1C2048;
}
</style>
background-color css
<style>
a { background-color: #1C2048; }
a { background-color: rgb(28,32,72); }
div.DivClassName
{
background-color: #1C2048;
}
.BgClassName
{
background-color: #1C2048;
}
</style>
border-color css
<style>
span { border-color: #1C2048; }
span { border-color: rgb(28,32,72); }
td.TdClassName
{
border-color: #1C2048;
}
.TagClassName
{
border-color: #1C2048;
}
</style>