Shades of Midnight Blue #1D126E
Tints of Midnight Blue #1D126E
RGB
CMYK
RGB Variations
Color information
#1D126E (or 0x1D126E) is known color: Midnight Blue. HEX triplet: 1D, 12 and 6E. RGB value is (29,18,110). Sum of RGB (Red+Green+Blue) = 29+18+110=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D126E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D126E is #E2ED91. Grayscale: #1F1F1F. Windows color (decimal): -14871954 or 7213597. OLE color: 7213597.
HSL color Cylindrical-coordinate representation of color #1D126E: hue angle of 247.17º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D126E is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 29 | 18 | 110 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.57 |
| HSL | 247.17º | 0.72% | 0.25% | - |
| HSV(B) | 247.17º | 0.84% | 0.43% | - |
| XYZ | 3.54 | 1.82 | 14.92 | - |
| YUV | 31.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 110 | 0.74 | 0.84 | 0 | 0.57 | 247.17 | 0.72 | 0.25 |
| Hex | 1D | 12 | 6E | 4A | 54 | 0 | 39 | F7 | 48 | 19 |
| Octal | 35 | 22 | 156 | 112 | 124 | 0 | 71 | 367 | 110 | 31 |
| Binary | 11101 | 10010 | 1101110 | 1001010 | 1010100 | 0 | 111001 | 11110111 | 1001000 | 11001 |
Color Harmonies of #1D126E
Complementary color
Monochromatic Colors of #1D126E
Black with #1D126E
Text Example
Text Example
White with #1D126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D126E; }
p { color: rgb(29,18,110); }
H1.HeaderClassName
{
color: #1D126E;
}
.AnyTagClassName
{
color: #1D126E;
}
</style>
background-color css
<style>
a { background-color: #1D126E; }
a { background-color: rgb(29,18,110); }
div.DivClassName
{
background-color: #1D126E;
}
.BgClassName
{
background-color: #1D126E;
}
</style>
border-color css
<style>
span { border-color: #1D126E; }
span { border-color: rgb(29,18,110); }
td.TdClassName
{
border-color: #1D126E;
}
.TagClassName
{
border-color: #1D126E;
}
</style>