Shades of Midnight #1D3048
Tints of Midnight #1D3048
RGB
CMYK
RGB Variations
Color information
#1D3048 (or 0x1D3048) is known color: Midnight. HEX triplet: 1D, 30 and 48. RGB value is (29,48,72). Sum of RGB (Red+Green+Blue) = 29+48+72=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D3048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3048 is #E2CFB7. Grayscale: #2C2C2C. Windows color (decimal): -14864312 or 4730909. OLE color: 4730909.
HSL color Cylindrical-coordinate representation of color #1D3048: hue angle of 213.49º 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 #1D3048 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 48 | 72 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.72 |
| HSL | 213.49º | 0.43% | 0.2% | - |
| HSV(B) | 213.49º | 0.6% | 0.28% | - |
| XYZ | 2.73 | 2.84 | 6.54 | - |
| YUV | 45.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 72 | 0.60 | 0.33 | 0 | 0.72 | 213.49 | 0.43 | 0.2 |
| Hex | 1D | 30 | 48 | 3C | 21 | 0 | 48 | D5 | 2B | 14 |
| Octal | 35 | 60 | 110 | 74 | 41 | 0 | 110 | 325 | 53 | 24 |
| Binary | 11101 | 110000 | 1001000 | 111100 | 100001 | 0 | 1001000 | 11010101 | 101011 | 10100 |
Color Harmonies of #1D3048
Complementary color
Monochromatic Colors of #1D3048
Black with #1D3048
Text Example
Text Example
White with #1D3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3048; }
p { color: rgb(29,48,72); }
H1.HeaderClassName
{
color: #1D3048;
}
.AnyTagClassName
{
color: #1D3048;
}
</style>
background-color css
<style>
a { background-color: #1D3048; }
a { background-color: rgb(29,48,72); }
div.DivClassName
{
background-color: #1D3048;
}
.BgClassName
{
background-color: #1D3048;
}
</style>
border-color css
<style>
span { border-color: #1D3048; }
span { border-color: rgb(29,48,72); }
td.TdClassName
{
border-color: #1D3048;
}
.TagClassName
{
border-color: #1D3048;
}
</style>