Shades of Midnight #182F47
Tints of Midnight #182F47
RGB
CMYK
RGB Variations
Color information
#182F47 (or 0x182F47) is known color: Midnight. HEX triplet: 18, 2F and 47. RGB value is (24,47,71). Sum of RGB (Red+Green+Blue) = 24+47+71=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #182F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F47 is #E7D0B8. Grayscale: #2A2A2A. Windows color (decimal): -15192249 or 4665112. OLE color: 4665112.
HSL color Cylindrical-coordinate representation of color #182F47: hue angle of 210.64º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #182F47 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 47 | 71 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.72 |
| HSL | 210.64º | 0.49% | 0.19% | - |
| HSV(B) | 210.64º | 0.66% | 0.28% | - |
| XYZ | 2.53 | 2.68 | 6.35 | - |
| YUV | 42.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 71 | 0.66 | 0.34 | 0 | 0.72 | 210.64 | 0.49 | 0.19 |
| Hex | 18 | 2F | 47 | 42 | 22 | 0 | 48 | D3 | 31 | 13 |
| Octal | 30 | 57 | 107 | 102 | 42 | 0 | 110 | 323 | 61 | 23 |
| Binary | 11000 | 101111 | 1000111 | 1000010 | 100010 | 0 | 1001000 | 11010011 | 110001 | 10011 |
Color Harmonies of #182F47
Complementary color
Monochromatic Colors of #182F47
Black with #182F47
Text Example
Text Example
White with #182F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F47; }
p { color: rgb(24,47,71); }
H1.HeaderClassName
{
color: #182F47;
}
.AnyTagClassName
{
color: #182F47;
}
</style>
background-color css
<style>
a { background-color: #182F47; }
a { background-color: rgb(24,47,71); }
div.DivClassName
{
background-color: #182F47;
}
.BgClassName
{
background-color: #182F47;
}
</style>
border-color css
<style>
span { border-color: #182F47; }
span { border-color: rgb(24,47,71); }
td.TdClassName
{
border-color: #182F47;
}
.TagClassName
{
border-color: #182F47;
}
</style>