Shades of Midnight #182D46
Tints of Midnight #182D46
RGB
CMYK
RGB Variations
Color information
#182D46 (or 0x182D46) is known color: Midnight. HEX triplet: 18, 2D and 46. RGB value is (24,45,70). Sum of RGB (Red+Green+Blue) = 24+45+70=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 70 (27.73% from 255 or 50.36% from 139); Max value from RGB is 70 - color contains mainly: blue. Hex color #182D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182D46 is #E7D2B9. Grayscale: #292929. Windows color (decimal): -15192762 or 4599064. OLE color: 4599064.
HSL color Cylindrical-coordinate representation of color #182D46: hue angle of 212.61º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #182D46 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 45 | 70 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.73 |
| HSL | 212.61º | 0.49% | 0.18% | - |
| HSV(B) | 212.61º | 0.66% | 0.27% | - |
| XYZ | 2.42 | 2.51 | 6.15 | - |
| YUV | 41.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 70 | 0.66 | 0.36 | 0 | 0.73 | 212.61 | 0.49 | 0.18 |
| Hex | 18 | 2D | 46 | 42 | 24 | 0 | 49 | D5 | 31 | 12 |
| Octal | 30 | 55 | 106 | 102 | 44 | 0 | 111 | 325 | 61 | 22 |
| Binary | 11000 | 101101 | 1000110 | 1000010 | 100100 | 0 | 1001001 | 11010101 | 110001 | 10010 |
Color Harmonies of #182D46
Complementary color
Monochromatic Colors of #182D46
Black with #182D46
Text Example
Text Example
White with #182D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D46; }
p { color: rgb(24,45,70); }
H1.HeaderClassName
{
color: #182D46;
}
.AnyTagClassName
{
color: #182D46;
}
</style>
background-color css
<style>
a { background-color: #182D46; }
a { background-color: rgb(24,45,70); }
div.DivClassName
{
background-color: #182D46;
}
.BgClassName
{
background-color: #182D46;
}
</style>
border-color css
<style>
span { border-color: #182D46; }
span { border-color: rgb(24,45,70); }
td.TdClassName
{
border-color: #182D46;
}
.TagClassName
{
border-color: #182D46;
}
</style>