Shades of Midnight Blue #1D2184
Tints of Midnight Blue #1D2184
RGB
CMYK
RGB Variations
Color information
#1D2184 (or 0x1D2184) is known color: Midnight Blue. HEX triplet: 1D, 21 and 84. RGB value is (29,33,132). Sum of RGB (Red+Green+Blue) = 29+33+132=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 132 (51.95% from 255 or 68.04% from 194); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D2184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2184 is #E2DE7B. Grayscale: #2A2A2A. Windows color (decimal): -14868092 or 8659229. OLE color: 8659229.
HSL color Cylindrical-coordinate representation of color #1D2184: hue angle of 237.67º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D2184 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 33 | 132 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.48 |
| HSL | 237.67º | 0.64% | 0.32% | - |
| HSV(B) | 237.67º | 0.78% | 0.52% | - |
| XYZ | 5.22 | 3.01 | 22.14 | - |
| YUV | 43.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 132 | 0.78 | 0.75 | 0 | 0.48 | 237.67 | 0.64 | 0.32 |
| Hex | 1D | 21 | 84 | 4E | 4B | 0 | 30 | EE | 40 | 20 |
| Octal | 35 | 41 | 204 | 116 | 113 | 0 | 60 | 356 | 100 | 40 |
| Binary | 11101 | 100001 | 10000100 | 1001110 | 1001011 | 0 | 110000 | 11101110 | 1000000 | 100000 |
Color Harmonies of #1D2184
Complementary color
Monochromatic Colors of #1D2184
Black with #1D2184
Text Example
Text Example
White with #1D2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2184; }
p { color: rgb(29,33,132); }
H1.HeaderClassName
{
color: #1D2184;
}
.AnyTagClassName
{
color: #1D2184;
}
</style>
background-color css
<style>
a { background-color: #1D2184; }
a { background-color: rgb(29,33,132); }
div.DivClassName
{
background-color: #1D2184;
}
.BgClassName
{
background-color: #1D2184;
}
</style>
border-color css
<style>
span { border-color: #1D2184; }
span { border-color: rgb(29,33,132); }
td.TdClassName
{
border-color: #1D2184;
}
.TagClassName
{
border-color: #1D2184;
}
</style>