Shades of Midnight Blue #201C6F
Tints of Midnight Blue #201C6F
RGB
CMYK
RGB Variations
Color information
#201C6F (or 0x201C6F) is known color: Midnight Blue. HEX triplet: 20, 1C and 6F. RGB value is (32,28,111). Sum of RGB (Red+Green+Blue) = 32+28+111=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #201C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C6F is #DFE390. Grayscale: #262626. Windows color (decimal): -14672785 or 7281696. OLE color: 7281696.
HSL color Cylindrical-coordinate representation of color #201C6F: hue angle of 242.89º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201C6F is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 28 | 111 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.56 |
| HSL | 242.89º | 0.6% | 0.27% | - |
| HSV(B) | 242.89º | 0.75% | 0.44% | - |
| XYZ | 3.88 | 2.29 | 15.28 | - |
| YUV | 38.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 111 | 0.71 | 0.75 | 0 | 0.56 | 242.89 | 0.6 | 0.27 |
| Hex | 20 | 1C | 6F | 47 | 4B | 0 | 38 | F3 | 3C | 1B |
| Octal | 40 | 34 | 157 | 107 | 113 | 0 | 70 | 363 | 74 | 33 |
| Binary | 100000 | 11100 | 1101111 | 1000111 | 1001011 | 0 | 111000 | 11110011 | 111100 | 11011 |
Color Harmonies of #201C6F
Complementary color
Monochromatic Colors of #201C6F
Black with #201C6F
Text Example
Text Example
White with #201C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C6F; }
p { color: rgb(32,28,111); }
H1.HeaderClassName
{
color: #201C6F;
}
.AnyTagClassName
{
color: #201C6F;
}
</style>
background-color css
<style>
a { background-color: #201C6F; }
a { background-color: rgb(32,28,111); }
div.DivClassName
{
background-color: #201C6F;
}
.BgClassName
{
background-color: #201C6F;
}
</style>
border-color css
<style>
span { border-color: #201C6F; }
span { border-color: rgb(32,28,111); }
td.TdClassName
{
border-color: #201C6F;
}
.TagClassName
{
border-color: #201C6F;
}
</style>