Shades of Midnight Blue #201C6B
Tints of Midnight Blue #201C6B
RGB
CMYK
RGB Variations
Color information
#201C6B (or 0x201C6B) is known color: Midnight Blue. HEX triplet: 20, 1C and 6B. RGB value is (32,28,107). Sum of RGB (Red+Green+Blue) = 32+28+107=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #201C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C6B is #DFE394. Grayscale: #252525. Windows color (decimal): -14672789 or 7019552. OLE color: 7019552.
HSL color Cylindrical-coordinate representation of color #201C6B: hue angle of 243.04º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #201C6B is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 28 | 107 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.58 |
| HSL | 243.04º | 0.59% | 0.26% | - |
| HSV(B) | 243.04º | 0.74% | 0.42% | - |
| XYZ | 3.66 | 2.2 | 14.14 | - |
| YUV | 38.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 107 | 0.70 | 0.74 | 0 | 0.58 | 243.04 | 0.59 | 0.26 |
| Hex | 20 | 1C | 6B | 46 | 4A | 0 | 3A | F3 | 3B | 1A |
| Octal | 40 | 34 | 153 | 106 | 112 | 0 | 72 | 363 | 73 | 32 |
| Binary | 100000 | 11100 | 1101011 | 1000110 | 1001010 | 0 | 111010 | 11110011 | 111011 | 11010 |
Color Harmonies of #201C6B
Complementary color
Monochromatic Colors of #201C6B
Black with #201C6B
Text Example
Text Example
White with #201C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C6B; }
p { color: rgb(32,28,107); }
H1.HeaderClassName
{
color: #201C6B;
}
.AnyTagClassName
{
color: #201C6B;
}
</style>
background-color css
<style>
a { background-color: #201C6B; }
a { background-color: rgb(32,28,107); }
div.DivClassName
{
background-color: #201C6B;
}
.BgClassName
{
background-color: #201C6B;
}
</style>
border-color css
<style>
span { border-color: #201C6B; }
span { border-color: rgb(32,28,107); }
td.TdClassName
{
border-color: #201C6B;
}
.TagClassName
{
border-color: #201C6B;
}
</style>