Shades of Midnight Blue #1D1882
Tints of Midnight Blue #1D1882
RGB
CMYK
RGB Variations
Color information
#1D1882 (or 0x1D1882) is known color: Midnight Blue. HEX triplet: 1D, 18 and 82. RGB value is (29,24,130). Sum of RGB (Red+Green+Blue) = 29+24+130=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D1882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1882 is #E2E77D. Grayscale: #252525. Windows color (decimal): -14870398 or 8525853. OLE color: 8525853.
HSL color Cylindrical-coordinate representation of color #1D1882: hue angle of 242.83º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D1882 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 24 | 130 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.49 |
| HSL | 242.83º | 0.69% | 0.3% | - |
| HSV(B) | 242.83º | 0.82% | 0.51% | - |
| XYZ | 4.86 | 2.53 | 21.35 | - |
| YUV | 37.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 130 | 0.78 | 0.82 | 0 | 0.49 | 242.83 | 0.69 | 0.3 |
| Hex | 1D | 18 | 82 | 4E | 52 | 0 | 31 | F3 | 45 | 1E |
| Octal | 35 | 30 | 202 | 116 | 122 | 0 | 61 | 363 | 105 | 36 |
| Binary | 11101 | 11000 | 10000010 | 1001110 | 1010010 | 0 | 110001 | 11110011 | 1000101 | 11110 |
Color Harmonies of #1D1882
Complementary color
Monochromatic Colors of #1D1882
Black with #1D1882
Text Example
Text Example
White with #1D1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1882; }
p { color: rgb(29,24,130); }
H1.HeaderClassName
{
color: #1D1882;
}
.AnyTagClassName
{
color: #1D1882;
}
</style>
background-color css
<style>
a { background-color: #1D1882; }
a { background-color: rgb(29,24,130); }
div.DivClassName
{
background-color: #1D1882;
}
.BgClassName
{
background-color: #1D1882;
}
</style>
border-color css
<style>
span { border-color: #1D1882; }
span { border-color: rgb(29,24,130); }
td.TdClassName
{
border-color: #1D1882;
}
.TagClassName
{
border-color: #1D1882;
}
</style>