Shades of Midnight #182C4A
Tints of Midnight #182C4A
RGB
CMYK
RGB Variations
Color information
#182C4A (or 0x182C4A) is known color: Midnight. HEX triplet: 18, 2C and 4A. RGB value is (24,44,74). Sum of RGB (Red+Green+Blue) = 24+44+74=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #182C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182C4A is #E7D3B5. Grayscale: #292929. Windows color (decimal): -15193014 or 4860952. OLE color: 4860952.
HSL color Cylindrical-coordinate representation of color #182C4A: hue angle of 216º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #182C4A is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 44 | 74 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.71 |
| HSL | 216º | 0.51% | 0.19% | - |
| HSV(B) | 216º | 0.68% | 0.29% | - |
| XYZ | 2.51 | 2.49 | 6.83 | - |
| YUV | 41.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 74 | 0.68 | 0.41 | 0 | 0.71 | 216 | 0.51 | 0.19 |
| Hex | 18 | 2C | 4A | 44 | 29 | 0 | 47 | D8 | 33 | 13 |
| Octal | 30 | 54 | 112 | 104 | 51 | 0 | 107 | 330 | 63 | 23 |
| Binary | 11000 | 101100 | 1001010 | 1000100 | 101001 | 0 | 1000111 | 11011000 | 110011 | 10011 |
Color Harmonies of #182C4A
Complementary color
Monochromatic Colors of #182C4A
Black with #182C4A
Text Example
Text Example
White with #182C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C4A; }
p { color: rgb(24,44,74); }
H1.HeaderClassName
{
color: #182C4A;
}
.AnyTagClassName
{
color: #182C4A;
}
</style>
background-color css
<style>
a { background-color: #182C4A; }
a { background-color: rgb(24,44,74); }
div.DivClassName
{
background-color: #182C4A;
}
.BgClassName
{
background-color: #182C4A;
}
</style>
border-color css
<style>
span { border-color: #182C4A; }
span { border-color: rgb(24,44,74); }
td.TdClassName
{
border-color: #182C4A;
}
.TagClassName
{
border-color: #182C4A;
}
</style>