Shades of Midnight #1D324B
Tints of Midnight #1D324B
RGB
CMYK
RGB Variations
Color information
#1D324B (or 0x1D324B) is known color: Midnight. HEX triplet: 1D, 32 and 4B. RGB value is (29,50,75). Sum of RGB (Red+Green+Blue) = 29+50+75=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D324B is #E2CDB4. Grayscale: #2E2E2E. Windows color (decimal): -14863797 or 4928029. OLE color: 4928029.
HSL color Cylindrical-coordinate representation of color #1D324B: hue angle of 212.61º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D324B is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 50 | 75 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.71 |
| HSL | 212.61º | 0.44% | 0.2% | - |
| HSV(B) | 212.61º | 0.61% | 0.29% | - |
| XYZ | 2.92 | 3.05 | 7.09 | - |
| YUV | 46.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 75 | 0.61 | 0.33 | 0 | 0.71 | 212.61 | 0.44 | 0.2 |
| Hex | 1D | 32 | 4B | 3D | 21 | 0 | 47 | D5 | 2C | 14 |
| Octal | 35 | 62 | 113 | 75 | 41 | 0 | 107 | 325 | 54 | 24 |
| Binary | 11101 | 110010 | 1001011 | 111101 | 100001 | 0 | 1000111 | 11010101 | 101100 | 10100 |
Color Harmonies of #1D324B
Complementary color
Monochromatic Colors of #1D324B
Black with #1D324B
Text Example
Text Example
White with #1D324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D324B; }
p { color: rgb(29,50,75); }
H1.HeaderClassName
{
color: #1D324B;
}
.AnyTagClassName
{
color: #1D324B;
}
</style>
background-color css
<style>
a { background-color: #1D324B; }
a { background-color: rgb(29,50,75); }
div.DivClassName
{
background-color: #1D324B;
}
.BgClassName
{
background-color: #1D324B;
}
</style>
border-color css
<style>
span { border-color: #1D324B; }
span { border-color: rgb(29,50,75); }
td.TdClassName
{
border-color: #1D324B;
}
.TagClassName
{
border-color: #1D324B;
}
</style>