Shades of Midnight #182A45
Tints of Midnight #182A45
RGB
CMYK
RGB Variations
Color information
#182A45 (or 0x182A45) is known color: Midnight. HEX triplet: 18, 2A and 45. RGB value is (24,42,69). Sum of RGB (Red+Green+Blue) = 24+42+69=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #182A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A45 is #E7D5BA. Grayscale: #272727. Windows color (decimal): -15193531 or 4532760. OLE color: 4532760.
HSL color Cylindrical-coordinate representation of color #182A45: hue angle of 216º 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 #182A45 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 42 | 69 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.73 |
| HSL | 216º | 0.48% | 0.18% | - |
| HSV(B) | 216º | 0.65% | 0.27% | - |
| XYZ | 2.28 | 2.28 | 5.95 | - |
| YUV | 39.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 69 | 0.65 | 0.39 | 0 | 0.73 | 216 | 0.48 | 0.18 |
| Hex | 18 | 2A | 45 | 41 | 27 | 0 | 49 | D8 | 30 | 12 |
| Octal | 30 | 52 | 105 | 101 | 47 | 0 | 111 | 330 | 60 | 22 |
| Binary | 11000 | 101010 | 1000101 | 1000001 | 100111 | 0 | 1001001 | 11011000 | 110000 | 10010 |
Color Harmonies of #182A45
Complementary color
Monochromatic Colors of #182A45
Black with #182A45
Text Example
Text Example
White with #182A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A45; }
p { color: rgb(24,42,69); }
H1.HeaderClassName
{
color: #182A45;
}
.AnyTagClassName
{
color: #182A45;
}
</style>
background-color css
<style>
a { background-color: #182A45; }
a { background-color: rgb(24,42,69); }
div.DivClassName
{
background-color: #182A45;
}
.BgClassName
{
background-color: #182A45;
}
</style>
border-color css
<style>
span { border-color: #182A45; }
span { border-color: rgb(24,42,69); }
td.TdClassName
{
border-color: #182A45;
}
.TagClassName
{
border-color: #182A45;
}
</style>