Shades of Midnight Blue #201F6C
Tints of Midnight Blue #201F6C
RGB
CMYK
RGB Variations
Color information
#201F6C (or 0x201F6C) is known color: Midnight Blue. HEX triplet: 20, 1F and 6C. RGB value is (32,31,108). Sum of RGB (Red+Green+Blue) = 32+31+108=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #201F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F6C is #DFE093. Grayscale: #272727. Windows color (decimal): -14672020 or 7085856. OLE color: 7085856.
HSL color Cylindrical-coordinate representation of color #201F6C: hue angle of 240.78º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #201F6C is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 31 | 108 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.58 |
| HSL | 240.78º | 0.55% | 0.27% | - |
| HSV(B) | 240.78º | 0.71% | 0.42% | - |
| XYZ | 3.79 | 2.37 | 14.44 | - |
| YUV | 40.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 108 | 0.70 | 0.71 | 0 | 0.58 | 240.78 | 0.55 | 0.27 |
| Hex | 20 | 1F | 6C | 46 | 47 | 0 | 3A | F1 | 37 | 1B |
| Octal | 40 | 37 | 154 | 106 | 107 | 0 | 72 | 361 | 67 | 33 |
| Binary | 100000 | 11111 | 1101100 | 1000110 | 1000111 | 0 | 111010 | 11110001 | 110111 | 11011 |
Color Harmonies of #201F6C
Complementary color
Monochromatic Colors of #201F6C
Black with #201F6C
Text Example
Text Example
White with #201F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F6C; }
p { color: rgb(32,31,108); }
H1.HeaderClassName
{
color: #201F6C;
}
.AnyTagClassName
{
color: #201F6C;
}
</style>
background-color css
<style>
a { background-color: #201F6C; }
a { background-color: rgb(32,31,108); }
div.DivClassName
{
background-color: #201F6C;
}
.BgClassName
{
background-color: #201F6C;
}
</style>
border-color css
<style>
span { border-color: #201F6C; }
span { border-color: rgb(32,31,108); }
td.TdClassName
{
border-color: #201F6C;
}
.TagClassName
{
border-color: #201F6C;
}
</style>