Shades of Midnight #1D3144
Tints of Midnight #1D3144
RGB
CMYK
RGB Variations
Color information
#1D3144 (or 0x1D3144) is known color: Midnight. HEX triplet: 1D, 31 and 44. RGB value is (29,49,68). Sum of RGB (Red+Green+Blue) = 29+49+68=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 68 - color contains mainly: blue. Hex color #1D3144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3144 is #E2CEBB. Grayscale: #2D2D2D. Windows color (decimal): -14864060 or 4469021. OLE color: 4469021.
HSL color Cylindrical-coordinate representation of color #1D3144: hue angle of 209.23º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D3144 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 49 | 68 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.73 |
| HSL | 209.23º | 0.4% | 0.19% | - |
| HSV(B) | 209.23º | 0.57% | 0.27% | - |
| XYZ | 2.65 | 2.88 | 5.88 | - |
| YUV | 45.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 68 | 0.57 | 0.28 | 0 | 0.73 | 209.23 | 0.4 | 0.19 |
| Hex | 1D | 31 | 44 | 39 | 1C | 0 | 49 | D1 | 28 | 13 |
| Octal | 35 | 61 | 104 | 71 | 34 | 0 | 111 | 321 | 50 | 23 |
| Binary | 11101 | 110001 | 1000100 | 111001 | 11100 | 0 | 1001001 | 11010001 | 101000 | 10011 |
Color Harmonies of #1D3144
Complementary color
Monochromatic Colors of #1D3144
Black with #1D3144
Text Example
Text Example
White with #1D3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3144; }
p { color: rgb(29,49,68); }
H1.HeaderClassName
{
color: #1D3144;
}
.AnyTagClassName
{
color: #1D3144;
}
</style>
background-color css
<style>
a { background-color: #1D3144; }
a { background-color: rgb(29,49,68); }
div.DivClassName
{
background-color: #1D3144;
}
.BgClassName
{
background-color: #1D3144;
}
</style>
border-color css
<style>
span { border-color: #1D3144; }
span { border-color: rgb(29,49,68); }
td.TdClassName
{
border-color: #1D3144;
}
.TagClassName
{
border-color: #1D3144;
}
</style>