Shades of Midnight Blue #1D2078
Tints of Midnight Blue #1D2078
RGB
CMYK
RGB Variations
Color information
#1D2078 (or 0x1D2078) is known color: Midnight Blue. HEX triplet: 1D, 20 and 78. RGB value is (29,32,120). Sum of RGB (Red+Green+Blue) = 29+32+120=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D2078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2078 is #E2DF87. Grayscale: #282828. Windows color (decimal): -14868360 or 7872541. OLE color: 7872541.
HSL color Cylindrical-coordinate representation of color #1D2078: hue angle of 238.02º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D2078 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 32 | 120 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.53 |
| HSL | 238.02º | 0.61% | 0.29% | - |
| HSV(B) | 238.02º | 0.76% | 0.47% | - |
| XYZ | 4.41 | 2.65 | 18.05 | - |
| YUV | 41.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 120 | 0.76 | 0.73 | 0 | 0.53 | 238.02 | 0.61 | 0.29 |
| Hex | 1D | 20 | 78 | 4C | 49 | 0 | 35 | EE | 3D | 1D |
| Octal | 35 | 40 | 170 | 114 | 111 | 0 | 65 | 356 | 75 | 35 |
| Binary | 11101 | 100000 | 1111000 | 1001100 | 1001001 | 0 | 110101 | 11101110 | 111101 | 11101 |
Color Harmonies of #1D2078
Complementary color
Monochromatic Colors of #1D2078
Black with #1D2078
Text Example
Text Example
White with #1D2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2078; }
p { color: rgb(29,32,120); }
H1.HeaderClassName
{
color: #1D2078;
}
.AnyTagClassName
{
color: #1D2078;
}
</style>
background-color css
<style>
a { background-color: #1D2078; }
a { background-color: rgb(29,32,120); }
div.DivClassName
{
background-color: #1D2078;
}
.BgClassName
{
background-color: #1D2078;
}
</style>
border-color css
<style>
span { border-color: #1D2078; }
span { border-color: rgb(29,32,120); }
td.TdClassName
{
border-color: #1D2078;
}
.TagClassName
{
border-color: #1D2078;
}
</style>