Shades of Midnight Blue #201872
Tints of Midnight Blue #201872
RGB
CMYK
RGB Variations
Color information
#201872 (or 0x201872) is known color: Midnight Blue. HEX triplet: 20, 18 and 72. RGB value is (32,24,114). Sum of RGB (Red+Green+Blue) = 32+24+114=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #201872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201872 is #DFE78D. Grayscale: #242424. Windows color (decimal): -14673806 or 7477280. OLE color: 7477280.
HSL color Cylindrical-coordinate representation of color #201872: hue angle of 245.33º 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 #201872 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 24 | 114 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.55 |
| HSL | 245.33º | 0.65% | 0.27% | - |
| HSV(B) | 245.33º | 0.79% | 0.45% | - |
| XYZ | 3.96 | 2.18 | 16.13 | - |
| YUV | 36.65 | 171.65 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 114 | 0.72 | 0.79 | 0 | 0.55 | 245.33 | 0.65 | 0.27 |
| Hex | 20 | 18 | 72 | 48 | 4F | 0 | 37 | F5 | 41 | 1B |
| Octal | 40 | 30 | 162 | 110 | 117 | 0 | 67 | 365 | 101 | 33 |
| Binary | 100000 | 11000 | 1110010 | 1001000 | 1001111 | 0 | 110111 | 11110101 | 1000001 | 11011 |
Color Harmonies of #201872
Complementary color
Monochromatic Colors of #201872
Black with #201872
Text Example
Text Example
White with #201872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201872; }
p { color: rgb(32,24,114); }
H1.HeaderClassName
{
color: #201872;
}
.AnyTagClassName
{
color: #201872;
}
</style>
background-color css
<style>
a { background-color: #201872; }
a { background-color: rgb(32,24,114); }
div.DivClassName
{
background-color: #201872;
}
.BgClassName
{
background-color: #201872;
}
</style>
border-color css
<style>
span { border-color: #201872; }
span { border-color: rgb(32,24,114); }
td.TdClassName
{
border-color: #201872;
}
.TagClassName
{
border-color: #201872;
}
</style>