Shades of Midnight Blue #1D2A8A
Tints of Midnight Blue #1D2A8A
RGB
CMYK
RGB Variations
Color information
#1D2A8A (or 0x1D2A8A) is known color: Midnight Blue. HEX triplet: 1D, 2A and 8A. RGB value is (29,42,138). Sum of RGB (Red+Green+Blue) = 29+42+138=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D2A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2A8A is #E2D575. Grayscale: #303030. Windows color (decimal): -14865782 or 9054749. OLE color: 9054749.
HSL color Cylindrical-coordinate representation of color #1D2A8A: hue angle of 232.84º 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 #1D2A8A is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 42 | 138 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.46 |
| HSL | 232.84º | 0.65% | 0.33% | - |
| HSV(B) | 232.84º | 0.79% | 0.54% | - |
| XYZ | 5.92 | 3.75 | 24.46 | - |
| YUV | 49.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 42 | 138 | 0.79 | 0.70 | 0 | 0.46 | 232.84 | 0.65 | 0.33 |
| Hex | 1D | 2A | 8A | 4F | 46 | 0 | 2E | E9 | 41 | 21 |
| Octal | 35 | 52 | 212 | 117 | 106 | 0 | 56 | 351 | 101 | 41 |
| Binary | 11101 | 101010 | 10001010 | 1001111 | 1000110 | 0 | 101110 | 11101001 | 1000001 | 100001 |
Color Harmonies of #1D2A8A
Complementary color
Monochromatic Colors of #1D2A8A
Black with #1D2A8A
Text Example
Text Example
White with #1D2A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2A8A; }
p { color: rgb(29,42,138); }
H1.HeaderClassName
{
color: #1D2A8A;
}
.AnyTagClassName
{
color: #1D2A8A;
}
</style>
background-color css
<style>
a { background-color: #1D2A8A; }
a { background-color: rgb(29,42,138); }
div.DivClassName
{
background-color: #1D2A8A;
}
.BgClassName
{
background-color: #1D2A8A;
}
</style>
border-color css
<style>
span { border-color: #1D2A8A; }
span { border-color: rgb(29,42,138); }
td.TdClassName
{
border-color: #1D2A8A;
}
.TagClassName
{
border-color: #1D2A8A;
}
</style>