Shades of Midnight Blue #201F6E
Tints of Midnight Blue #201F6E
RGB
CMYK
RGB Variations
Color information
#201F6E (or 0x201F6E) is known color: Midnight Blue. HEX triplet: 20, 1F and 6E. RGB value is (32,31,110). Sum of RGB (Red+Green+Blue) = 32+31+110=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #201F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F6E is #DFE091. Grayscale: #272727. Windows color (decimal): -14672018 or 7216928. OLE color: 7216928.
HSL color Cylindrical-coordinate representation of color #201F6E: hue angle of 240.76º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201F6E is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 31 | 110 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.57 |
| HSL | 240.76º | 0.56% | 0.28% | - |
| HSV(B) | 240.76º | 0.72% | 0.43% | - |
| XYZ | 3.9 | 2.41 | 15.01 | - |
| YUV | 40.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 110 | 0.71 | 0.72 | 0 | 0.57 | 240.76 | 0.56 | 0.28 |
| Hex | 20 | 1F | 6E | 47 | 48 | 0 | 39 | F1 | 38 | 1C |
| Octal | 40 | 37 | 156 | 107 | 110 | 0 | 71 | 361 | 70 | 34 |
| Binary | 100000 | 11111 | 1101110 | 1000111 | 1001000 | 0 | 111001 | 11110001 | 111000 | 11100 |
Color Harmonies of #201F6E
Complementary color
Monochromatic Colors of #201F6E
Black with #201F6E
Text Example
Text Example
White with #201F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F6E; }
p { color: rgb(32,31,110); }
H1.HeaderClassName
{
color: #201F6E;
}
.AnyTagClassName
{
color: #201F6E;
}
</style>
background-color css
<style>
a { background-color: #201F6E; }
a { background-color: rgb(32,31,110); }
div.DivClassName
{
background-color: #201F6E;
}
.BgClassName
{
background-color: #201F6E;
}
</style>
border-color css
<style>
span { border-color: #201F6E; }
span { border-color: rgb(32,31,110); }
td.TdClassName
{
border-color: #201F6E;
}
.TagClassName
{
border-color: #201F6E;
}
</style>