Shades of Midnight Express #1C263D
Tints of Midnight Express #1C263D
RGB
CMYK
RGB Variations
Color information
#1C263D (or 0x1C263D) is known color: Midnight Express. HEX triplet: 1C, 26 and 3D. RGB value is (28,38,61). Sum of RGB (Red+Green+Blue) = 28+38+61=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C263D is #E3D9C2. Grayscale: #252525. Windows color (decimal): -14932419 or 4007452. OLE color: 4007452.
HSL color Cylindrical-coordinate representation of color #1C263D: hue angle of 221.82º 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 #1C263D is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 38 | 61 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.76 |
| HSL | 221.82º | 0.37% | 0.17% | - |
| HSV(B) | 221.82º | 0.54% | 0.24% | - |
| XYZ | 2.01 | 1.97 | 4.69 | - |
| YUV | 37.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 38 | 61 | 0.54 | 0.38 | 0 | 0.76 | 221.82 | 0.37 | 0.17 |
| Hex | 1C | 26 | 3D | 36 | 26 | 0 | 4C | DE | 25 | 11 |
| Octal | 34 | 46 | 75 | 66 | 46 | 0 | 114 | 336 | 45 | 21 |
| Binary | 11100 | 100110 | 111101 | 110110 | 100110 | 0 | 1001100 | 11011110 | 100101 | 10001 |
Color Harmonies of #1C263D
Complementary color
Monochromatic Colors of #1C263D
Black with #1C263D
Text Example
Text Example
White with #1C263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C263D; }
p { color: rgb(28,38,61); }
H1.HeaderClassName
{
color: #1C263D;
}
.AnyTagClassName
{
color: #1C263D;
}
</style>
background-color css
<style>
a { background-color: #1C263D; }
a { background-color: rgb(28,38,61); }
div.DivClassName
{
background-color: #1C263D;
}
.BgClassName
{
background-color: #1C263D;
}
</style>
border-color css
<style>
span { border-color: #1C263D; }
span { border-color: rgb(28,38,61); }
td.TdClassName
{
border-color: #1C263D;
}
.TagClassName
{
border-color: #1C263D;
}
</style>