Shades of Midnight #1C2D48
Tints of Midnight #1C2D48
RGB
CMYK
RGB Variations
Color information
#1C2D48 (or 0x1C2D48) is known color: Midnight. HEX triplet: 1C, 2D and 48. RGB value is (28,45,72). Sum of RGB (Red+Green+Blue) = 28+45+72=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C2D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2D48 is #E3D2B7. Grayscale: #2A2A2A. Windows color (decimal): -14930616 or 4730140. OLE color: 4730140.
HSL color Cylindrical-coordinate representation of color #1C2D48: hue angle of 216.82º 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 #1C2D48 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 45 | 72 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.72 |
| HSL | 216.82º | 0.44% | 0.2% | - |
| HSV(B) | 216.82º | 0.61% | 0.28% | - |
| XYZ | 2.59 | 2.59 | 6.49 | - |
| YUV | 43 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 72 | 0.61 | 0.38 | 0 | 0.72 | 216.82 | 0.44 | 0.2 |
| Hex | 1C | 2D | 48 | 3D | 26 | 0 | 48 | D9 | 2C | 14 |
| Octal | 34 | 55 | 110 | 75 | 46 | 0 | 110 | 331 | 54 | 24 |
| Binary | 11100 | 101101 | 1001000 | 111101 | 100110 | 0 | 1001000 | 11011001 | 101100 | 10100 |
Color Harmonies of #1C2D48
Complementary color
Monochromatic Colors of #1C2D48
Black with #1C2D48
Text Example
Text Example
White with #1C2D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2D48; }
p { color: rgb(28,45,72); }
H1.HeaderClassName
{
color: #1C2D48;
}
.AnyTagClassName
{
color: #1C2D48;
}
</style>
background-color css
<style>
a { background-color: #1C2D48; }
a { background-color: rgb(28,45,72); }
div.DivClassName
{
background-color: #1C2D48;
}
.BgClassName
{
background-color: #1C2D48;
}
</style>
border-color css
<style>
span { border-color: #1C2D48; }
span { border-color: rgb(28,45,72); }
td.TdClassName
{
border-color: #1C2D48;
}
.TagClassName
{
border-color: #1C2D48;
}
</style>