Shades of Midnight Blue #1D215E
Tints of Midnight Blue #1D215E
RGB
CMYK
RGB Variations
Color information
#1D215E (or 0x1D215E) is known color: Midnight Blue. HEX triplet: 1D, 21 and 5E. RGB value is (29,33,94). Sum of RGB (Red+Green+Blue) = 29+33+94=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #1D215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D215E is #E2DEA1. Grayscale: #262626. Windows color (decimal): -14868130 or 6168861. OLE color: 6168861.
HSL color Cylindrical-coordinate representation of color #1D215E: hue angle of 236.31º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D215E is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 33 | 94 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.63 |
| HSL | 236.31º | 0.53% | 0.24% | - |
| HSV(B) | 236.31º | 0.69% | 0.37% | - |
| XYZ | 3.07 | 2.16 | 10.84 | - |
| YUV | 38.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 94 | 0.69 | 0.65 | 0 | 0.63 | 236.31 | 0.53 | 0.24 |
| Hex | 1D | 21 | 5E | 45 | 41 | 0 | 3F | EC | 35 | 18 |
| Octal | 35 | 41 | 136 | 105 | 101 | 0 | 77 | 354 | 65 | 30 |
| Binary | 11101 | 100001 | 1011110 | 1000101 | 1000001 | 0 | 111111 | 11101100 | 110101 | 11000 |
Color Harmonies of #1D215E
Complementary color
Monochromatic Colors of #1D215E
Black with #1D215E
Text Example
Text Example
White with #1D215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D215E; }
p { color: rgb(29,33,94); }
H1.HeaderClassName
{
color: #1D215E;
}
.AnyTagClassName
{
color: #1D215E;
}
</style>
background-color css
<style>
a { background-color: #1D215E; }
a { background-color: rgb(29,33,94); }
div.DivClassName
{
background-color: #1D215E;
}
.BgClassName
{
background-color: #1D215E;
}
</style>
border-color css
<style>
span { border-color: #1D215E; }
span { border-color: rgb(29,33,94); }
td.TdClassName
{
border-color: #1D215E;
}
.TagClassName
{
border-color: #1D215E;
}
</style>