Shades of Midnight Blue #1D1076
Tints of Midnight Blue #1D1076
RGB
CMYK
RGB Variations
Color information
#1D1076 (or 0x1D1076) is known color: Midnight Blue. HEX triplet: 1D, 10 and 76. RGB value is (29,16,118). Sum of RGB (Red+Green+Blue) = 29+16+118=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D1076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1076 is #E2EF89. Grayscale: #1F1F1F. Windows color (decimal): -14872458 or 7737373. OLE color: 7737373.
HSL color Cylindrical-coordinate representation of color #1D1076: hue angle of 247.65º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1076 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 16 | 118 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.54 |
| HSL | 247.65º | 0.76% | 0.26% | - |
| HSV(B) | 247.65º | 0.86% | 0.46% | - |
| XYZ | 3.96 | 1.94 | 17.31 | - |
| YUV | 31.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 118 | 0.75 | 0.86 | 0 | 0.54 | 247.65 | 0.76 | 0.26 |
| Hex | 1D | 10 | 76 | 4B | 56 | 0 | 36 | F8 | 4C | 1A |
| Octal | 35 | 20 | 166 | 113 | 126 | 0 | 66 | 370 | 114 | 32 |
| Binary | 11101 | 10000 | 1110110 | 1001011 | 1010110 | 0 | 110110 | 11111000 | 1001100 | 11010 |
Color Harmonies of #1D1076
Complementary color
Monochromatic Colors of #1D1076
Black with #1D1076
Text Example
Text Example
White with #1D1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1076; }
p { color: rgb(29,16,118); }
H1.HeaderClassName
{
color: #1D1076;
}
.AnyTagClassName
{
color: #1D1076;
}
</style>
background-color css
<style>
a { background-color: #1D1076; }
a { background-color: rgb(29,16,118); }
div.DivClassName
{
background-color: #1D1076;
}
.BgClassName
{
background-color: #1D1076;
}
</style>
border-color css
<style>
span { border-color: #1D1076; }
span { border-color: rgb(29,16,118); }
td.TdClassName
{
border-color: #1D1076;
}
.TagClassName
{
border-color: #1D1076;
}
</style>