Shades of Midnight Blue #1D297C
Tints of Midnight Blue #1D297C
RGB
CMYK
RGB Variations
Color information
#1D297C (or 0x1D297C) is known color: Midnight Blue. HEX triplet: 1D, 29 and 7C. RGB value is (29,41,124). Sum of RGB (Red+Green+Blue) = 29+41+124=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D297C is #E2D683. Grayscale: #2E2E2E. Windows color (decimal): -14866052 or 8136989. OLE color: 8136989.
HSL color Cylindrical-coordinate representation of color #1D297C: hue angle of 232.42º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D297C is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 41 | 124 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.51 |
| HSL | 232.42º | 0.62% | 0.3% | - |
| HSV(B) | 232.42º | 0.77% | 0.49% | - |
| XYZ | 4.94 | 3.3 | 19.45 | - |
| YUV | 46.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 124 | 0.77 | 0.67 | 0 | 0.51 | 232.42 | 0.62 | 0.3 |
| Hex | 1D | 29 | 7C | 4D | 43 | 0 | 33 | E8 | 3E | 1E |
| Octal | 35 | 51 | 174 | 115 | 103 | 0 | 63 | 350 | 76 | 36 |
| Binary | 11101 | 101001 | 1111100 | 1001101 | 1000011 | 0 | 110011 | 11101000 | 111110 | 11110 |
Color Harmonies of #1D297C
Complementary color
Monochromatic Colors of #1D297C
Black with #1D297C
Text Example
Text Example
White with #1D297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D297C; }
p { color: rgb(29,41,124); }
H1.HeaderClassName
{
color: #1D297C;
}
.AnyTagClassName
{
color: #1D297C;
}
</style>
background-color css
<style>
a { background-color: #1D297C; }
a { background-color: rgb(29,41,124); }
div.DivClassName
{
background-color: #1D297C;
}
.BgClassName
{
background-color: #1D297C;
}
</style>
border-color css
<style>
span { border-color: #1D297C; }
span { border-color: rgb(29,41,124); }
td.TdClassName
{
border-color: #1D297C;
}
.TagClassName
{
border-color: #1D297C;
}
</style>