Shades of Midnight #1C324D
Tints of Midnight #1C324D
RGB
CMYK
RGB Variations
Color information
#1C324D (or 0x1C324D) is known color: Midnight. HEX triplet: 1C, 32 and 4D. RGB value is (28,50,77). Sum of RGB (Red+Green+Blue) = 28+50+77=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C324D is #E3CDB2. Grayscale: #2E2E2E. Windows color (decimal): -14929331 or 5059100. OLE color: 5059100.
HSL color Cylindrical-coordinate representation of color #1C324D: hue angle of 213.06º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C324D is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 50 | 77 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.70 |
| HSL | 213.06º | 0.47% | 0.21% | - |
| HSV(B) | 213.06º | 0.64% | 0.3% | - |
| XYZ | 2.96 | 3.06 | 7.46 | - |
| YUV | 46.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 77 | 0.64 | 0.35 | 0 | 0.70 | 213.06 | 0.47 | 0.21 |
| Hex | 1C | 32 | 4D | 40 | 23 | 0 | 46 | D5 | 2F | 15 |
| Octal | 34 | 62 | 115 | 100 | 43 | 0 | 106 | 325 | 57 | 25 |
| Binary | 11100 | 110010 | 1001101 | 1000000 | 100011 | 0 | 1000110 | 11010101 | 101111 | 10101 |
Color Harmonies of #1C324D
Complementary color
Monochromatic Colors of #1C324D
Black with #1C324D
Text Example
Text Example
White with #1C324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C324D; }
p { color: rgb(28,50,77); }
H1.HeaderClassName
{
color: #1C324D;
}
.AnyTagClassName
{
color: #1C324D;
}
</style>
background-color css
<style>
a { background-color: #1C324D; }
a { background-color: rgb(28,50,77); }
div.DivClassName
{
background-color: #1C324D;
}
.BgClassName
{
background-color: #1C324D;
}
</style>
border-color css
<style>
span { border-color: #1C324D; }
span { border-color: rgb(28,50,77); }
td.TdClassName
{
border-color: #1C324D;
}
.TagClassName
{
border-color: #1C324D;
}
</style>