Shades of Midnight Express #1D2648
Tints of Midnight Express #1D2648
RGB
CMYK
RGB Variations
Color information
#1D2648 (or 0x1D2648) is known color: Midnight Express. HEX triplet: 1D, 26 and 48. RGB value is (29,38,72). Sum of RGB (Red+Green+Blue) = 29+38+72=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D2648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2648 is #E2D9B7. Grayscale: #272727. Windows color (decimal): -14866872 or 4728349. OLE color: 4728349.
HSL color Cylindrical-coordinate representation of color #1D2648: hue angle of 227.44º 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 #1D2648 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 38 | 72 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.72 |
| HSL | 227.44º | 0.43% | 0.2% | - |
| HSV(B) | 227.44º | 0.6% | 0.28% | - |
| XYZ | 2.37 | 2.12 | 6.41 | - |
| YUV | 39.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 72 | 0.60 | 0.47 | 0 | 0.72 | 227.44 | 0.43 | 0.2 |
| Hex | 1D | 26 | 48 | 3C | 2F | 0 | 48 | E3 | 2B | 14 |
| Octal | 35 | 46 | 110 | 74 | 57 | 0 | 110 | 343 | 53 | 24 |
| Binary | 11101 | 100110 | 1001000 | 111100 | 101111 | 0 | 1001000 | 11100011 | 101011 | 10100 |
Color Harmonies of #1D2648
Complementary color
Monochromatic Colors of #1D2648
Black with #1D2648
Text Example
Text Example
White with #1D2648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2648; }
p { color: rgb(29,38,72); }
H1.HeaderClassName
{
color: #1D2648;
}
.AnyTagClassName
{
color: #1D2648;
}
</style>
background-color css
<style>
a { background-color: #1D2648; }
a { background-color: rgb(29,38,72); }
div.DivClassName
{
background-color: #1D2648;
}
.BgClassName
{
background-color: #1D2648;
}
</style>
border-color css
<style>
span { border-color: #1D2648; }
span { border-color: rgb(29,38,72); }
td.TdClassName
{
border-color: #1D2648;
}
.TagClassName
{
border-color: #1D2648;
}
</style>