Shades of Midnight Blue #1D2478
Tints of Midnight Blue #1D2478
RGB
CMYK
RGB Variations
Color information
#1D2478 (or 0x1D2478) is known color: Midnight Blue. HEX triplet: 1D, 24 and 78. RGB value is (29,36,120). Sum of RGB (Red+Green+Blue) = 29+36+120=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D2478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2478 is #E2DB87. Grayscale: #2B2B2B. Windows color (decimal): -14867336 or 7873565. OLE color: 7873565.
HSL color Cylindrical-coordinate representation of color #1D2478: hue angle of 235.38º 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 #1D2478 is Cyan = 0.76, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 36 | 120 | - |
| CMYK | 0.76 | 0.7 | 0 | 0.53 |
| HSL | 235.38º | 0.61% | 0.29% | - |
| HSV(B) | 235.38º | 0.76% | 0.47% | - |
| XYZ | 4.53 | 2.88 | 18.09 | - |
| YUV | 43.48 | 171.18 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 36 | 120 | 0.76 | 0.7 | 0 | 0.53 | 235.38 | 0.61 | 0.29 |
| Hex | 1D | 24 | 78 | 4C | 46 | 0 | 35 | EB | 3D | 1D |
| Octal | 35 | 44 | 170 | 114 | 106 | 0 | 65 | 353 | 75 | 35 |
| Binary | 11101 | 100100 | 1111000 | 1001100 | 1000110 | 0 | 110101 | 11101011 | 111101 | 11101 |
Color Harmonies of #1D2478
Complementary color
Monochromatic Colors of #1D2478
Black with #1D2478
Text Example
Text Example
White with #1D2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2478; }
p { color: rgb(29,36,120); }
H1.HeaderClassName
{
color: #1D2478;
}
.AnyTagClassName
{
color: #1D2478;
}
</style>
background-color css
<style>
a { background-color: #1D2478; }
a { background-color: rgb(29,36,120); }
div.DivClassName
{
background-color: #1D2478;
}
.BgClassName
{
background-color: #1D2478;
}
</style>
border-color css
<style>
span { border-color: #1D2478; }
span { border-color: rgb(29,36,120); }
td.TdClassName
{
border-color: #1D2478;
}
.TagClassName
{
border-color: #1D2478;
}
</style>