Shades of Midnight Blue #1D2A87
Tints of Midnight Blue #1D2A87
RGB
CMYK
RGB Variations
Color information
#1D2A87 (or 0x1D2A87) is known color: Midnight Blue. HEX triplet: 1D, 2A and 87. RGB value is (29,42,135). Sum of RGB (Red+Green+Blue) = 29+42+135=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D2A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2A87 is #E2D578. Grayscale: #303030. Windows color (decimal): -14865785 or 8858141. OLE color: 8858141.
HSL color Cylindrical-coordinate representation of color #1D2A87: hue angle of 232.64º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D2A87 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 42 | 135 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.47 |
| HSL | 232.64º | 0.65% | 0.32% | - |
| HSV(B) | 232.64º | 0.79% | 0.53% | - |
| XYZ | 5.71 | 3.67 | 23.33 | - |
| YUV | 48.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 42 | 135 | 0.79 | 0.69 | 0 | 0.47 | 232.64 | 0.65 | 0.32 |
| Hex | 1D | 2A | 87 | 4F | 45 | 0 | 2F | E9 | 41 | 20 |
| Octal | 35 | 52 | 207 | 117 | 105 | 0 | 57 | 351 | 101 | 40 |
| Binary | 11101 | 101010 | 10000111 | 1001111 | 1000101 | 0 | 101111 | 11101001 | 1000001 | 100000 |
Color Harmonies of #1D2A87
Complementary color
Monochromatic Colors of #1D2A87
Black with #1D2A87
Text Example
Text Example
White with #1D2A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2A87; }
p { color: rgb(29,42,135); }
H1.HeaderClassName
{
color: #1D2A87;
}
.AnyTagClassName
{
color: #1D2A87;
}
</style>
background-color css
<style>
a { background-color: #1D2A87; }
a { background-color: rgb(29,42,135); }
div.DivClassName
{
background-color: #1D2A87;
}
.BgClassName
{
background-color: #1D2A87;
}
</style>
border-color css
<style>
span { border-color: #1D2A87; }
span { border-color: rgb(29,42,135); }
td.TdClassName
{
border-color: #1D2A87;
}
.TagClassName
{
border-color: #1D2A87;
}
</style>