Shades of Midnight #1C314D
Tints of Midnight #1C314D
RGB
CMYK
RGB Variations
Color information
#1C314D (or 0x1C314D) is known color: Midnight. HEX triplet: 1C, 31 and 4D. RGB value is (28,49,77). Sum of RGB (Red+Green+Blue) = 28+49+77=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C314D is #E3CEB2. Grayscale: #2D2D2D. Windows color (decimal): -14929587 or 5058844. OLE color: 5058844.
HSL color Cylindrical-coordinate representation of color #1C314D: hue angle of 214.29º 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 #1C314D is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 49 | 77 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.70 |
| HSL | 214.29º | 0.47% | 0.21% | - |
| HSV(B) | 214.29º | 0.64% | 0.3% | - |
| XYZ | 2.92 | 2.98 | 7.44 | - |
| YUV | 45.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 77 | 0.64 | 0.36 | 0 | 0.70 | 214.29 | 0.47 | 0.21 |
| Hex | 1C | 31 | 4D | 40 | 24 | 0 | 46 | D6 | 2F | 15 |
| Octal | 34 | 61 | 115 | 100 | 44 | 0 | 106 | 326 | 57 | 25 |
| Binary | 11100 | 110001 | 1001101 | 1000000 | 100100 | 0 | 1000110 | 11010110 | 101111 | 10101 |
Color Harmonies of #1C314D
Complementary color
Monochromatic Colors of #1C314D
Black with #1C314D
Text Example
Text Example
White with #1C314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C314D; }
p { color: rgb(28,49,77); }
H1.HeaderClassName
{
color: #1C314D;
}
.AnyTagClassName
{
color: #1C314D;
}
</style>
background-color css
<style>
a { background-color: #1C314D; }
a { background-color: rgb(28,49,77); }
div.DivClassName
{
background-color: #1C314D;
}
.BgClassName
{
background-color: #1C314D;
}
</style>
border-color css
<style>
span { border-color: #1C314D; }
span { border-color: rgb(28,49,77); }
td.TdClassName
{
border-color: #1C314D;
}
.TagClassName
{
border-color: #1C314D;
}
</style>