Shades of Midnight #1C2D3F
Tints of Midnight #1C2D3F
RGB
CMYK
RGB Variations
Color information
#1C2D3F (or 0x1C2D3F) is known color: Midnight. HEX triplet: 1C, 2D and 3F. RGB value is (28,45,63). Sum of RGB (Red+Green+Blue) = 28+45+63=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C2D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2D3F is #E3D2C0. Grayscale: #292929. Windows color (decimal): -14930625 or 4140316. OLE color: 4140316.
HSL color Cylindrical-coordinate representation of color #1C2D3F: hue angle of 210.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C2D3F is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 28 | 45 | 63 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.75 |
| HSL | 210.86º | 0.38% | 0.18% | - |
| HSV(B) | 210.86º | 0.56% | 0.25% | - |
| XYZ | 2.31 | 2.48 | 5.06 | - |
| YUV | 41.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 63 | 0.56 | 0.29 | 0 | 0.75 | 210.86 | 0.38 | 0.18 |
| Hex | 1C | 2D | 3F | 38 | 1D | 0 | 4B | D3 | 26 | 12 |
| Octal | 34 | 55 | 77 | 70 | 35 | 0 | 113 | 323 | 46 | 22 |
| Binary | 11100 | 101101 | 111111 | 111000 | 11101 | 0 | 1001011 | 11010011 | 100110 | 10010 |
Color Harmonies of #1C2D3F
Complementary color
Monochromatic Colors of #1C2D3F
Black with #1C2D3F
Text Example
Text Example
White with #1C2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2D3F; }
p { color: rgb(28,45,63); }
H1.HeaderClassName
{
color: #1C2D3F;
}
.AnyTagClassName
{
color: #1C2D3F;
}
</style>
background-color css
<style>
a { background-color: #1C2D3F; }
a { background-color: rgb(28,45,63); }
div.DivClassName
{
background-color: #1C2D3F;
}
.BgClassName
{
background-color: #1C2D3F;
}
</style>
border-color css
<style>
span { border-color: #1C2D3F; }
span { border-color: rgb(28,45,63); }
td.TdClassName
{
border-color: #1C2D3F;
}
.TagClassName
{
border-color: #1C2D3F;
}
</style>