Shades of Midnight Express #1C2249
Tints of Midnight Express #1C2249
RGB
CMYK
RGB Variations
Color information
#1C2249 (or 0x1C2249) is known color: Midnight Express. HEX triplet: 1C, 22 and 49. RGB value is (28,34,73). Sum of RGB (Red+Green+Blue) = 28+34+73=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #1C2249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2249 is #E3DDB6. Grayscale: #242424. Windows color (decimal): -14933431 or 4792860. OLE color: 4792860.
HSL color Cylindrical-coordinate representation of color #1C2249: hue angle of 232º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C2249 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 34 | 73 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.71 |
| HSL | 232º | 0.45% | 0.2% | - |
| HSV(B) | 232º | 0.62% | 0.29% | - |
| XYZ | 2.25 | 1.87 | 6.55 | - |
| YUV | 36.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 34 | 73 | 0.62 | 0.53 | 0 | 0.71 | 232 | 0.45 | 0.2 |
| Hex | 1C | 22 | 49 | 3E | 35 | 0 | 47 | E8 | 2D | 14 |
| Octal | 34 | 42 | 111 | 76 | 65 | 0 | 107 | 350 | 55 | 24 |
| Binary | 11100 | 100010 | 1001001 | 111110 | 110101 | 0 | 1000111 | 11101000 | 101101 | 10100 |
Color Harmonies of #1C2249
Complementary color
Monochromatic Colors of #1C2249
Black with #1C2249
Text Example
Text Example
White with #1C2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2249; }
p { color: rgb(28,34,73); }
H1.HeaderClassName
{
color: #1C2249;
}
.AnyTagClassName
{
color: #1C2249;
}
</style>
background-color css
<style>
a { background-color: #1C2249; }
a { background-color: rgb(28,34,73); }
div.DivClassName
{
background-color: #1C2249;
}
.BgClassName
{
background-color: #1C2249;
}
</style>
border-color css
<style>
span { border-color: #1C2249; }
span { border-color: rgb(28,34,73); }
td.TdClassName
{
border-color: #1C2249;
}
.TagClassName
{
border-color: #1C2249;
}
</style>