Shades of Midnight Blue #1D2480
Tints of Midnight Blue #1D2480
RGB
CMYK
RGB Variations
Color information
#1D2480 (or 0x1D2480) is known color: Midnight Blue. HEX triplet: 1D, 24 and 80. RGB value is (29,36,128). Sum of RGB (Red+Green+Blue) = 29+36+128=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 36 (14.45% from 255 or 18.65% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #1D2480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2480 is #E2DB7F. Grayscale: #2C2C2C. Windows color (decimal): -14867328 or 8397853. OLE color: 8397853.
HSL color Cylindrical-coordinate representation of color #1D2480: hue angle of 235.76º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D2480 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 36 | 128 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.50 |
| HSL | 235.76º | 0.63% | 0.31% | - |
| HSV(B) | 235.76º | 0.77% | 0.5% | - |
| XYZ | 5.03 | 3.08 | 20.75 | - |
| YUV | 44.4 | 175.18 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 36 | 128 | 0.77 | 0.72 | 0 | 0.50 | 235.76 | 0.63 | 0.31 |
| Hex | 1D | 24 | 80 | 4D | 48 | 0 | 32 | EC | 3F | 1F |
| Octal | 35 | 44 | 200 | 115 | 110 | 0 | 62 | 354 | 77 | 37 |
| Binary | 11101 | 100100 | 10000000 | 1001101 | 1001000 | 0 | 110010 | 11101100 | 111111 | 11111 |
Color Harmonies of #1D2480
Complementary color
Monochromatic Colors of #1D2480
Black with #1D2480
Text Example
Text Example
White with #1D2480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2480; }
p { color: rgb(29,36,128); }
H1.HeaderClassName
{
color: #1D2480;
}
.AnyTagClassName
{
color: #1D2480;
}
</style>
background-color css
<style>
a { background-color: #1D2480; }
a { background-color: rgb(29,36,128); }
div.DivClassName
{
background-color: #1D2480;
}
.BgClassName
{
background-color: #1D2480;
}
</style>
border-color css
<style>
span { border-color: #1D2480; }
span { border-color: rgb(29,36,128); }
td.TdClassName
{
border-color: #1D2480;
}
.TagClassName
{
border-color: #1D2480;
}
</style>