Shades of Midnight Blue #1D2784
Tints of Midnight Blue #1D2784
RGB
CMYK
RGB Variations
Color information
#1D2784 (or 0x1D2784) is known color: Midnight Blue. HEX triplet: 1D, 27 and 84. RGB value is (29,39,132). Sum of RGB (Red+Green+Blue) = 29+39+132=200 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D2784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2784 is #E2D87B. Grayscale: #2E2E2E. Windows color (decimal): -14866556 or 8660765. OLE color: 8660765.
HSL color Cylindrical-coordinate representation of color #1D2784: hue angle of 234.17º 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 #1D2784 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 39 | 132 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.48 |
| HSL | 234.17º | 0.64% | 0.32% | - |
| HSV(B) | 234.17º | 0.78% | 0.52% | - |
| XYZ | 5.4 | 3.38 | 22.2 | - |
| YUV | 46.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 132 | 0.78 | 0.70 | 0 | 0.48 | 234.17 | 0.64 | 0.32 |
| Hex | 1D | 27 | 84 | 4E | 46 | 0 | 30 | EA | 40 | 20 |
| Octal | 35 | 47 | 204 | 116 | 106 | 0 | 60 | 352 | 100 | 40 |
| Binary | 11101 | 100111 | 10000100 | 1001110 | 1000110 | 0 | 110000 | 11101010 | 1000000 | 100000 |
Color Harmonies of #1D2784
Complementary color
Monochromatic Colors of #1D2784
Black with #1D2784
Text Example
Text Example
White with #1D2784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2784; }
p { color: rgb(29,39,132); }
H1.HeaderClassName
{
color: #1D2784;
}
.AnyTagClassName
{
color: #1D2784;
}
</style>
background-color css
<style>
a { background-color: #1D2784; }
a { background-color: rgb(29,39,132); }
div.DivClassName
{
background-color: #1D2784;
}
.BgClassName
{
background-color: #1D2784;
}
</style>
border-color css
<style>
span { border-color: #1D2784; }
span { border-color: rgb(29,39,132); }
td.TdClassName
{
border-color: #1D2784;
}
.TagClassName
{
border-color: #1D2784;
}
</style>