Shades of Midnight Blue #1D1380
Tints of Midnight Blue #1D1380
RGB
CMYK
RGB Variations
Color information
#1D1380 (or 0x1D1380) is known color: Midnight Blue. HEX triplet: 1D, 13 and 80. RGB value is (29,19,128). Sum of RGB (Red+Green+Blue) = 29+19+128=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 128 (50.39% from 255 or 72.73% from 176); Max value from RGB is 128 - color contains mainly: blue. Hex color #1D1380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1380 is #E2EC7F. Grayscale: #212121. Windows color (decimal): -14871680 or 8393501. OLE color: 8393501.
HSL color Cylindrical-coordinate representation of color #1D1380: hue angle of 245.5º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D1380 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 19 | 128 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.50 |
| HSL | 245.5º | 0.74% | 0.29% | - |
| HSV(B) | 245.5º | 0.85% | 0.5% | - |
| XYZ | 4.64 | 2.29 | 20.62 | - |
| YUV | 34.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 128 | 0.77 | 0.85 | 0 | 0.50 | 245.5 | 0.74 | 0.29 |
| Hex | 1D | 13 | 80 | 4D | 55 | 0 | 32 | F6 | 4A | 1D |
| Octal | 35 | 23 | 200 | 115 | 125 | 0 | 62 | 366 | 112 | 35 |
| Binary | 11101 | 10011 | 10000000 | 1001101 | 1010101 | 0 | 110010 | 11110110 | 1001010 | 11101 |
Color Harmonies of #1D1380
Complementary color
Monochromatic Colors of #1D1380
Black with #1D1380
Text Example
Text Example
White with #1D1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1380; }
p { color: rgb(29,19,128); }
H1.HeaderClassName
{
color: #1D1380;
}
.AnyTagClassName
{
color: #1D1380;
}
</style>
background-color css
<style>
a { background-color: #1D1380; }
a { background-color: rgb(29,19,128); }
div.DivClassName
{
background-color: #1D1380;
}
.BgClassName
{
background-color: #1D1380;
}
</style>
border-color css
<style>
span { border-color: #1D1380; }
span { border-color: rgb(29,19,128); }
td.TdClassName
{
border-color: #1D1380;
}
.TagClassName
{
border-color: #1D1380;
}
</style>