Shades of Midnight Blue #1D1868
Tints of Midnight Blue #1D1868
RGB
CMYK
RGB Variations
Color information
#1D1868 (or 0x1D1868) is known color: Midnight Blue. HEX triplet: 1D, 18 and 68. RGB value is (29,24,104). Sum of RGB (Red+Green+Blue) = 29+24+104=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D1868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1868 is #E2E797. Grayscale: #222222. Windows color (decimal): -14870424 or 6821917. OLE color: 6821917.
HSL color Cylindrical-coordinate representation of color #1D1868: hue angle of 243.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D1868 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 24 | 104 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.59 |
| HSL | 243.75º | 0.63% | 0.25% | - |
| HSV(B) | 243.75º | 0.77% | 0.41% | - |
| XYZ | 3.33 | 1.91 | 13.29 | - |
| YUV | 34.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 104 | 0.72 | 0.77 | 0 | 0.59 | 243.75 | 0.63 | 0.25 |
| Hex | 1D | 18 | 68 | 48 | 4D | 0 | 3B | F4 | 3E | 19 |
| Octal | 35 | 30 | 150 | 110 | 115 | 0 | 73 | 364 | 76 | 31 |
| Binary | 11101 | 11000 | 1101000 | 1001000 | 1001101 | 0 | 111011 | 11110100 | 111110 | 11001 |
Color Harmonies of #1D1868
Complementary color
Monochromatic Colors of #1D1868
Black with #1D1868
Text Example
Text Example
White with #1D1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1868; }
p { color: rgb(29,24,104); }
H1.HeaderClassName
{
color: #1D1868;
}
.AnyTagClassName
{
color: #1D1868;
}
</style>
background-color css
<style>
a { background-color: #1D1868; }
a { background-color: rgb(29,24,104); }
div.DivClassName
{
background-color: #1D1868;
}
.BgClassName
{
background-color: #1D1868;
}
</style>
border-color css
<style>
span { border-color: #1D1868; }
span { border-color: rgb(29,24,104); }
td.TdClassName
{
border-color: #1D1868;
}
.TagClassName
{
border-color: #1D1868;
}
</style>