Shades of Midnight Blue #1D186A
Tints of Midnight Blue #1D186A
RGB
CMYK
RGB Variations
Color information
#1D186A (or 0x1D186A) is known color: Midnight Blue. HEX triplet: 1D, 18 and 6A. RGB value is (29,24,106). Sum of RGB (Red+Green+Blue) = 29+24+106=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 106 (41.80% from 255 or 66.67% from 159); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D186A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D186A is #E2E795. Grayscale: #222222. Windows color (decimal): -14870422 or 6952989. OLE color: 6952989.
HSL color Cylindrical-coordinate representation of color #1D186A: hue angle of 243.66º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D186A is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 24 | 106 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.58 |
| HSL | 243.66º | 0.63% | 0.25% | - |
| HSV(B) | 243.66º | 0.77% | 0.42% | - |
| XYZ | 3.43 | 1.96 | 13.83 | - |
| YUV | 34.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 106 | 0.73 | 0.77 | 0 | 0.58 | 243.66 | 0.63 | 0.25 |
| Hex | 1D | 18 | 6A | 49 | 4D | 0 | 3A | F4 | 3F | 19 |
| Octal | 35 | 30 | 152 | 111 | 115 | 0 | 72 | 364 | 77 | 31 |
| Binary | 11101 | 11000 | 1101010 | 1001001 | 1001101 | 0 | 111010 | 11110100 | 111111 | 11001 |
Color Harmonies of #1D186A
Complementary color
Monochromatic Colors of #1D186A
Black with #1D186A
Text Example
Text Example
White with #1D186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D186A; }
p { color: rgb(29,24,106); }
H1.HeaderClassName
{
color: #1D186A;
}
.AnyTagClassName
{
color: #1D186A;
}
</style>
background-color css
<style>
a { background-color: #1D186A; }
a { background-color: rgb(29,24,106); }
div.DivClassName
{
background-color: #1D186A;
}
.BgClassName
{
background-color: #1D186A;
}
</style>
border-color css
<style>
span { border-color: #1D186A; }
span { border-color: rgb(29,24,106); }
td.TdClassName
{
border-color: #1D186A;
}
.TagClassName
{
border-color: #1D186A;
}
</style>