Shades of Midnight #1D2A3D
Tints of Midnight #1D2A3D
RGB
CMYK
RGB Variations
Color information
#1D2A3D (or 0x1D2A3D) is known color: Midnight. HEX triplet: 1D, 2A and 3D. RGB value is (29,42,61). Sum of RGB (Red+Green+Blue) = 29+42+61=132 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.97% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D2A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2A3D is #E2D5C2. Grayscale: #282828. Windows color (decimal): -14865859 or 4008477. OLE color: 4008477.
HSL color Cylindrical-coordinate representation of color #1D2A3D: hue angle of 215.62º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D2A3D is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 42 | 61 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.76 |
| HSL | 215.63º | 0.36% | 0.18% | - |
| HSV(B) | 215.63º | 0.52% | 0.24% | - |
| XYZ | 2.18 | 2.25 | 4.74 | - |
| YUV | 40.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 42 | 61 | 0.52 | 0.31 | 0 | 0.76 | 215.63 | 0.36 | 0.18 |
| Hex | 1D | 2A | 3D | 34 | 1F | 0 | 4C | D8 | 24 | 12 |
| Octal | 35 | 52 | 75 | 64 | 37 | 0 | 114 | 330 | 44 | 22 |
| Binary | 11101 | 101010 | 111101 | 110100 | 11111 | 0 | 1001100 | 11011000 | 100100 | 10010 |
Color Harmonies of #1D2A3D
Complementary color
Monochromatic Colors of #1D2A3D
Black with #1D2A3D
Text Example
Text Example
White with #1D2A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2A3D; }
p { color: rgb(29,42,61); }
H1.HeaderClassName
{
color: #1D2A3D;
}
.AnyTagClassName
{
color: #1D2A3D;
}
</style>
background-color css
<style>
a { background-color: #1D2A3D; }
a { background-color: rgb(29,42,61); }
div.DivClassName
{
background-color: #1D2A3D;
}
.BgClassName
{
background-color: #1D2A3D;
}
</style>
border-color css
<style>
span { border-color: #1D2A3D; }
span { border-color: rgb(29,42,61); }
td.TdClassName
{
border-color: #1D2A3D;
}
.TagClassName
{
border-color: #1D2A3D;
}
</style>