Shades of Midnight #182C48
Tints of Midnight #182C48
RGB
CMYK
RGB Variations
Color information
#182C48 (or 0x182C48) is known color: Midnight. HEX triplet: 18, 2C and 48. RGB value is (24,44,72). Sum of RGB (Red+Green+Blue) = 24+44+72=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 44 (17.58% from 255 or 31.43% 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 #182C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182C48 is #E7D3B7. Grayscale: #292929. Windows color (decimal): -15193016 or 4729880. OLE color: 4729880.
HSL color Cylindrical-coordinate representation of color #182C48: hue angle of 215º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #182C48 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 44 | 72 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.72 |
| HSL | 215º | 0.5% | 0.19% | - |
| HSV(B) | 215º | 0.67% | 0.28% | - |
| XYZ | 2.45 | 2.46 | 6.48 | - |
| YUV | 41.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 72 | 0.67 | 0.39 | 0 | 0.72 | 215 | 0.5 | 0.19 |
| Hex | 18 | 2C | 48 | 43 | 27 | 0 | 48 | D7 | 32 | 13 |
| Octal | 30 | 54 | 110 | 103 | 47 | 0 | 110 | 327 | 62 | 23 |
| Binary | 11000 | 101100 | 1001000 | 1000011 | 100111 | 0 | 1001000 | 11010111 | 110010 | 10011 |
Color Harmonies of #182C48
Complementary color
Monochromatic Colors of #182C48
Black with #182C48
Text Example
Text Example
White with #182C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C48; }
p { color: rgb(24,44,72); }
H1.HeaderClassName
{
color: #182C48;
}
.AnyTagClassName
{
color: #182C48;
}
</style>
background-color css
<style>
a { background-color: #182C48; }
a { background-color: rgb(24,44,72); }
div.DivClassName
{
background-color: #182C48;
}
.BgClassName
{
background-color: #182C48;
}
</style>
border-color css
<style>
span { border-color: #182C48; }
span { border-color: rgb(24,44,72); }
td.TdClassName
{
border-color: #182C48;
}
.TagClassName
{
border-color: #182C48;
}
</style>