Shades of Midnight Express #1C253D
Tints of Midnight Express #1C253D
RGB
CMYK
RGB Variations
Color information
#1C253D (or 0x1C253D) is known color: Midnight Express. HEX triplet: 1C, 25 and 3D. RGB value is (28,37,61). Sum of RGB (Red+Green+Blue) = 28+37+61=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C253D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C253D is #E3DAC2. Grayscale: #242424. Windows color (decimal): -14932675 or 4007196. OLE color: 4007196.
HSL color Cylindrical-coordinate representation of color #1C253D: hue angle of 223.64º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C253D is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 37 | 61 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.76 |
| HSL | 223.64º | 0.37% | 0.17% | - |
| HSV(B) | 223.64º | 0.54% | 0.24% | - |
| XYZ | 1.98 | 1.91 | 4.68 | - |
| YUV | 37.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 61 | 0.54 | 0.39 | 0 | 0.76 | 223.64 | 0.37 | 0.17 |
| Hex | 1C | 25 | 3D | 36 | 27 | 0 | 4C | E0 | 25 | 11 |
| Octal | 34 | 45 | 75 | 66 | 47 | 0 | 114 | 340 | 45 | 21 |
| Binary | 11100 | 100101 | 111101 | 110110 | 100111 | 0 | 1001100 | 11100000 | 100101 | 10001 |
Color Harmonies of #1C253D
Complementary color
Monochromatic Colors of #1C253D
Black with #1C253D
Text Example
Text Example
White with #1C253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C253D; }
p { color: rgb(28,37,61); }
H1.HeaderClassName
{
color: #1C253D;
}
.AnyTagClassName
{
color: #1C253D;
}
</style>
background-color css
<style>
a { background-color: #1C253D; }
a { background-color: rgb(28,37,61); }
div.DivClassName
{
background-color: #1C253D;
}
.BgClassName
{
background-color: #1C253D;
}
</style>
border-color css
<style>
span { border-color: #1C253D; }
span { border-color: rgb(28,37,61); }
td.TdClassName
{
border-color: #1C253D;
}
.TagClassName
{
border-color: #1C253D;
}
</style>