Shades of Midnight Express #1D2748
Tints of Midnight Express #1D2748
RGB
CMYK
RGB Variations
Color information
#1D2748 (or 0x1D2748) is known color: Midnight Express. HEX triplet: 1D, 27 and 48. RGB value is (29,39,72). Sum of RGB (Red+Green+Blue) = 29+39+72=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D2748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2748 is #E2D8B7. Grayscale: #272727. Windows color (decimal): -14866616 or 4728605. OLE color: 4728605.
HSL color Cylindrical-coordinate representation of color #1D2748: hue angle of 226.05º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D2748 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 39 | 72 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.72 |
| HSL | 226.05º | 0.43% | 0.2% | - |
| HSV(B) | 226.05º | 0.6% | 0.28% | - |
| XYZ | 2.4 | 2.18 | 6.43 | - |
| YUV | 39.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 72 | 0.60 | 0.46 | 0 | 0.72 | 226.05 | 0.43 | 0.2 |
| Hex | 1D | 27 | 48 | 3C | 2E | 0 | 48 | E2 | 2B | 14 |
| Octal | 35 | 47 | 110 | 74 | 56 | 0 | 110 | 342 | 53 | 24 |
| Binary | 11101 | 100111 | 1001000 | 111100 | 101110 | 0 | 1001000 | 11100010 | 101011 | 10100 |
Color Harmonies of #1D2748
Complementary color
Monochromatic Colors of #1D2748
Black with #1D2748
Text Example
Text Example
White with #1D2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2748; }
p { color: rgb(29,39,72); }
H1.HeaderClassName
{
color: #1D2748;
}
.AnyTagClassName
{
color: #1D2748;
}
</style>
background-color css
<style>
a { background-color: #1D2748; }
a { background-color: rgb(29,39,72); }
div.DivClassName
{
background-color: #1D2748;
}
.BgClassName
{
background-color: #1D2748;
}
</style>
border-color css
<style>
span { border-color: #1D2748; }
span { border-color: rgb(29,39,72); }
td.TdClassName
{
border-color: #1D2748;
}
.TagClassName
{
border-color: #1D2748;
}
</style>