Shades of Midnight Blue #1D2778
Tints of Midnight Blue #1D2778
RGB
CMYK
RGB Variations
Color information
#1D2778 (or 0x1D2778) is known color: Midnight Blue. HEX triplet: 1D, 27 and 78. RGB value is (29,39,120). Sum of RGB (Red+Green+Blue) = 29+39+120=188 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.43% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D2778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2778 is #E2D887. Grayscale: #2C2C2C. Windows color (decimal): -14866568 or 7874333. OLE color: 7874333.
HSL color Cylindrical-coordinate representation of color #1D2778: hue angle of 233.41º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D2778 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 39 | 120 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.53 |
| HSL | 233.41º | 0.61% | 0.29% | - |
| HSV(B) | 233.41º | 0.76% | 0.47% | - |
| XYZ | 4.62 | 3.07 | 18.12 | - |
| YUV | 45.24 | 170.19 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 120 | 0.76 | 0.67 | 0 | 0.53 | 233.41 | 0.61 | 0.29 |
| Hex | 1D | 27 | 78 | 4C | 43 | 0 | 35 | E9 | 3D | 1D |
| Octal | 35 | 47 | 170 | 114 | 103 | 0 | 65 | 351 | 75 | 35 |
| Binary | 11101 | 100111 | 1111000 | 1001100 | 1000011 | 0 | 110101 | 11101001 | 111101 | 11101 |
Color Harmonies of #1D2778
Complementary color
Monochromatic Colors of #1D2778
Black with #1D2778
Text Example
Text Example
White with #1D2778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2778; }
p { color: rgb(29,39,120); }
H1.HeaderClassName
{
color: #1D2778;
}
.AnyTagClassName
{
color: #1D2778;
}
</style>
background-color css
<style>
a { background-color: #1D2778; }
a { background-color: rgb(29,39,120); }
div.DivClassName
{
background-color: #1D2778;
}
.BgClassName
{
background-color: #1D2778;
}
</style>
border-color css
<style>
span { border-color: #1D2778; }
span { border-color: rgb(29,39,120); }
td.TdClassName
{
border-color: #1D2778;
}
.TagClassName
{
border-color: #1D2778;
}
</style>