Shades of Midnight Blue #1D186D
Tints of Midnight Blue #1D186D
RGB
CMYK
RGB Variations
Color information
#1D186D (or 0x1D186D) is known color: Midnight Blue. HEX triplet: 1D, 18 and 6D. RGB value is (29,24,109). Sum of RGB (Red+Green+Blue) = 29+24+109=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #1D186D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D186D is #E2E792. Grayscale: #222222. Windows color (decimal): -14870419 or 7149597. OLE color: 7149597.
HSL color Cylindrical-coordinate representation of color #1D186D: hue angle of 243.53º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D186D is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 29 | 24 | 109 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.57 |
| HSL | 243.53º | 0.64% | 0.26% | - |
| HSV(B) | 243.53º | 0.78% | 0.43% | - |
| XYZ | 3.59 | 2.02 | 14.67 | - |
| YUV | 35.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 109 | 0.73 | 0.78 | 0 | 0.57 | 243.53 | 0.64 | 0.26 |
| Hex | 1D | 18 | 6D | 49 | 4E | 0 | 39 | F4 | 40 | 1A |
| Octal | 35 | 30 | 155 | 111 | 116 | 0 | 71 | 364 | 100 | 32 |
| Binary | 11101 | 11000 | 1101101 | 1001001 | 1001110 | 0 | 111001 | 11110100 | 1000000 | 11010 |
Color Harmonies of #1D186D
Complementary color
Monochromatic Colors of #1D186D
Black with #1D186D
Text Example
Text Example
White with #1D186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D186D; }
p { color: rgb(29,24,109); }
H1.HeaderClassName
{
color: #1D186D;
}
.AnyTagClassName
{
color: #1D186D;
}
</style>
background-color css
<style>
a { background-color: #1D186D; }
a { background-color: rgb(29,24,109); }
div.DivClassName
{
background-color: #1D186D;
}
.BgClassName
{
background-color: #1D186D;
}
</style>
border-color css
<style>
span { border-color: #1D186D; }
span { border-color: rgb(29,24,109); }
td.TdClassName
{
border-color: #1D186D;
}
.TagClassName
{
border-color: #1D186D;
}
</style>