Shades of Midnight #1C3249
Tints of Midnight #1C3249
RGB
CMYK
RGB Variations
Color information
#1C3249 (or 0x1C3249) is known color: Midnight. HEX triplet: 1C, 32 and 49. RGB value is (28,50,73). Sum of RGB (Red+Green+Blue) = 28+50+73=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #1C3249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3249 is #E3CDB6. Grayscale: #2D2D2D. Windows color (decimal): -14929335 or 4796956. OLE color: 4796956.
HSL color Cylindrical-coordinate representation of color #1C3249: hue angle of 210.67º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C3249 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 50 | 73 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.71 |
| HSL | 210.67º | 0.45% | 0.2% | - |
| HSV(B) | 210.67º | 0.62% | 0.29% | - |
| XYZ | 2.82 | 3.01 | 6.74 | - |
| YUV | 46.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 73 | 0.62 | 0.32 | 0 | 0.71 | 210.67 | 0.45 | 0.2 |
| Hex | 1C | 32 | 49 | 3E | 20 | 0 | 47 | D3 | 2D | 14 |
| Octal | 34 | 62 | 111 | 76 | 40 | 0 | 107 | 323 | 55 | 24 |
| Binary | 11100 | 110010 | 1001001 | 111110 | 100000 | 0 | 1000111 | 11010011 | 101101 | 10100 |
Color Harmonies of #1C3249
Complementary color
Monochromatic Colors of #1C3249
Black with #1C3249
Text Example
Text Example
White with #1C3249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3249; }
p { color: rgb(28,50,73); }
H1.HeaderClassName
{
color: #1C3249;
}
.AnyTagClassName
{
color: #1C3249;
}
</style>
background-color css
<style>
a { background-color: #1C3249; }
a { background-color: rgb(28,50,73); }
div.DivClassName
{
background-color: #1C3249;
}
.BgClassName
{
background-color: #1C3249;
}
</style>
border-color css
<style>
span { border-color: #1C3249; }
span { border-color: rgb(28,50,73); }
td.TdClassName
{
border-color: #1C3249;
}
.TagClassName
{
border-color: #1C3249;
}
</style>