Shades of Midnight Blue #1D1D62
Tints of Midnight Blue #1D1D62
RGB
CMYK
RGB Variations
Color information
#1D1D62 (or 0x1D1D62) is known color: Midnight Blue. HEX triplet: 1D, 1D and 62. RGB value is (29,29,98). Sum of RGB (Red+Green+Blue) = 29+29+98=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #1D1D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1D62 is #E2E29D. Grayscale: #242424. Windows color (decimal): -14869150 or 6429981. OLE color: 6429981.
HSL color Cylindrical-coordinate representation of color #1D1D62: hue angle of 240º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D1D62 is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 29 | 98 | - |
| CMYK | 0.70 | 0.70 | 0 | 0.62 |
| HSL | 240º | 0.54% | 0.25% | - |
| HSV(B) | 240º | 0.7% | 0.38% | - |
| XYZ | 3.15 | 2.02 | 11.78 | - |
| YUV | 36.87 | 162.5 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 29 | 98 | 0.70 | 0.70 | 0 | 0.62 | 240 | 0.54 | 0.25 |
| Hex | 1D | 1D | 62 | 46 | 46 | 0 | 3E | F0 | 36 | 19 |
| Octal | 35 | 35 | 142 | 106 | 106 | 0 | 76 | 360 | 66 | 31 |
| Binary | 11101 | 11101 | 1100010 | 1000110 | 1000110 | 0 | 111110 | 11110000 | 110110 | 11001 |
Color Harmonies of #1D1D62
Complementary color
Monochromatic Colors of #1D1D62
Black with #1D1D62
Text Example
Text Example
White with #1D1D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1D62; }
p { color: rgb(29,29,98); }
H1.HeaderClassName
{
color: #1D1D62;
}
.AnyTagClassName
{
color: #1D1D62;
}
</style>
background-color css
<style>
a { background-color: #1D1D62; }
a { background-color: rgb(29,29,98); }
div.DivClassName
{
background-color: #1D1D62;
}
.BgClassName
{
background-color: #1D1D62;
}
</style>
border-color css
<style>
span { border-color: #1D1D62; }
span { border-color: rgb(29,29,98); }
td.TdClassName
{
border-color: #1D1D62;
}
.TagClassName
{
border-color: #1D1D62;
}
</style>