Shades of Midnight Blue #1D2985
Tints of Midnight Blue #1D2985
RGB
CMYK
RGB Variations
Color information
#1D2985 (or 0x1D2985) is known color: Midnight Blue. HEX triplet: 1D, 29 and 85. RGB value is (29,41,133). Sum of RGB (Red+Green+Blue) = 29+41+133=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D2985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2985 is #E2D67A. Grayscale: #2F2F2F. Windows color (decimal): -14866043 or 8726813. OLE color: 8726813.
HSL color Cylindrical-coordinate representation of color #1D2985: hue angle of 233.08º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D2985 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 41 | 133 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.48 |
| HSL | 233.08º | 0.64% | 0.32% | - |
| HSV(B) | 233.08º | 0.78% | 0.52% | - |
| XYZ | 5.53 | 3.54 | 22.58 | - |
| YUV | 47.9 | 176.02 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 133 | 0.78 | 0.69 | 0 | 0.48 | 233.08 | 0.64 | 0.32 |
| Hex | 1D | 29 | 85 | 4E | 45 | 0 | 30 | E9 | 40 | 20 |
| Octal | 35 | 51 | 205 | 116 | 105 | 0 | 60 | 351 | 100 | 40 |
| Binary | 11101 | 101001 | 10000101 | 1001110 | 1000101 | 0 | 110000 | 11101001 | 1000000 | 100000 |
Color Harmonies of #1D2985
Complementary color
Monochromatic Colors of #1D2985
Black with #1D2985
Text Example
Text Example
White with #1D2985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2985; }
p { color: rgb(29,41,133); }
H1.HeaderClassName
{
color: #1D2985;
}
.AnyTagClassName
{
color: #1D2985;
}
</style>
background-color css
<style>
a { background-color: #1D2985; }
a { background-color: rgb(29,41,133); }
div.DivClassName
{
background-color: #1D2985;
}
.BgClassName
{
background-color: #1D2985;
}
</style>
border-color css
<style>
span { border-color: #1D2985; }
span { border-color: rgb(29,41,133); }
td.TdClassName
{
border-color: #1D2985;
}
.TagClassName
{
border-color: #1D2985;
}
</style>