Shades of Midnight Blue #201C81
Tints of Midnight Blue #201C81
RGB
CMYK
RGB Variations
Color information
#201C81 (or 0x201C81) is known color: Midnight Blue. HEX triplet: 20, 1C and 81. RGB value is (32,28,129). Sum of RGB (Red+Green+Blue) = 32+28+129=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #201C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201C81 is #DFE37E. Grayscale: #282828. Windows color (decimal): -14672767 or 8461344. OLE color: 8461344.
HSL color Cylindrical-coordinate representation of color #201C81: hue angle of 242.38º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201C81 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 28 | 129 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.49 |
| HSL | 242.38º | 0.64% | 0.31% | - |
| HSV(B) | 242.38º | 0.78% | 0.51% | - |
| XYZ | 4.97 | 2.72 | 21.03 | - |
| YUV | 40.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 129 | 0.75 | 0.78 | 0 | 0.49 | 242.38 | 0.64 | 0.31 |
| Hex | 20 | 1C | 81 | 4B | 4E | 0 | 31 | F2 | 40 | 1F |
| Octal | 40 | 34 | 201 | 113 | 116 | 0 | 61 | 362 | 100 | 37 |
| Binary | 100000 | 11100 | 10000001 | 1001011 | 1001110 | 0 | 110001 | 11110010 | 1000000 | 11111 |
Color Harmonies of #201C81
Complementary color
Monochromatic Colors of #201C81
Black with #201C81
Text Example
Text Example
White with #201C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C81; }
p { color: rgb(32,28,129); }
H1.HeaderClassName
{
color: #201C81;
}
.AnyTagClassName
{
color: #201C81;
}
</style>
background-color css
<style>
a { background-color: #201C81; }
a { background-color: rgb(32,28,129); }
div.DivClassName
{
background-color: #201C81;
}
.BgClassName
{
background-color: #201C81;
}
</style>
border-color css
<style>
span { border-color: #201C81; }
span { border-color: rgb(32,28,129); }
td.TdClassName
{
border-color: #201C81;
}
.TagClassName
{
border-color: #201C81;
}
</style>