Shades of Midnight Blue #1D0E66
Tints of Midnight Blue #1D0E66
RGB
CMYK
RGB Variations
Color information
#1D0E66 (or 0x1D0E66) is known color: Midnight Blue. HEX triplet: 1D, 0E and 66. RGB value is (29,14,102). Sum of RGB (Red+Green+Blue) = 29+14+102=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D0E66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0E66 is #E2F199. Grayscale: #1C1C1C. Windows color (decimal): -14872986 or 6688285. OLE color: 6688285.
HSL color Cylindrical-coordinate representation of color #1D0E66: hue angle of 250.23º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D0E66 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 14 | 102 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.6 |
| HSL | 250.23º | 0.76% | 0.23% | - |
| HSV(B) | 250.23º | 0.86% | 0.4% | - |
| XYZ | 3.06 | 1.53 | 12.71 | - |
| YUV | 28.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 102 | 0.72 | 0.86 | 0 | 0.6 | 250.23 | 0.76 | 0.23 |
| Hex | 1D | E | 66 | 48 | 56 | 0 | 3C | FA | 4C | 17 |
| Octal | 35 | 16 | 146 | 110 | 126 | 0 | 74 | 372 | 114 | 27 |
| Binary | 11101 | 1110 | 1100110 | 1001000 | 1010110 | 0 | 111100 | 11111010 | 1001100 | 10111 |
Color Harmonies of #1D0E66
Complementary color
Monochromatic Colors of #1D0E66
Black with #1D0E66
Text Example
Text Example
White with #1D0E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0E66; }
p { color: rgb(29,14,102); }
H1.HeaderClassName
{
color: #1D0E66;
}
.AnyTagClassName
{
color: #1D0E66;
}
</style>
background-color css
<style>
a { background-color: #1D0E66; }
a { background-color: rgb(29,14,102); }
div.DivClassName
{
background-color: #1D0E66;
}
.BgClassName
{
background-color: #1D0E66;
}
</style>
border-color css
<style>
span { border-color: #1D0E66; }
span { border-color: rgb(29,14,102); }
td.TdClassName
{
border-color: #1D0E66;
}
.TagClassName
{
border-color: #1D0E66;
}
</style>