Shades of Midnight #182F4E
Tints of Midnight #182F4E
RGB
CMYK
RGB Variations
Color information
#182F4E (or 0x182F4E) is known color: Midnight. HEX triplet: 18, 2F and 4E. RGB value is (24,47,78). Sum of RGB (Red+Green+Blue) = 24+47+78=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #182F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F4E is #E7D0B1. Grayscale: #2B2B2B. Windows color (decimal): -15192242 or 5123864. OLE color: 5123864.
HSL color Cylindrical-coordinate representation of color #182F4E: hue angle of 214.44º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #182F4E is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 47 | 78 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.69 |
| HSL | 214.44º | 0.53% | 0.2% | - |
| HSV(B) | 214.44º | 0.69% | 0.31% | - |
| XYZ | 2.77 | 2.78 | 7.6 | - |
| YUV | 43.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 78 | 0.69 | 0.40 | 0 | 0.69 | 214.44 | 0.53 | 0.2 |
| Hex | 18 | 2F | 4E | 45 | 28 | 0 | 45 | D6 | 35 | 14 |
| Octal | 30 | 57 | 116 | 105 | 50 | 0 | 105 | 326 | 65 | 24 |
| Binary | 11000 | 101111 | 1001110 | 1000101 | 101000 | 0 | 1000101 | 11010110 | 110101 | 10100 |
Color Harmonies of #182F4E
Complementary color
Monochromatic Colors of #182F4E
Black with #182F4E
Text Example
Text Example
White with #182F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F4E; }
p { color: rgb(24,47,78); }
H1.HeaderClassName
{
color: #182F4E;
}
.AnyTagClassName
{
color: #182F4E;
}
</style>
background-color css
<style>
a { background-color: #182F4E; }
a { background-color: rgb(24,47,78); }
div.DivClassName
{
background-color: #182F4E;
}
.BgClassName
{
background-color: #182F4E;
}
</style>
border-color css
<style>
span { border-color: #182F4E; }
span { border-color: rgb(24,47,78); }
td.TdClassName
{
border-color: #182F4E;
}
.TagClassName
{
border-color: #182F4E;
}
</style>