Shades of Midnight Blue #1D2776
Tints of Midnight Blue #1D2776
RGB
CMYK
RGB Variations
Color information
#1D2776 (or 0x1D2776) is known color: Midnight Blue. HEX triplet: 1D, 27 and 76. RGB value is (29,39,118). Sum of RGB (Red+Green+Blue) = 29+39+118=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D2776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2776 is #E2D889. Grayscale: #2C2C2C. Windows color (decimal): -14866570 or 7743261. OLE color: 7743261.
HSL color Cylindrical-coordinate representation of color #1D2776: hue angle of 233.26º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D2776 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 39 | 118 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.54 |
| HSL | 233.26º | 0.61% | 0.29% | - |
| HSV(B) | 233.26º | 0.75% | 0.46% | - |
| XYZ | 4.5 | 3.02 | 17.49 | - |
| YUV | 45.02 | 169.19 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 118 | 0.75 | 0.67 | 0 | 0.54 | 233.26 | 0.61 | 0.29 |
| Hex | 1D | 27 | 76 | 4B | 43 | 0 | 36 | E9 | 3D | 1D |
| Octal | 35 | 47 | 166 | 113 | 103 | 0 | 66 | 351 | 75 | 35 |
| Binary | 11101 | 100111 | 1110110 | 1001011 | 1000011 | 0 | 110110 | 11101001 | 111101 | 11101 |
Color Harmonies of #1D2776
Complementary color
Monochromatic Colors of #1D2776
Black with #1D2776
Text Example
Text Example
White with #1D2776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2776; }
p { color: rgb(29,39,118); }
H1.HeaderClassName
{
color: #1D2776;
}
.AnyTagClassName
{
color: #1D2776;
}
</style>
background-color css
<style>
a { background-color: #1D2776; }
a { background-color: rgb(29,39,118); }
div.DivClassName
{
background-color: #1D2776;
}
.BgClassName
{
background-color: #1D2776;
}
</style>
border-color css
<style>
span { border-color: #1D2776; }
span { border-color: rgb(29,39,118); }
td.TdClassName
{
border-color: #1D2776;
}
.TagClassName
{
border-color: #1D2776;
}
</style>