Shades of Midnight Blue #1D2882
Tints of Midnight Blue #1D2882
RGB
CMYK
RGB Variations
Color information
#1D2882 (or 0x1D2882) is known color: Midnight Blue. HEX triplet: 1D, 28 and 82. RGB value is (29,40,130). Sum of RGB (Red+Green+Blue) = 29+40+130=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D2882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2882 is #E2D77D. Grayscale: #2E2E2E. Windows color (decimal): -14866302 or 8529949. OLE color: 8529949.
HSL color Cylindrical-coordinate representation of color #1D2882: hue angle of 233.47º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D2882 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 40 | 130 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.49 |
| HSL | 233.47º | 0.64% | 0.31% | - |
| HSV(B) | 233.47º | 0.78% | 0.51% | - |
| XYZ | 5.29 | 3.39 | 21.49 | - |
| YUV | 46.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 40 | 130 | 0.78 | 0.69 | 0 | 0.49 | 233.47 | 0.64 | 0.31 |
| Hex | 1D | 28 | 82 | 4E | 45 | 0 | 31 | E9 | 40 | 1F |
| Octal | 35 | 50 | 202 | 116 | 105 | 0 | 61 | 351 | 100 | 37 |
| Binary | 11101 | 101000 | 10000010 | 1001110 | 1000101 | 0 | 110001 | 11101001 | 1000000 | 11111 |
Color Harmonies of #1D2882
Complementary color
Monochromatic Colors of #1D2882
Black with #1D2882
Text Example
Text Example
White with #1D2882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2882; }
p { color: rgb(29,40,130); }
H1.HeaderClassName
{
color: #1D2882;
}
.AnyTagClassName
{
color: #1D2882;
}
</style>
background-color css
<style>
a { background-color: #1D2882; }
a { background-color: rgb(29,40,130); }
div.DivClassName
{
background-color: #1D2882;
}
.BgClassName
{
background-color: #1D2882;
}
</style>
border-color css
<style>
span { border-color: #1D2882; }
span { border-color: rgb(29,40,130); }
td.TdClassName
{
border-color: #1D2882;
}
.TagClassName
{
border-color: #1D2882;
}
</style>