Shades of Midnight Blue #1D297E
Tints of Midnight Blue #1D297E
RGB
CMYK
RGB Variations
Color information
#1D297E (or 0x1D297E) is known color: Midnight Blue. HEX triplet: 1D, 29 and 7E. RGB value is (29,41,126). Sum of RGB (Red+Green+Blue) = 29+41+126=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #1D297E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D297E is #E2D681. Grayscale: #2E2E2E. Windows color (decimal): -14866050 or 8268061. OLE color: 8268061.
HSL color Cylindrical-coordinate representation of color #1D297E: hue angle of 232.58º degrees, saturation: 0.63, 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 #1D297E is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 41 | 126 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.51 |
| HSL | 232.58º | 0.63% | 0.3% | - |
| HSV(B) | 232.58º | 0.77% | 0.49% | - |
| XYZ | 5.07 | 3.35 | 20.12 | - |
| YUV | 47.1 | 172.52 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 126 | 0.77 | 0.67 | 0 | 0.51 | 232.58 | 0.63 | 0.3 |
| Hex | 1D | 29 | 7E | 4D | 43 | 0 | 33 | E9 | 3F | 1E |
| Octal | 35 | 51 | 176 | 115 | 103 | 0 | 63 | 351 | 77 | 36 |
| Binary | 11101 | 101001 | 1111110 | 1001101 | 1000011 | 0 | 110011 | 11101001 | 111111 | 11110 |
Color Harmonies of #1D297E
Complementary color
Monochromatic Colors of #1D297E
Black with #1D297E
Text Example
Text Example
White with #1D297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D297E; }
p { color: rgb(29,41,126); }
H1.HeaderClassName
{
color: #1D297E;
}
.AnyTagClassName
{
color: #1D297E;
}
</style>
background-color css
<style>
a { background-color: #1D297E; }
a { background-color: rgb(29,41,126); }
div.DivClassName
{
background-color: #1D297E;
}
.BgClassName
{
background-color: #1D297E;
}
</style>
border-color css
<style>
span { border-color: #1D297E; }
span { border-color: rgb(29,41,126); }
td.TdClassName
{
border-color: #1D297E;
}
.TagClassName
{
border-color: #1D297E;
}
</style>