Shades of Midnight #1C2C48
Tints of Midnight #1C2C48
RGB
CMYK
RGB Variations
Color information
#1C2C48 (or 0x1C2C48) is known color: Midnight. HEX triplet: 1C, 2C and 48. RGB value is (28,44,72). Sum of RGB (Red+Green+Blue) = 28+44+72=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C2C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2C48 is #E3D3B7. Grayscale: #2A2A2A. Windows color (decimal): -14930872 or 4729884. OLE color: 4729884.
HSL color Cylindrical-coordinate representation of color #1C2C48: hue angle of 218.18º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C2C48 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 44 | 72 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.72 |
| HSL | 218.18º | 0.44% | 0.2% | - |
| HSV(B) | 218.18º | 0.61% | 0.28% | - |
| XYZ | 2.55 | 2.52 | 6.48 | - |
| YUV | 42.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 44 | 72 | 0.61 | 0.39 | 0 | 0.72 | 218.18 | 0.44 | 0.2 |
| Hex | 1C | 2C | 48 | 3D | 27 | 0 | 48 | DA | 2C | 14 |
| Octal | 34 | 54 | 110 | 75 | 47 | 0 | 110 | 332 | 54 | 24 |
| Binary | 11100 | 101100 | 1001000 | 111101 | 100111 | 0 | 1001000 | 11011010 | 101100 | 10100 |
Color Harmonies of #1C2C48
Complementary color
Monochromatic Colors of #1C2C48
Black with #1C2C48
Text Example
Text Example
White with #1C2C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2C48; }
p { color: rgb(28,44,72); }
H1.HeaderClassName
{
color: #1C2C48;
}
.AnyTagClassName
{
color: #1C2C48;
}
</style>
background-color css
<style>
a { background-color: #1C2C48; }
a { background-color: rgb(28,44,72); }
div.DivClassName
{
background-color: #1C2C48;
}
.BgClassName
{
background-color: #1C2C48;
}
</style>
border-color css
<style>
span { border-color: #1C2C48; }
span { border-color: rgb(28,44,72); }
td.TdClassName
{
border-color: #1C2C48;
}
.TagClassName
{
border-color: #1C2C48;
}
</style>