Shades of Midnight Blue #1D076C
Tints of Midnight Blue #1D076C
RGB
CMYK
RGB Variations
Color information
#1D076C (or 0x1D076C) is known color: Midnight Blue. HEX triplet: 1D, 07 and 6C. RGB value is (29,7,108). Sum of RGB (Red+Green+Blue) = 29+7+108=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D076C is #E2F893. Grayscale: #181818. Windows color (decimal): -14874772 or 7079709. OLE color: 7079709.
HSL color Cylindrical-coordinate representation of color #1D076C: hue angle of 253.07º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D076C is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 7 | 108 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.58 |
| HSL | 253.07º | 0.88% | 0.23% | - |
| HSV(B) | 253.07º | 0.94% | 0.42% | - |
| XYZ | 3.29 | 1.5 | 14.3 | - |
| YUV | 25.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 7 | 108 | 0.73 | 0.94 | 0 | 0.58 | 253.07 | 0.88 | 0.23 |
| Hex | 1D | 7 | 6C | 49 | 5E | 0 | 3A | FD | 58 | 17 |
| Octal | 35 | 7 | 154 | 111 | 136 | 0 | 72 | 375 | 130 | 27 |
| Binary | 11101 | 111 | 1101100 | 1001001 | 1011110 | 0 | 111010 | 11111101 | 1011000 | 10111 |
Color Harmonies of #1D076C
Complementary color
Monochromatic Colors of #1D076C
Black with #1D076C
Text Example
Text Example
White with #1D076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D076C; }
p { color: rgb(29,7,108); }
H1.HeaderClassName
{
color: #1D076C;
}
.AnyTagClassName
{
color: #1D076C;
}
</style>
background-color css
<style>
a { background-color: #1D076C; }
a { background-color: rgb(29,7,108); }
div.DivClassName
{
background-color: #1D076C;
}
.BgClassName
{
background-color: #1D076C;
}
</style>
border-color css
<style>
span { border-color: #1D076C; }
span { border-color: rgb(29,7,108); }
td.TdClassName
{
border-color: #1D076C;
}
.TagClassName
{
border-color: #1D076C;
}
</style>