Shades of Midnight #1C293C
Tints of Midnight #1C293C
RGB
CMYK
RGB Variations
Color information
#1C293C (or 0x1C293C) is known color: Midnight. HEX triplet: 1C, 29 and 3C. RGB value is (28,41,60). Sum of RGB (Red+Green+Blue) = 28+41+60=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #1C293C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C293C is #E3D6C3. Grayscale: #272727. Windows color (decimal): -14931652 or 3942684. OLE color: 3942684.
HSL color Cylindrical-coordinate representation of color #1C293C: hue angle of 215.62º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C293C is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 28 | 41 | 60 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.76 |
| HSL | 215.63º | 0.36% | 0.17% | - |
| HSV(B) | 215.63º | 0.53% | 0.24% | - |
| XYZ | 2.09 | 2.16 | 4.58 | - |
| YUV | 39.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 41 | 60 | 0.53 | 0.32 | 0 | 0.76 | 215.63 | 0.36 | 0.17 |
| Hex | 1C | 29 | 3C | 35 | 20 | 0 | 4C | D8 | 24 | 11 |
| Octal | 34 | 51 | 74 | 65 | 40 | 0 | 114 | 330 | 44 | 21 |
| Binary | 11100 | 101001 | 111100 | 110101 | 100000 | 0 | 1001100 | 11011000 | 100100 | 10001 |
Color Harmonies of #1C293C
Complementary color
Monochromatic Colors of #1C293C
Black with #1C293C
Text Example
Text Example
White with #1C293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C293C; }
p { color: rgb(28,41,60); }
H1.HeaderClassName
{
color: #1C293C;
}
.AnyTagClassName
{
color: #1C293C;
}
</style>
background-color css
<style>
a { background-color: #1C293C; }
a { background-color: rgb(28,41,60); }
div.DivClassName
{
background-color: #1C293C;
}
.BgClassName
{
background-color: #1C293C;
}
</style>
border-color css
<style>
span { border-color: #1C293C; }
span { border-color: rgb(28,41,60); }
td.TdClassName
{
border-color: #1C293C;
}
.TagClassName
{
border-color: #1C293C;
}
</style>