Shades of Midnight Express #1C2047
Tints of Midnight Express #1C2047
RGB
CMYK
RGB Variations
Color information
#1C2047 (or 0x1C2047) is known color: Midnight Express. HEX triplet: 1C, 20 and 47. RGB value is (28,32,71). Sum of RGB (Red+Green+Blue) = 28+32+71=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #1C2047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2047 is #E3DFB8. Grayscale: #232323. Windows color (decimal): -14933945 or 4661276. OLE color: 4661276.
HSL color Cylindrical-coordinate representation of color #1C2047: hue angle of 234.42º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C2047 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 32 | 71 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.72 |
| HSL | 234.42º | 0.43% | 0.19% | - |
| HSV(B) | 234.42º | 0.61% | 0.28% | - |
| XYZ | 2.13 | 1.73 | 6.18 | - |
| YUV | 35.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 32 | 71 | 0.61 | 0.55 | 0 | 0.72 | 234.42 | 0.43 | 0.19 |
| Hex | 1C | 20 | 47 | 3D | 37 | 0 | 48 | EA | 2B | 13 |
| Octal | 34 | 40 | 107 | 75 | 67 | 0 | 110 | 352 | 53 | 23 |
| Binary | 11100 | 100000 | 1000111 | 111101 | 110111 | 0 | 1001000 | 11101010 | 101011 | 10011 |
Color Harmonies of #1C2047
Complementary color
Monochromatic Colors of #1C2047
Black with #1C2047
Text Example
Text Example
White with #1C2047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2047; }
p { color: rgb(28,32,71); }
H1.HeaderClassName
{
color: #1C2047;
}
.AnyTagClassName
{
color: #1C2047;
}
</style>
background-color css
<style>
a { background-color: #1C2047; }
a { background-color: rgb(28,32,71); }
div.DivClassName
{
background-color: #1C2047;
}
.BgClassName
{
background-color: #1C2047;
}
</style>
border-color css
<style>
span { border-color: #1C2047; }
span { border-color: rgb(28,32,71); }
td.TdClassName
{
border-color: #1C2047;
}
.TagClassName
{
border-color: #1C2047;
}
</style>