Shades of Midnight Blue #201368
Tints of Midnight Blue #201368
RGB
CMYK
RGB Variations
Color information
#201368 (or 0x201368) is known color: Midnight Blue. HEX triplet: 20, 13 and 68. RGB value is (32,19,104). Sum of RGB (Red+Green+Blue) = 32+19+104=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #201368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201368 is #DFEC97. Grayscale: #202020. Windows color (decimal): -14675096 or 6820640. OLE color: 6820640.
HSL color Cylindrical-coordinate representation of color #201368: hue angle of 249.18º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201368 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 19 | 104 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.59 |
| HSL | 249.18º | 0.69% | 0.24% | - |
| HSV(B) | 249.18º | 0.82% | 0.41% | - |
| XYZ | 3.33 | 1.77 | 13.26 | - |
| YUV | 32.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 104 | 0.69 | 0.82 | 0 | 0.59 | 249.18 | 0.69 | 0.24 |
| Hex | 20 | 13 | 68 | 45 | 52 | 0 | 3B | F9 | 45 | 18 |
| Octal | 40 | 23 | 150 | 105 | 122 | 0 | 73 | 371 | 105 | 30 |
| Binary | 100000 | 10011 | 1101000 | 1000101 | 1010010 | 0 | 111011 | 11111001 | 1000101 | 11000 |
Color Harmonies of #201368
Complementary color
Monochromatic Colors of #201368
Black with #201368
Text Example
Text Example
White with #201368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201368; }
p { color: rgb(32,19,104); }
H1.HeaderClassName
{
color: #201368;
}
.AnyTagClassName
{
color: #201368;
}
</style>
background-color css
<style>
a { background-color: #201368; }
a { background-color: rgb(32,19,104); }
div.DivClassName
{
background-color: #201368;
}
.BgClassName
{
background-color: #201368;
}
</style>
border-color css
<style>
span { border-color: #201368; }
span { border-color: rgb(32,19,104); }
td.TdClassName
{
border-color: #201368;
}
.TagClassName
{
border-color: #201368;
}
</style>