Shades of Midnight #182A44
Tints of Midnight #182A44
RGB
CMYK
RGB Variations
Color information
#182A44 (or 0x182A44) is known color: Midnight. HEX triplet: 18, 2A and 44. RGB value is (24,42,68). Sum of RGB (Red+Green+Blue) = 24+42+68=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 68 (26.95% from 255 or 50.75% from 134); Max value from RGB is 68 - color contains mainly: blue. Hex color #182A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A44 is #E7D5BB. Grayscale: #272727. Windows color (decimal): -15193532 or 4467224. OLE color: 4467224.
HSL color Cylindrical-coordinate representation of color #182A44: hue angle of 215.45º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #182A44 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 42 | 68 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.73 |
| HSL | 215.45º | 0.48% | 0.18% | - |
| HSV(B) | 215.45º | 0.65% | 0.27% | - |
| XYZ | 2.25 | 2.27 | 5.79 | - |
| YUV | 39.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 68 | 0.65 | 0.38 | 0 | 0.73 | 215.45 | 0.48 | 0.18 |
| Hex | 18 | 2A | 44 | 41 | 26 | 0 | 49 | D7 | 30 | 12 |
| Octal | 30 | 52 | 104 | 101 | 46 | 0 | 111 | 327 | 60 | 22 |
| Binary | 11000 | 101010 | 1000100 | 1000001 | 100110 | 0 | 1001001 | 11010111 | 110000 | 10010 |
Color Harmonies of #182A44
Complementary color
Monochromatic Colors of #182A44
Black with #182A44
Text Example
Text Example
White with #182A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A44; }
p { color: rgb(24,42,68); }
H1.HeaderClassName
{
color: #182A44;
}
.AnyTagClassName
{
color: #182A44;
}
</style>
background-color css
<style>
a { background-color: #182A44; }
a { background-color: rgb(24,42,68); }
div.DivClassName
{
background-color: #182A44;
}
.BgClassName
{
background-color: #182A44;
}
</style>
border-color css
<style>
span { border-color: #182A44; }
span { border-color: rgb(24,42,68); }
td.TdClassName
{
border-color: #182A44;
}
.TagClassName
{
border-color: #182A44;
}
</style>