Shades of Midnight Blue #1D1379
Tints of Midnight Blue #1D1379
RGB
CMYK
RGB Variations
Color information
#1D1379 (or 0x1D1379) is known color: Midnight Blue. HEX triplet: 1D, 13 and 79. RGB value is (29,19,121). Sum of RGB (Red+Green+Blue) = 29+19+121=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 121 (47.66% from 255 or 71.60% from 169); Max value from RGB is 121 - color contains mainly: blue. Hex color #1D1379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1379 is #E2EC86. Grayscale: #212121. Windows color (decimal): -14871687 or 7934749. OLE color: 7934749.
HSL color Cylindrical-coordinate representation of color #1D1379: hue angle of 245.88º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D1379 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 19 | 121 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.53 |
| HSL | 245.88º | 0.73% | 0.27% | - |
| HSV(B) | 245.88º | 0.84% | 0.47% | - |
| XYZ | 4.19 | 2.11 | 18.28 | - |
| YUV | 33.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 121 | 0.76 | 0.84 | 0 | 0.53 | 245.88 | 0.73 | 0.27 |
| Hex | 1D | 13 | 79 | 4C | 54 | 0 | 35 | F6 | 49 | 1B |
| Octal | 35 | 23 | 171 | 114 | 124 | 0 | 65 | 366 | 111 | 33 |
| Binary | 11101 | 10011 | 1111001 | 1001100 | 1010100 | 0 | 110101 | 11110110 | 1001001 | 11011 |
Color Harmonies of #1D1379
Complementary color
Monochromatic Colors of #1D1379
Black with #1D1379
Text Example
Text Example
White with #1D1379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1379; }
p { color: rgb(29,19,121); }
H1.HeaderClassName
{
color: #1D1379;
}
.AnyTagClassName
{
color: #1D1379;
}
</style>
background-color css
<style>
a { background-color: #1D1379; }
a { background-color: rgb(29,19,121); }
div.DivClassName
{
background-color: #1D1379;
}
.BgClassName
{
background-color: #1D1379;
}
</style>
border-color css
<style>
span { border-color: #1D1379; }
span { border-color: rgb(29,19,121); }
td.TdClassName
{
border-color: #1D1379;
}
.TagClassName
{
border-color: #1D1379;
}
</style>