Shades of Midnight Express #1C223B
Tints of Midnight Express #1C223B
RGB
CMYK
RGB Variations
Color information
#1C223B (or 0x1C223B) is known color: Midnight Express. HEX triplet: 1C, 22 and 3B. RGB value is (28,34,59). Sum of RGB (Red+Green+Blue) = 28+34+59=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #1C223B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C223B is #E3DDC4. Grayscale: #222222. Windows color (decimal): -14933445 or 3875356. OLE color: 3875356.
HSL color Cylindrical-coordinate representation of color #1C223B: hue angle of 228.39º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C223B is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 28 | 34 | 59 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.77 |
| HSL | 228.39º | 0.36% | 0.17% | - |
| HSV(B) | 228.39º | 0.53% | 0.23% | - |
| XYZ | 1.84 | 1.71 | 4.37 | - |
| YUV | 35.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 34 | 59 | 0.53 | 0.42 | 0 | 0.77 | 228.39 | 0.36 | 0.17 |
| Hex | 1C | 22 | 3B | 35 | 2A | 0 | 4D | E4 | 24 | 11 |
| Octal | 34 | 42 | 73 | 65 | 52 | 0 | 115 | 344 | 44 | 21 |
| Binary | 11100 | 100010 | 111011 | 110101 | 101010 | 0 | 1001101 | 11100100 | 100100 | 10001 |
Color Harmonies of #1C223B
Complementary color
Monochromatic Colors of #1C223B
Black with #1C223B
Text Example
Text Example
White with #1C223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C223B; }
p { color: rgb(28,34,59); }
H1.HeaderClassName
{
color: #1C223B;
}
.AnyTagClassName
{
color: #1C223B;
}
</style>
background-color css
<style>
a { background-color: #1C223B; }
a { background-color: rgb(28,34,59); }
div.DivClassName
{
background-color: #1C223B;
}
.BgClassName
{
background-color: #1C223B;
}
</style>
border-color css
<style>
span { border-color: #1C223B; }
span { border-color: rgb(28,34,59); }
td.TdClassName
{
border-color: #1C223B;
}
.TagClassName
{
border-color: #1C223B;
}
</style>