Shades of Midnight Blue #201567
Tints of Midnight Blue #201567
RGB
CMYK
RGB Variations
Color information
#201567 (or 0x201567) is known color: Midnight Blue. HEX triplet: 20, 15 and 67. RGB value is (32,21,103). Sum of RGB (Red+Green+Blue) = 32+21+103=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 103 (40.62% from 255 or 66.03% from 156); Max value from RGB is 103 - color contains mainly: blue. Hex color #201567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201567 is #DFEA98. Grayscale: #212121. Windows color (decimal): -14674585 or 6755616. OLE color: 6755616.
HSL color Cylindrical-coordinate representation of color #201567: hue angle of 248.05º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201567 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 21 | 103 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.60 |
| HSL | 248.05º | 0.66% | 0.24% | - |
| HSV(B) | 248.05º | 0.8% | 0.4% | - |
| XYZ | 3.31 | 1.82 | 13.01 | - |
| YUV | 33.64 | 167.14 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 103 | 0.69 | 0.80 | 0 | 0.60 | 248.05 | 0.66 | 0.24 |
| Hex | 20 | 15 | 67 | 45 | 50 | 0 | 3C | F8 | 42 | 18 |
| Octal | 40 | 25 | 147 | 105 | 120 | 0 | 74 | 370 | 102 | 30 |
| Binary | 100000 | 10101 | 1100111 | 1000101 | 1010000 | 0 | 111100 | 11111000 | 1000010 | 11000 |
Color Harmonies of #201567
Complementary color
Monochromatic Colors of #201567
Black with #201567
Text Example
Text Example
White with #201567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201567; }
p { color: rgb(32,21,103); }
H1.HeaderClassName
{
color: #201567;
}
.AnyTagClassName
{
color: #201567;
}
</style>
background-color css
<style>
a { background-color: #201567; }
a { background-color: rgb(32,21,103); }
div.DivClassName
{
background-color: #201567;
}
.BgClassName
{
background-color: #201567;
}
</style>
border-color css
<style>
span { border-color: #201567; }
span { border-color: rgb(32,21,103); }
td.TdClassName
{
border-color: #201567;
}
.TagClassName
{
border-color: #201567;
}
</style>