Shades of Midnight Blue #1D1766
Tints of Midnight Blue #1D1766
RGB
CMYK
RGB Variations
Color information
#1D1766 (or 0x1D1766) is known color: Midnight Blue. HEX triplet: 1D, 17 and 66. RGB value is (29,23,102). Sum of RGB (Red+Green+Blue) = 29+23+102=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D1766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1766 is #E2E899. Grayscale: #212121. Windows color (decimal): -14870682 or 6690589. OLE color: 6690589.
HSL color Cylindrical-coordinate representation of color #1D1766: hue angle of 244.56º degrees, saturation: 0.63, 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 #1D1766 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 23 | 102 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.6 |
| HSL | 244.56º | 0.63% | 0.25% | - |
| HSV(B) | 244.56º | 0.77% | 0.4% | - |
| XYZ | 3.21 | 1.83 | 12.75 | - |
| YUV | 33.8 | 166.49 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 102 | 0.72 | 0.77 | 0 | 0.6 | 244.56 | 0.63 | 0.25 |
| Hex | 1D | 17 | 66 | 48 | 4D | 0 | 3C | F5 | 3F | 19 |
| Octal | 35 | 27 | 146 | 110 | 115 | 0 | 74 | 365 | 77 | 31 |
| Binary | 11101 | 10111 | 1100110 | 1001000 | 1001101 | 0 | 111100 | 11110101 | 111111 | 11001 |
Color Harmonies of #1D1766
Complementary color
Monochromatic Colors of #1D1766
Black with #1D1766
Text Example
Text Example
White with #1D1766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1766; }
p { color: rgb(29,23,102); }
H1.HeaderClassName
{
color: #1D1766;
}
.AnyTagClassName
{
color: #1D1766;
}
</style>
background-color css
<style>
a { background-color: #1D1766; }
a { background-color: rgb(29,23,102); }
div.DivClassName
{
background-color: #1D1766;
}
.BgClassName
{
background-color: #1D1766;
}
</style>
border-color css
<style>
span { border-color: #1D1766; }
span { border-color: rgb(29,23,102); }
td.TdClassName
{
border-color: #1D1766;
}
.TagClassName
{
border-color: #1D1766;
}
</style>