Shades of Midnight Blue #1D1C72
Tints of Midnight Blue #1D1C72
RGB
CMYK
RGB Variations
Color information
#1D1C72 (or 0x1D1C72) is known color: Midnight Blue. HEX triplet: 1D, 1C and 72. RGB value is (29,28,114). Sum of RGB (Red+Green+Blue) = 29+28+114=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D1C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1C72 is #E2E38D. Grayscale: #252525. Windows color (decimal): -14869390 or 7478301. OLE color: 7478301.
HSL color Cylindrical-coordinate representation of color #1D1C72: hue angle of 240.7º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D1C72 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 28 | 114 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.55 |
| HSL | 240.7º | 0.61% | 0.28% | - |
| HSV(B) | 240.7º | 0.75% | 0.45% | - |
| XYZ | 3.96 | 2.31 | 16.16 | - |
| YUV | 38.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 114 | 0.75 | 0.75 | 0 | 0.55 | 240.7 | 0.61 | 0.28 |
| Hex | 1D | 1C | 72 | 4B | 4B | 0 | 37 | F1 | 3D | 1C |
| Octal | 35 | 34 | 162 | 113 | 113 | 0 | 67 | 361 | 75 | 34 |
| Binary | 11101 | 11100 | 1110010 | 1001011 | 1001011 | 0 | 110111 | 11110001 | 111101 | 11100 |
Color Harmonies of #1D1C72
Complementary color
Monochromatic Colors of #1D1C72
Black with #1D1C72
Text Example
Text Example
White with #1D1C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1C72; }
p { color: rgb(29,28,114); }
H1.HeaderClassName
{
color: #1D1C72;
}
.AnyTagClassName
{
color: #1D1C72;
}
</style>
background-color css
<style>
a { background-color: #1D1C72; }
a { background-color: rgb(29,28,114); }
div.DivClassName
{
background-color: #1D1C72;
}
.BgClassName
{
background-color: #1D1C72;
}
</style>
border-color css
<style>
span { border-color: #1D1C72; }
span { border-color: rgb(29,28,114); }
td.TdClassName
{
border-color: #1D1C72;
}
.TagClassName
{
border-color: #1D1C72;
}
</style>