Shades of Midnight Blue #1D2974
Tints of Midnight Blue #1D2974
RGB
CMYK
RGB Variations
Color information
#1D2974 (or 0x1D2974) is known color: Midnight Blue. HEX triplet: 1D, 29 and 74. RGB value is (29,41,116). Sum of RGB (Red+Green+Blue) = 29+41+116=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D2974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2974 is #E2D68B. Grayscale: #2D2D2D. Windows color (decimal): -14866060 or 7612701. OLE color: 7612701.
HSL color Cylindrical-coordinate representation of color #1D2974: hue angle of 231.72º degrees, saturation: 0.6, 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 #1D2974 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 41 | 116 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.55 |
| HSL | 231.72º | 0.6% | 0.28% | - |
| HSV(B) | 231.72º | 0.75% | 0.45% | - |
| XYZ | 4.45 | 3.11 | 16.89 | - |
| YUV | 45.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 116 | 0.75 | 0.65 | 0 | 0.55 | 231.72 | 0.6 | 0.28 |
| Hex | 1D | 29 | 74 | 4B | 41 | 0 | 37 | E8 | 3C | 1C |
| Octal | 35 | 51 | 164 | 113 | 101 | 0 | 67 | 350 | 74 | 34 |
| Binary | 11101 | 101001 | 1110100 | 1001011 | 1000001 | 0 | 110111 | 11101000 | 111100 | 11100 |
Color Harmonies of #1D2974
Complementary color
Monochromatic Colors of #1D2974
Black with #1D2974
Text Example
Text Example
White with #1D2974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2974; }
p { color: rgb(29,41,116); }
H1.HeaderClassName
{
color: #1D2974;
}
.AnyTagClassName
{
color: #1D2974;
}
</style>
background-color css
<style>
a { background-color: #1D2974; }
a { background-color: rgb(29,41,116); }
div.DivClassName
{
background-color: #1D2974;
}
.BgClassName
{
background-color: #1D2974;
}
</style>
border-color css
<style>
span { border-color: #1D2974; }
span { border-color: rgb(29,41,116); }
td.TdClassName
{
border-color: #1D2974;
}
.TagClassName
{
border-color: #1D2974;
}
</style>