Shades of Midnight Express #1C2148
Tints of Midnight Express #1C2148
RGB
CMYK
RGB Variations
Color information
#1C2148 (or 0x1C2148) is known color: Midnight Express. HEX triplet: 1C, 21 and 48. RGB value is (28,33,72). Sum of RGB (Red+Green+Blue) = 28+33+72=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C2148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2148 is #E3DEB7. Grayscale: #232323. Windows color (decimal): -14933688 or 4727068. OLE color: 4727068.
HSL color Cylindrical-coordinate representation of color #1C2148: hue angle of 233.18º 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 #1C2148 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 33 | 72 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.72 |
| HSL | 233.18º | 0.44% | 0.2% | - |
| HSV(B) | 233.18º | 0.61% | 0.28% | - |
| XYZ | 2.19 | 1.8 | 6.36 | - |
| YUV | 35.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 72 | 0.61 | 0.54 | 0 | 0.72 | 233.18 | 0.44 | 0.2 |
| Hex | 1C | 21 | 48 | 3D | 36 | 0 | 48 | E9 | 2C | 14 |
| Octal | 34 | 41 | 110 | 75 | 66 | 0 | 110 | 351 | 54 | 24 |
| Binary | 11100 | 100001 | 1001000 | 111101 | 110110 | 0 | 1001000 | 11101001 | 101100 | 10100 |
Color Harmonies of #1C2148
Complementary color
Monochromatic Colors of #1C2148
Black with #1C2148
Text Example
Text Example
White with #1C2148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2148; }
p { color: rgb(28,33,72); }
H1.HeaderClassName
{
color: #1C2148;
}
.AnyTagClassName
{
color: #1C2148;
}
</style>
background-color css
<style>
a { background-color: #1C2148; }
a { background-color: rgb(28,33,72); }
div.DivClassName
{
background-color: #1C2148;
}
.BgClassName
{
background-color: #1C2148;
}
</style>
border-color css
<style>
span { border-color: #1C2148; }
span { border-color: rgb(28,33,72); }
td.TdClassName
{
border-color: #1C2148;
}
.TagClassName
{
border-color: #1C2148;
}
</style>