Shades of Midnight #1C3044
Tints of Midnight #1C3044
RGB
CMYK
RGB Variations
Color information
#1C3044 (or 0x1C3044) is known color: Midnight. HEX triplet: 1C, 30 and 44. RGB value is (28,48,68). Sum of RGB (Red+Green+Blue) = 28+48+68=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 68 (26.95% from 255 or 47.22% from 144); Max value from RGB is 68 - color contains mainly: blue. Hex color #1C3044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3044 is #E3CFBB. Grayscale: #2C2C2C. Windows color (decimal): -14929852 or 4468764. OLE color: 4468764.
HSL color Cylindrical-coordinate representation of color #1C3044: hue angle of 210º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C3044 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 28 | 48 | 68 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.73 |
| HSL | 210º | 0.42% | 0.19% | - |
| HSV(B) | 210º | 0.59% | 0.27% | - |
| XYZ | 2.58 | 2.78 | 5.87 | - |
| YUV | 44.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 48 | 68 | 0.59 | 0.29 | 0 | 0.73 | 210 | 0.42 | 0.19 |
| Hex | 1C | 30 | 44 | 3B | 1D | 0 | 49 | D2 | 2A | 13 |
| Octal | 34 | 60 | 104 | 73 | 35 | 0 | 111 | 322 | 52 | 23 |
| Binary | 11100 | 110000 | 1000100 | 111011 | 11101 | 0 | 1001001 | 11010010 | 101010 | 10011 |
Color Harmonies of #1C3044
Complementary color
Monochromatic Colors of #1C3044
Black with #1C3044
Text Example
Text Example
White with #1C3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3044; }
p { color: rgb(28,48,68); }
H1.HeaderClassName
{
color: #1C3044;
}
.AnyTagClassName
{
color: #1C3044;
}
</style>
background-color css
<style>
a { background-color: #1C3044; }
a { background-color: rgb(28,48,68); }
div.DivClassName
{
background-color: #1C3044;
}
.BgClassName
{
background-color: #1C3044;
}
</style>
border-color css
<style>
span { border-color: #1C3044; }
span { border-color: rgb(28,48,68); }
td.TdClassName
{
border-color: #1C3044;
}
.TagClassName
{
border-color: #1C3044;
}
</style>