Shades of Midnight #182D4D
Tints of Midnight #182D4D
RGB
CMYK
RGB Variations
Color information
#182D4D (or 0x182D4D) is known color: Midnight. HEX triplet: 18, 2D and 4D. RGB value is (24,45,77). Sum of RGB (Red+Green+Blue) = 24+45+77=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #182D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D4D is #E7D2B2. Grayscale: #2A2A2A. Windows color (decimal): -15192755 or 5057816. OLE color: 5057816.
HSL color Cylindrical-coordinate representation of color #182D4D: hue angle of 216.23º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #182D4D is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 45 | 77 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.70 |
| HSL | 216.23º | 0.52% | 0.2% | - |
| HSV(B) | 216.23º | 0.69% | 0.3% | - |
| XYZ | 2.65 | 2.61 | 7.38 | - |
| YUV | 42.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 77 | 0.69 | 0.42 | 0 | 0.70 | 216.23 | 0.52 | 0.2 |
| Hex | 18 | 2D | 4D | 45 | 2A | 0 | 46 | D8 | 34 | 14 |
| Octal | 30 | 55 | 115 | 105 | 52 | 0 | 106 | 330 | 64 | 24 |
| Binary | 11000 | 101101 | 1001101 | 1000101 | 101010 | 0 | 1000110 | 11011000 | 110100 | 10100 |
Color Harmonies of #182D4D
Complementary color
Monochromatic Colors of #182D4D
Black with #182D4D
Text Example
Text Example
White with #182D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D4D; }
p { color: rgb(24,45,77); }
H1.HeaderClassName
{
color: #182D4D;
}
.AnyTagClassName
{
color: #182D4D;
}
</style>
background-color css
<style>
a { background-color: #182D4D; }
a { background-color: rgb(24,45,77); }
div.DivClassName
{
background-color: #182D4D;
}
.BgClassName
{
background-color: #182D4D;
}
</style>
border-color css
<style>
span { border-color: #182D4D; }
span { border-color: rgb(24,45,77); }
td.TdClassName
{
border-color: #182D4D;
}
.TagClassName
{
border-color: #182D4D;
}
</style>