Shades of Midnight Blue #1D1062
Tints of Midnight Blue #1D1062
RGB
CMYK
RGB Variations
Color information
#1D1062 (or 0x1D1062) is known color: Midnight Blue. HEX triplet: 1D, 10 and 62. RGB value is (29,16,98). Sum of RGB (Red+Green+Blue) = 29+16+98=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #1D1062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1062 is #E2EF9D. Grayscale: #1C1C1C. Windows color (decimal): -14872478 or 6426653. OLE color: 6426653.
HSL color Cylindrical-coordinate representation of color #1D1062: hue angle of 249.51º 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 #1D1062 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 16 | 98 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.62 |
| HSL | 249.51º | 0.72% | 0.22% | - |
| HSV(B) | 249.51º | 0.84% | 0.38% | - |
| XYZ | 2.9 | 1.51 | 11.69 | - |
| YUV | 29.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 98 | 0.70 | 0.84 | 0 | 0.62 | 249.51 | 0.72 | 0.22 |
| Hex | 1D | 10 | 62 | 46 | 54 | 0 | 3E | FA | 48 | 16 |
| Octal | 35 | 20 | 142 | 106 | 124 | 0 | 76 | 372 | 110 | 26 |
| Binary | 11101 | 10000 | 1100010 | 1000110 | 1010100 | 0 | 111110 | 11111010 | 1001000 | 10110 |
Color Harmonies of #1D1062
Complementary color
Monochromatic Colors of #1D1062
Black with #1D1062
Text Example
Text Example
White with #1D1062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1062; }
p { color: rgb(29,16,98); }
H1.HeaderClassName
{
color: #1D1062;
}
.AnyTagClassName
{
color: #1D1062;
}
</style>
background-color css
<style>
a { background-color: #1D1062; }
a { background-color: rgb(29,16,98); }
div.DivClassName
{
background-color: #1D1062;
}
.BgClassName
{
background-color: #1D1062;
}
</style>
border-color css
<style>
span { border-color: #1D1062; }
span { border-color: rgb(29,16,98); }
td.TdClassName
{
border-color: #1D1062;
}
.TagClassName
{
border-color: #1D1062;
}
</style>