Shades of Midnight Blue #201884
Tints of Midnight Blue #201884
RGB
CMYK
RGB Variations
Color information
#201884 (or 0x201884) is known color: Midnight Blue. HEX triplet: 20, 18 and 84. RGB value is (32,24,132). Sum of RGB (Red+Green+Blue) = 32+24+132=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #201884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201884 is #DFE77B. Grayscale: #262626. Windows color (decimal): -14673788 or 8656928. OLE color: 8656928.
HSL color Cylindrical-coordinate representation of color #201884: hue angle of 244.44º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201884 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 24 | 132 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.48 |
| HSL | 244.44º | 0.69% | 0.31% | - |
| HSV(B) | 244.44º | 0.82% | 0.52% | - |
| XYZ | 5.09 | 2.63 | 22.07 | - |
| YUV | 38.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 132 | 0.76 | 0.82 | 0 | 0.48 | 244.44 | 0.69 | 0.31 |
| Hex | 20 | 18 | 84 | 4C | 52 | 0 | 30 | F4 | 45 | 1F |
| Octal | 40 | 30 | 204 | 114 | 122 | 0 | 60 | 364 | 105 | 37 |
| Binary | 100000 | 11000 | 10000100 | 1001100 | 1010010 | 0 | 110000 | 11110100 | 1000101 | 11111 |
Color Harmonies of #201884
Complementary color
Monochromatic Colors of #201884
Black with #201884
Text Example
Text Example
White with #201884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201884; }
p { color: rgb(32,24,132); }
H1.HeaderClassName
{
color: #201884;
}
.AnyTagClassName
{
color: #201884;
}
</style>
background-color css
<style>
a { background-color: #201884; }
a { background-color: rgb(32,24,132); }
div.DivClassName
{
background-color: #201884;
}
.BgClassName
{
background-color: #201884;
}
</style>
border-color css
<style>
span { border-color: #201884; }
span { border-color: rgb(32,24,132); }
td.TdClassName
{
border-color: #201884;
}
.TagClassName
{
border-color: #201884;
}
</style>