Shades of Midnight Blue #1D1976
Tints of Midnight Blue #1D1976
RGB
CMYK
RGB Variations
Color information
#1D1976 (or 0x1D1976) is known color: Midnight Blue. HEX triplet: 1D, 19 and 76. RGB value is (29,25,118). Sum of RGB (Red+Green+Blue) = 29+25+118=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D1976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1976 is #E2E689. Grayscale: #242424. Windows color (decimal): -14870154 or 7739677. OLE color: 7739677.
HSL color Cylindrical-coordinate representation of color #1D1976: hue angle of 242.58º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D1976 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 25 | 118 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.54 |
| HSL | 242.58º | 0.65% | 0.28% | - |
| HSV(B) | 242.58º | 0.79% | 0.46% | - |
| XYZ | 4.12 | 2.26 | 17.36 | - |
| YUV | 36.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 118 | 0.75 | 0.79 | 0 | 0.54 | 242.58 | 0.65 | 0.28 |
| Hex | 1D | 19 | 76 | 4B | 4F | 0 | 36 | F3 | 41 | 1C |
| Octal | 35 | 31 | 166 | 113 | 117 | 0 | 66 | 363 | 101 | 34 |
| Binary | 11101 | 11001 | 1110110 | 1001011 | 1001111 | 0 | 110110 | 11110011 | 1000001 | 11100 |
Color Harmonies of #1D1976
Complementary color
Monochromatic Colors of #1D1976
Black with #1D1976
Text Example
Text Example
White with #1D1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1976; }
p { color: rgb(29,25,118); }
H1.HeaderClassName
{
color: #1D1976;
}
.AnyTagClassName
{
color: #1D1976;
}
</style>
background-color css
<style>
a { background-color: #1D1976; }
a { background-color: rgb(29,25,118); }
div.DivClassName
{
background-color: #1D1976;
}
.BgClassName
{
background-color: #1D1976;
}
</style>
border-color css
<style>
span { border-color: #1D1976; }
span { border-color: rgb(29,25,118); }
td.TdClassName
{
border-color: #1D1976;
}
.TagClassName
{
border-color: #1D1976;
}
</style>