Shades of Midnight Blue #182172
Tints of Midnight Blue #182172
RGB
CMYK
RGB Variations
Color information
#182172 (or 0x182172) is known color: Midnight Blue. HEX triplet: 18, 21 and 72. RGB value is (24,33,114). Sum of RGB (Red+Green+Blue) = 24+33+114=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #182172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182172 is #E7DE8D. Grayscale: #272727. Windows color (decimal): -15195790 or 7479576. OLE color: 7479576.
HSL color Cylindrical-coordinate representation of color #182172: hue angle of 234º 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 #182172 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 33 | 114 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.55 |
| HSL | 234º | 0.65% | 0.27% | - |
| HSV(B) | 234º | 0.79% | 0.45% | - |
| XYZ | 3.96 | 2.5 | 16.19 | - |
| YUV | 39.54 | 170.02 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 114 | 0.79 | 0.71 | 0 | 0.55 | 234 | 0.65 | 0.27 |
| Hex | 18 | 21 | 72 | 4F | 47 | 0 | 37 | EA | 41 | 1B |
| Octal | 30 | 41 | 162 | 117 | 107 | 0 | 67 | 352 | 101 | 33 |
| Binary | 11000 | 100001 | 1110010 | 1001111 | 1000111 | 0 | 110111 | 11101010 | 1000001 | 11011 |
Color Harmonies of #182172
Complementary color
Monochromatic Colors of #182172
Black with #182172
Text Example
Text Example
White with #182172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182172; }
p { color: rgb(24,33,114); }
H1.HeaderClassName
{
color: #182172;
}
.AnyTagClassName
{
color: #182172;
}
</style>
background-color css
<style>
a { background-color: #182172; }
a { background-color: rgb(24,33,114); }
div.DivClassName
{
background-color: #182172;
}
.BgClassName
{
background-color: #182172;
}
</style>
border-color css
<style>
span { border-color: #182172; }
span { border-color: rgb(24,33,114); }
td.TdClassName
{
border-color: #182172;
}
.TagClassName
{
border-color: #182172;
}
</style>