Shades of Midnight Blue #1D0D68
Tints of Midnight Blue #1D0D68
RGB
CMYK
RGB Variations
Color information
#1D0D68 (or 0x1D0D68) is known color: Midnight Blue. HEX triplet: 1D, 0D and 68. RGB value is (29,13,104). Sum of RGB (Red+Green+Blue) = 29+13+104=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D0D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0D68 is #E2F297. Grayscale: #1B1B1B. Windows color (decimal): -14873240 or 6819101. OLE color: 6819101.
HSL color Cylindrical-coordinate representation of color #1D0D68: hue angle of 250.55º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D0D68 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 13 | 104 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.59 |
| HSL | 250.55º | 0.78% | 0.23% | - |
| HSV(B) | 250.55º | 0.88% | 0.41% | - |
| XYZ | 3.15 | 1.55 | 13.23 | - |
| YUV | 28.16 | 170.8 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 104 | 0.72 | 0.88 | 0 | 0.59 | 250.55 | 0.78 | 0.23 |
| Hex | 1D | D | 68 | 48 | 58 | 0 | 3B | FB | 4E | 17 |
| Octal | 35 | 15 | 150 | 110 | 130 | 0 | 73 | 373 | 116 | 27 |
| Binary | 11101 | 1101 | 1101000 | 1001000 | 1011000 | 0 | 111011 | 11111011 | 1001110 | 10111 |
Color Harmonies of #1D0D68
Complementary color
Monochromatic Colors of #1D0D68
Black with #1D0D68
Text Example
Text Example
White with #1D0D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0D68; }
p { color: rgb(29,13,104); }
H1.HeaderClassName
{
color: #1D0D68;
}
.AnyTagClassName
{
color: #1D0D68;
}
</style>
background-color css
<style>
a { background-color: #1D0D68; }
a { background-color: rgb(29,13,104); }
div.DivClassName
{
background-color: #1D0D68;
}
.BgClassName
{
background-color: #1D0D68;
}
</style>
border-color css
<style>
span { border-color: #1D0D68; }
span { border-color: rgb(29,13,104); }
td.TdClassName
{
border-color: #1D0D68;
}
.TagClassName
{
border-color: #1D0D68;
}
</style>