Shades of Midnight Blue #182472
Tints of Midnight Blue #182472
RGB
CMYK
RGB Variations
Color information
#182472 (or 0x182472) is known color: Midnight Blue. HEX triplet: 18, 24 and 72. RGB value is (24,36,114). Sum of RGB (Red+Green+Blue) = 24+36+114=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #182472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182472 is #E7DB8D. Grayscale: #282828. Windows color (decimal): -15195022 or 7480344. OLE color: 7480344.
HSL color Cylindrical-coordinate representation of color #182472: hue angle of 232º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182472 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 36 | 114 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.55 |
| HSL | 232º | 0.65% | 0.27% | - |
| HSV(B) | 232º | 0.79% | 0.45% | - |
| XYZ | 4.04 | 2.67 | 16.22 | - |
| YUV | 41.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 36 | 114 | 0.79 | 0.68 | 0 | 0.55 | 232 | 0.65 | 0.27 |
| Hex | 18 | 24 | 72 | 4F | 44 | 0 | 37 | E8 | 41 | 1B |
| Octal | 30 | 44 | 162 | 117 | 104 | 0 | 67 | 350 | 101 | 33 |
| Binary | 11000 | 100100 | 1110010 | 1001111 | 1000100 | 0 | 110111 | 11101000 | 1000001 | 11011 |
Color Harmonies of #182472
Complementary color
Monochromatic Colors of #182472
Black with #182472
Text Example
Text Example
White with #182472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182472; }
p { color: rgb(24,36,114); }
H1.HeaderClassName
{
color: #182472;
}
.AnyTagClassName
{
color: #182472;
}
</style>
background-color css
<style>
a { background-color: #182472; }
a { background-color: rgb(24,36,114); }
div.DivClassName
{
background-color: #182472;
}
.BgClassName
{
background-color: #182472;
}
</style>
border-color css
<style>
span { border-color: #182472; }
span { border-color: rgb(24,36,114); }
td.TdClassName
{
border-color: #182472;
}
.TagClassName
{
border-color: #182472;
}
</style>