Shades of Midnight Blue #1D2385
Tints of Midnight Blue #1D2385
RGB
CMYK
RGB Variations
Color information
#1D2385 (or 0x1D2385) is known color: Midnight Blue. HEX triplet: 1D, 23 and 85. RGB value is (29,35,133). Sum of RGB (Red+Green+Blue) = 29+35+133=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D2385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2385 is #E2DC7A. Grayscale: #2B2B2B. Windows color (decimal): -14867579 or 8725277. OLE color: 8725277.
HSL color Cylindrical-coordinate representation of color #1D2385: hue angle of 236.54º 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 #1D2385 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 35 | 133 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.48 |
| HSL | 236.54º | 0.64% | 0.32% | - |
| HSV(B) | 236.54º | 0.78% | 0.52% | - |
| XYZ | 5.34 | 3.16 | 22.52 | - |
| YUV | 44.38 | 178.01 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 133 | 0.78 | 0.74 | 0 | 0.48 | 236.54 | 0.64 | 0.32 |
| Hex | 1D | 23 | 85 | 4E | 4A | 0 | 30 | ED | 40 | 20 |
| Octal | 35 | 43 | 205 | 116 | 112 | 0 | 60 | 355 | 100 | 40 |
| Binary | 11101 | 100011 | 10000101 | 1001110 | 1001010 | 0 | 110000 | 11101101 | 1000000 | 100000 |
Color Harmonies of #1D2385
Complementary color
Monochromatic Colors of #1D2385
Black with #1D2385
Text Example
Text Example
White with #1D2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2385; }
p { color: rgb(29,35,133); }
H1.HeaderClassName
{
color: #1D2385;
}
.AnyTagClassName
{
color: #1D2385;
}
</style>
background-color css
<style>
a { background-color: #1D2385; }
a { background-color: rgb(29,35,133); }
div.DivClassName
{
background-color: #1D2385;
}
.BgClassName
{
background-color: #1D2385;
}
</style>
border-color css
<style>
span { border-color: #1D2385; }
span { border-color: rgb(29,35,133); }
td.TdClassName
{
border-color: #1D2385;
}
.TagClassName
{
border-color: #1D2385;
}
</style>