Shades of Midnight Blue #201C6D
Tints of Midnight Blue #201C6D
RGB
CMYK
RGB Variations
Color information
#201C6D (or 0x201C6D) is known color: Midnight Blue. HEX triplet: 20, 1C and 6D. RGB value is (32,28,109). Sum of RGB (Red+Green+Blue) = 32+28+109=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #201C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C6D is #DFE392. Grayscale: #262626. Windows color (decimal): -14672787 or 7150624. OLE color: 7150624.
HSL color Cylindrical-coordinate representation of color #201C6D: hue angle of 242.96º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #201C6D is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 28 | 109 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.57 |
| HSL | 242.96º | 0.59% | 0.27% | - |
| HSV(B) | 242.96º | 0.74% | 0.43% | - |
| XYZ | 3.77 | 2.24 | 14.7 | - |
| YUV | 38.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 109 | 0.71 | 0.74 | 0 | 0.57 | 242.96 | 0.59 | 0.27 |
| Hex | 20 | 1C | 6D | 47 | 4A | 0 | 39 | F3 | 3B | 1B |
| Octal | 40 | 34 | 155 | 107 | 112 | 0 | 71 | 363 | 73 | 33 |
| Binary | 100000 | 11100 | 1101101 | 1000111 | 1001010 | 0 | 111001 | 11110011 | 111011 | 11011 |
Color Harmonies of #201C6D
Complementary color
Monochromatic Colors of #201C6D
Black with #201C6D
Text Example
Text Example
White with #201C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C6D; }
p { color: rgb(32,28,109); }
H1.HeaderClassName
{
color: #201C6D;
}
.AnyTagClassName
{
color: #201C6D;
}
</style>
background-color css
<style>
a { background-color: #201C6D; }
a { background-color: rgb(32,28,109); }
div.DivClassName
{
background-color: #201C6D;
}
.BgClassName
{
background-color: #201C6D;
}
</style>
border-color css
<style>
span { border-color: #201C6D; }
span { border-color: rgb(32,28,109); }
td.TdClassName
{
border-color: #201C6D;
}
.TagClassName
{
border-color: #201C6D;
}
</style>