Shades of Midnight Blue #201868
Tints of Midnight Blue #201868
RGB
CMYK
RGB Variations
Color information
#201868 (or 0x201868) is known color: Midnight Blue. HEX triplet: 20, 18 and 68. RGB value is (32,24,104). Sum of RGB (Red+Green+Blue) = 32+24+104=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #201868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201868 is #DFE797. Grayscale: #232323. Windows color (decimal): -14673816 or 6821920. OLE color: 6821920.
HSL color Cylindrical-coordinate representation of color #201868: hue angle of 246º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201868 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 24 | 104 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.59 |
| HSL | 246º | 0.63% | 0.25% | - |
| HSV(B) | 246º | 0.77% | 0.41% | - |
| XYZ | 3.42 | 1.96 | 13.29 | - |
| YUV | 35.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 104 | 0.69 | 0.77 | 0 | 0.59 | 246 | 0.63 | 0.25 |
| Hex | 20 | 18 | 68 | 45 | 4D | 0 | 3B | F6 | 3E | 19 |
| Octal | 40 | 30 | 150 | 105 | 115 | 0 | 73 | 366 | 76 | 31 |
| Binary | 100000 | 11000 | 1101000 | 1000101 | 1001101 | 0 | 111011 | 11110110 | 111110 | 11001 |
Color Harmonies of #201868
Complementary color
Monochromatic Colors of #201868
Black with #201868
Text Example
Text Example
White with #201868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201868; }
p { color: rgb(32,24,104); }
H1.HeaderClassName
{
color: #201868;
}
.AnyTagClassName
{
color: #201868;
}
</style>
background-color css
<style>
a { background-color: #201868; }
a { background-color: rgb(32,24,104); }
div.DivClassName
{
background-color: #201868;
}
.BgClassName
{
background-color: #201868;
}
</style>
border-color css
<style>
span { border-color: #201868; }
span { border-color: rgb(32,24,104); }
td.TdClassName
{
border-color: #201868;
}
.TagClassName
{
border-color: #201868;
}
</style>