Shades of Midnight Blue #1D298A
Tints of Midnight Blue #1D298A
RGB
CMYK
RGB Variations
Color information
#1D298A (or 0x1D298A) is known color: Midnight Blue. HEX triplet: 1D, 29 and 8A. RGB value is (29,41,138). Sum of RGB (Red+Green+Blue) = 29+41+138=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D298A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D298A is #E2D675. Grayscale: #303030. Windows color (decimal): -14866038 or 9054493. OLE color: 9054493.
HSL color Cylindrical-coordinate representation of color #1D298A: hue angle of 233.39º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D298A is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 41 | 138 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.46 |
| HSL | 233.39º | 0.65% | 0.33% | - |
| HSV(B) | 233.39º | 0.79% | 0.54% | - |
| XYZ | 5.89 | 3.68 | 24.45 | - |
| YUV | 48.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 138 | 0.79 | 0.70 | 0 | 0.46 | 233.39 | 0.65 | 0.33 |
| Hex | 1D | 29 | 8A | 4F | 46 | 0 | 2E | E9 | 41 | 21 |
| Octal | 35 | 51 | 212 | 117 | 106 | 0 | 56 | 351 | 101 | 41 |
| Binary | 11101 | 101001 | 10001010 | 1001111 | 1000110 | 0 | 101110 | 11101001 | 1000001 | 100001 |
Color Harmonies of #1D298A
Complementary color
Monochromatic Colors of #1D298A
Black with #1D298A
Text Example
Text Example
White with #1D298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D298A; }
p { color: rgb(29,41,138); }
H1.HeaderClassName
{
color: #1D298A;
}
.AnyTagClassName
{
color: #1D298A;
}
</style>
background-color css
<style>
a { background-color: #1D298A; }
a { background-color: rgb(29,41,138); }
div.DivClassName
{
background-color: #1D298A;
}
.BgClassName
{
background-color: #1D298A;
}
</style>
border-color css
<style>
span { border-color: #1D298A; }
span { border-color: rgb(29,41,138); }
td.TdClassName
{
border-color: #1D298A;
}
.TagClassName
{
border-color: #1D298A;
}
</style>