Shades of Midnight Blue #201C6C
Tints of Midnight Blue #201C6C
RGB
CMYK
RGB Variations
Color information
#201C6C (or 0x201C6C) is known color: Midnight Blue. HEX triplet: 20, 1C and 6C. RGB value is (32,28,108). Sum of RGB (Red+Green+Blue) = 32+28+108=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #201C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C6C is #DFE393. Grayscale: #262626. Windows color (decimal): -14672788 or 7085088. OLE color: 7085088.
HSL color Cylindrical-coordinate representation of color #201C6C: hue angle of 243º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #201C6C is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 28 | 108 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.58 |
| HSL | 243º | 0.59% | 0.27% | - |
| HSV(B) | 243º | 0.74% | 0.42% | - |
| XYZ | 3.72 | 2.22 | 14.42 | - |
| YUV | 38.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 108 | 0.70 | 0.74 | 0 | 0.58 | 243 | 0.59 | 0.27 |
| Hex | 20 | 1C | 6C | 46 | 4A | 0 | 3A | F3 | 3B | 1B |
| Octal | 40 | 34 | 154 | 106 | 112 | 0 | 72 | 363 | 73 | 33 |
| Binary | 100000 | 11100 | 1101100 | 1000110 | 1001010 | 0 | 111010 | 11110011 | 111011 | 11011 |
Color Harmonies of #201C6C
Complementary color
Monochromatic Colors of #201C6C
Black with #201C6C
Text Example
Text Example
White with #201C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C6C; }
p { color: rgb(32,28,108); }
H1.HeaderClassName
{
color: #201C6C;
}
.AnyTagClassName
{
color: #201C6C;
}
</style>
background-color css
<style>
a { background-color: #201C6C; }
a { background-color: rgb(32,28,108); }
div.DivClassName
{
background-color: #201C6C;
}
.BgClassName
{
background-color: #201C6C;
}
</style>
border-color css
<style>
span { border-color: #201C6C; }
span { border-color: rgb(32,28,108); }
td.TdClassName
{
border-color: #201C6C;
}
.TagClassName
{
border-color: #201C6C;
}
</style>