Shades of Midnight Blue #1D1462
Tints of Midnight Blue #1D1462
RGB
CMYK
RGB Variations
Color information
#1D1462 (or 0x1D1462) is known color: Midnight Blue. HEX triplet: 1D, 14 and 62. RGB value is (29,20,98). Sum of RGB (Red+Green+Blue) = 29+20+98=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #1D1462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1462 is #E2EB9D. Grayscale: #1F1F1F. Windows color (decimal): -14871454 or 6427677. OLE color: 6427677.
HSL color Cylindrical-coordinate representation of color #1D1462: hue angle of 246.92º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D1462 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 20 | 98 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.62 |
| HSL | 246.92º | 0.66% | 0.23% | - |
| HSV(B) | 246.92º | 0.8% | 0.38% | - |
| XYZ | 2.96 | 1.64 | 11.72 | - |
| YUV | 31.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 98 | 0.70 | 0.80 | 0 | 0.62 | 246.92 | 0.66 | 0.23 |
| Hex | 1D | 14 | 62 | 46 | 50 | 0 | 3E | F7 | 42 | 17 |
| Octal | 35 | 24 | 142 | 106 | 120 | 0 | 76 | 367 | 102 | 27 |
| Binary | 11101 | 10100 | 1100010 | 1000110 | 1010000 | 0 | 111110 | 11110111 | 1000010 | 10111 |
Color Harmonies of #1D1462
Complementary color
Monochromatic Colors of #1D1462
Black with #1D1462
Text Example
Text Example
White with #1D1462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1462; }
p { color: rgb(29,20,98); }
H1.HeaderClassName
{
color: #1D1462;
}
.AnyTagClassName
{
color: #1D1462;
}
</style>
background-color css
<style>
a { background-color: #1D1462; }
a { background-color: rgb(29,20,98); }
div.DivClassName
{
background-color: #1D1462;
}
.BgClassName
{
background-color: #1D1462;
}
</style>
border-color css
<style>
span { border-color: #1D1462; }
span { border-color: rgb(29,20,98); }
td.TdClassName
{
border-color: #1D1462;
}
.TagClassName
{
border-color: #1D1462;
}
</style>