Shades of Midnight Blue #201C6E
Tints of Midnight Blue #201C6E
RGB
CMYK
RGB Variations
Color information
#201C6E (or 0x201C6E) is known color: Midnight Blue. HEX triplet: 20, 1C and 6E. RGB value is (32,28,110). Sum of RGB (Red+Green+Blue) = 32+28+110=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 110 (43.36% from 255 or 64.71% from 170); Max value from RGB is 110 - color contains mainly: blue. Hex color #201C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C6E is #DFE391. Grayscale: #262626. Windows color (decimal): -14672786 or 7216160. OLE color: 7216160.
HSL color Cylindrical-coordinate representation of color #201C6E: hue angle of 242.93º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201C6E is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 28 | 110 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.57 |
| HSL | 242.93º | 0.59% | 0.27% | - |
| HSV(B) | 242.93º | 0.75% | 0.43% | - |
| XYZ | 3.83 | 2.26 | 14.99 | - |
| YUV | 38.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 110 | 0.71 | 0.75 | 0 | 0.57 | 242.93 | 0.59 | 0.27 |
| Hex | 20 | 1C | 6E | 47 | 4B | 0 | 39 | F3 | 3B | 1B |
| Octal | 40 | 34 | 156 | 107 | 113 | 0 | 71 | 363 | 73 | 33 |
| Binary | 100000 | 11100 | 1101110 | 1000111 | 1001011 | 0 | 111001 | 11110011 | 111011 | 11011 |
Color Harmonies of #201C6E
Complementary color
Monochromatic Colors of #201C6E
Black with #201C6E
Text Example
Text Example
White with #201C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C6E; }
p { color: rgb(32,28,110); }
H1.HeaderClassName
{
color: #201C6E;
}
.AnyTagClassName
{
color: #201C6E;
}
</style>
background-color css
<style>
a { background-color: #201C6E; }
a { background-color: rgb(32,28,110); }
div.DivClassName
{
background-color: #201C6E;
}
.BgClassName
{
background-color: #201C6E;
}
</style>
border-color css
<style>
span { border-color: #201C6E; }
span { border-color: rgb(32,28,110); }
td.TdClassName
{
border-color: #201C6E;
}
.TagClassName
{
border-color: #201C6E;
}
</style>