Shades of Midnight Blue #1D1867
Tints of Midnight Blue #1D1867
RGB
CMYK
RGB Variations
Color information
#1D1867 (or 0x1D1867) is known color: Midnight Blue. HEX triplet: 1D, 18 and 67. RGB value is (29,24,103). Sum of RGB (Red+Green+Blue) = 29+24+103=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 103 (40.62% from 255 or 66.03% from 156); Max value from RGB is 103 - color contains mainly: blue. Hex color #1D1867 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1867 is #E2E798. Grayscale: #222222. Windows color (decimal): -14870425 or 6756381. OLE color: 6756381.
HSL color Cylindrical-coordinate representation of color #1D1867: hue angle of 243.8º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D1867 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 24 | 103 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.60 |
| HSL | 243.8º | 0.62% | 0.25% | - |
| HSV(B) | 243.8º | 0.77% | 0.4% | - |
| XYZ | 3.28 | 1.89 | 13.02 | - |
| YUV | 34.5 | 166.66 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 103 | 0.72 | 0.77 | 0 | 0.60 | 243.8 | 0.62 | 0.25 |
| Hex | 1D | 18 | 67 | 48 | 4D | 0 | 3C | F4 | 3E | 19 |
| Octal | 35 | 30 | 147 | 110 | 115 | 0 | 74 | 364 | 76 | 31 |
| Binary | 11101 | 11000 | 1100111 | 1001000 | 1001101 | 0 | 111100 | 11110100 | 111110 | 11001 |
Color Harmonies of #1D1867
Complementary color
Monochromatic Colors of #1D1867
Black with #1D1867
Text Example
Text Example
White with #1D1867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1867; }
p { color: rgb(29,24,103); }
H1.HeaderClassName
{
color: #1D1867;
}
.AnyTagClassName
{
color: #1D1867;
}
</style>
background-color css
<style>
a { background-color: #1D1867; }
a { background-color: rgb(29,24,103); }
div.DivClassName
{
background-color: #1D1867;
}
.BgClassName
{
background-color: #1D1867;
}
</style>
border-color css
<style>
span { border-color: #1D1867; }
span { border-color: rgb(29,24,103); }
td.TdClassName
{
border-color: #1D1867;
}
.TagClassName
{
border-color: #1D1867;
}
</style>