Shades of Midnight Express #1C2843
Tints of Midnight Express #1C2843
RGB
CMYK
RGB Variations
Color information
#1C2843 (or 0x1C2843) is known color: Midnight Express. HEX triplet: 1C, 28 and 43. RGB value is (28,40,67). Sum of RGB (Red+Green+Blue) = 28+40+67=135 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.74% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #1C2843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2843 is #E3D7BC. Grayscale: #272727. Windows color (decimal): -14931901 or 4401180. OLE color: 4401180.
HSL color Cylindrical-coordinate representation of color #1C2843: hue angle of 221.54º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C2843 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 40 | 67 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.74 |
| HSL | 221.54º | 0.41% | 0.19% | - |
| HSV(B) | 221.54º | 0.58% | 0.26% | - |
| XYZ | 2.25 | 2.17 | 5.61 | - |
| YUV | 39.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 40 | 67 | 0.58 | 0.40 | 0 | 0.74 | 221.54 | 0.41 | 0.19 |
| Hex | 1C | 28 | 43 | 3A | 28 | 0 | 4A | DE | 29 | 13 |
| Octal | 34 | 50 | 103 | 72 | 50 | 0 | 112 | 336 | 51 | 23 |
| Binary | 11100 | 101000 | 1000011 | 111010 | 101000 | 0 | 1001010 | 11011110 | 101001 | 10011 |
Color Harmonies of #1C2843
Complementary color
Monochromatic Colors of #1C2843
Black with #1C2843
Text Example
Text Example
White with #1C2843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2843; }
p { color: rgb(28,40,67); }
H1.HeaderClassName
{
color: #1C2843;
}
.AnyTagClassName
{
color: #1C2843;
}
</style>
background-color css
<style>
a { background-color: #1C2843; }
a { background-color: rgb(28,40,67); }
div.DivClassName
{
background-color: #1C2843;
}
.BgClassName
{
background-color: #1C2843;
}
</style>
border-color css
<style>
span { border-color: #1C2843; }
span { border-color: rgb(28,40,67); }
td.TdClassName
{
border-color: #1C2843;
}
.TagClassName
{
border-color: #1C2843;
}
</style>