Shades of Midnight Express #1C2448
Tints of Midnight Express #1C2448
RGB
CMYK
RGB Variations
Color information
#1C2448 (or 0x1C2448) is known color: Midnight Express. HEX triplet: 1C, 24 and 48. RGB value is (28,36,72). Sum of RGB (Red+Green+Blue) = 28+36+72=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C2448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2448 is #E3DBB7. Grayscale: #252525. Windows color (decimal): -14932920 or 4727836. OLE color: 4727836.
HSL color Cylindrical-coordinate representation of color #1C2448: hue angle of 229.09º 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 #1C2448 is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 36 | 72 | - |
| CMYK | 0.61 | 0.5 | 0 | 0.72 |
| HSL | 229.09º | 0.44% | 0.2% | - |
| HSV(B) | 229.09º | 0.61% | 0.28% | - |
| XYZ | 2.28 | 1.98 | 6.39 | - |
| YUV | 37.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 72 | 0.61 | 0.5 | 0 | 0.72 | 229.09 | 0.44 | 0.2 |
| Hex | 1C | 24 | 48 | 3D | 32 | 0 | 48 | E5 | 2C | 14 |
| Octal | 34 | 44 | 110 | 75 | 62 | 0 | 110 | 345 | 54 | 24 |
| Binary | 11100 | 100100 | 1001000 | 111101 | 110010 | 0 | 1001000 | 11100101 | 101100 | 10100 |
Color Harmonies of #1C2448
Complementary color
Monochromatic Colors of #1C2448
Black with #1C2448
Text Example
Text Example
White with #1C2448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2448; }
p { color: rgb(28,36,72); }
H1.HeaderClassName
{
color: #1C2448;
}
.AnyTagClassName
{
color: #1C2448;
}
</style>
background-color css
<style>
a { background-color: #1C2448; }
a { background-color: rgb(28,36,72); }
div.DivClassName
{
background-color: #1C2448;
}
.BgClassName
{
background-color: #1C2448;
}
</style>
border-color css
<style>
span { border-color: #1C2448; }
span { border-color: rgb(28,36,72); }
td.TdClassName
{
border-color: #1C2448;
}
.TagClassName
{
border-color: #1C2448;
}
</style>