Shades of Midnight Express #1C273F
Tints of Midnight Express #1C273F
RGB
CMYK
RGB Variations
Color information
#1C273F (or 0x1C273F) is known color: Midnight Express. HEX triplet: 1C, 27 and 3F. RGB value is (28,39,63). Sum of RGB (Red+Green+Blue) = 28+39+63=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C273F is #E3D8C0. Grayscale: #262626. Windows color (decimal): -14932161 or 4138780. OLE color: 4138780.
HSL color Cylindrical-coordinate representation of color #1C273F: hue angle of 221.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C273F is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 39 | 63 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.75 |
| HSL | 221.14º | 0.38% | 0.18% | - |
| HSV(B) | 221.14º | 0.56% | 0.25% | - |
| XYZ | 2.1 | 2.06 | 4.99 | - |
| YUV | 38.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 39 | 63 | 0.56 | 0.38 | 0 | 0.75 | 221.14 | 0.38 | 0.18 |
| Hex | 1C | 27 | 3F | 38 | 26 | 0 | 4B | DD | 26 | 12 |
| Octal | 34 | 47 | 77 | 70 | 46 | 0 | 113 | 335 | 46 | 22 |
| Binary | 11100 | 100111 | 111111 | 111000 | 100110 | 0 | 1001011 | 11011101 | 100110 | 10010 |
Color Harmonies of #1C273F
Complementary color
Monochromatic Colors of #1C273F
Black with #1C273F
Text Example
Text Example
White with #1C273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C273F; }
p { color: rgb(28,39,63); }
H1.HeaderClassName
{
color: #1C273F;
}
.AnyTagClassName
{
color: #1C273F;
}
</style>
background-color css
<style>
a { background-color: #1C273F; }
a { background-color: rgb(28,39,63); }
div.DivClassName
{
background-color: #1C273F;
}
.BgClassName
{
background-color: #1C273F;
}
</style>
border-color css
<style>
span { border-color: #1C273F; }
span { border-color: rgb(28,39,63); }
td.TdClassName
{
border-color: #1C273F;
}
.TagClassName
{
border-color: #1C273F;
}
</style>