Shades of Midnight Blue #1D185D
Tints of Midnight Blue #1D185D
RGB
CMYK
RGB Variations
Color information
#1D185D (or 0x1D185D) is known color: Midnight Blue. HEX triplet: 1D, 18 and 5D. RGB value is (29,24,93). Sum of RGB (Red+Green+Blue) = 29+24+93=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D185D is #E2E7A2. Grayscale: #212121. Windows color (decimal): -14870435 or 6101021. OLE color: 6101021.
HSL color Cylindrical-coordinate representation of color #1D185D: hue angle of 244.35º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D185D is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 24 | 93 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.64 |
| HSL | 244.35º | 0.59% | 0.23% | - |
| HSV(B) | 244.35º | 0.74% | 0.36% | - |
| XYZ | 2.81 | 1.7 | 10.54 | - |
| YUV | 33.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 93 | 0.69 | 0.74 | 0 | 0.64 | 244.35 | 0.59 | 0.23 |
| Hex | 1D | 18 | 5D | 45 | 4A | 0 | 40 | F4 | 3B | 17 |
| Octal | 35 | 30 | 135 | 105 | 112 | 0 | 100 | 364 | 73 | 27 |
| Binary | 11101 | 11000 | 1011101 | 1000101 | 1001010 | 0 | 1000000 | 11110100 | 111011 | 10111 |
Color Harmonies of #1D185D
Complementary color
Monochromatic Colors of #1D185D
Black with #1D185D
Text Example
Text Example
White with #1D185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D185D; }
p { color: rgb(29,24,93); }
H1.HeaderClassName
{
color: #1D185D;
}
.AnyTagClassName
{
color: #1D185D;
}
</style>
background-color css
<style>
a { background-color: #1D185D; }
a { background-color: rgb(29,24,93); }
div.DivClassName
{
background-color: #1D185D;
}
.BgClassName
{
background-color: #1D185D;
}
</style>
border-color css
<style>
span { border-color: #1D185D; }
span { border-color: rgb(29,24,93); }
td.TdClassName
{
border-color: #1D185D;
}
.TagClassName
{
border-color: #1D185D;
}
</style>