Shades of Midnight Blue #1D1061
Tints of Midnight Blue #1D1061
RGB
CMYK
RGB Variations
Color information
#1D1061 (or 0x1D1061) is known color: Midnight Blue. HEX triplet: 1D, 10 and 61. RGB value is (29,16,97). Sum of RGB (Red+Green+Blue) = 29+16+97=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #1D1061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1061 is #E2EF9E. Grayscale: #1C1C1C. Windows color (decimal): -14872479 or 6361117. OLE color: 6361117.
HSL color Cylindrical-coordinate representation of color #1D1061: hue angle of 249.63º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D1061 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 16 | 97 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.62 |
| HSL | 249.63º | 0.72% | 0.22% | - |
| HSV(B) | 249.63º | 0.84% | 0.38% | - |
| XYZ | 2.85 | 1.49 | 11.45 | - |
| YUV | 29.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 97 | 0.70 | 0.84 | 0 | 0.62 | 249.63 | 0.72 | 0.22 |
| Hex | 1D | 10 | 61 | 46 | 54 | 0 | 3E | FA | 48 | 16 |
| Octal | 35 | 20 | 141 | 106 | 124 | 0 | 76 | 372 | 110 | 26 |
| Binary | 11101 | 10000 | 1100001 | 1000110 | 1010100 | 0 | 111110 | 11111010 | 1001000 | 10110 |
Color Harmonies of #1D1061
Complementary color
Monochromatic Colors of #1D1061
Black with #1D1061
Text Example
Text Example
White with #1D1061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1061; }
p { color: rgb(29,16,97); }
H1.HeaderClassName
{
color: #1D1061;
}
.AnyTagClassName
{
color: #1D1061;
}
</style>
background-color css
<style>
a { background-color: #1D1061; }
a { background-color: rgb(29,16,97); }
div.DivClassName
{
background-color: #1D1061;
}
.BgClassName
{
background-color: #1D1061;
}
</style>
border-color css
<style>
span { border-color: #1D1061; }
span { border-color: rgb(29,16,97); }
td.TdClassName
{
border-color: #1D1061;
}
.TagClassName
{
border-color: #1D1061;
}
</style>