Shades of Midnight Blue #1D0B7C
Tints of Midnight Blue #1D0B7C
RGB
CMYK
RGB Variations
Color information
#1D0B7C (or 0x1D0B7C) is known color: Midnight Blue. HEX triplet: 1D, 0B and 7C. RGB value is (29,11,124). Sum of RGB (Red+Green+Blue) = 29+11+124=164 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.68% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 124 (48.83% from 255 or 75.61% from 164); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D0B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0B7C is #E2F483. Grayscale: #1C1C1C. Windows color (decimal): -14873732 or 8129309. OLE color: 8129309.
HSL color Cylindrical-coordinate representation of color #1D0B7C: hue angle of 249.56º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0B7C is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 11 | 124 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.51 |
| HSL | 249.56º | 0.84% | 0.26% | - |
| HSV(B) | 249.56º | 0.91% | 0.49% | - |
| XYZ | 4.26 | 1.96 | 19.22 | - |
| YUV | 29.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 124 | 0.77 | 0.91 | 0 | 0.51 | 249.56 | 0.84 | 0.26 |
| Hex | 1D | B | 7C | 4D | 5B | 0 | 33 | FA | 54 | 1A |
| Octal | 35 | 13 | 174 | 115 | 133 | 0 | 63 | 372 | 124 | 32 |
| Binary | 11101 | 1011 | 1111100 | 1001101 | 1011011 | 0 | 110011 | 11111010 | 1010100 | 11010 |
Color Harmonies of #1D0B7C
Complementary color
Monochromatic Colors of #1D0B7C
Black with #1D0B7C
Text Example
Text Example
White with #1D0B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0B7C; }
p { color: rgb(29,11,124); }
H1.HeaderClassName
{
color: #1D0B7C;
}
.AnyTagClassName
{
color: #1D0B7C;
}
</style>
background-color css
<style>
a { background-color: #1D0B7C; }
a { background-color: rgb(29,11,124); }
div.DivClassName
{
background-color: #1D0B7C;
}
.BgClassName
{
background-color: #1D0B7C;
}
</style>
border-color css
<style>
span { border-color: #1D0B7C; }
span { border-color: rgb(29,11,124); }
td.TdClassName
{
border-color: #1D0B7C;
}
.TagClassName
{
border-color: #1D0B7C;
}
</style>