Shades of Midnight Blue #201F6F
Tints of Midnight Blue #201F6F
RGB
CMYK
RGB Variations
Color information
#201F6F (or 0x201F6F) is known color: Midnight Blue. HEX triplet: 20, 1F and 6F. RGB value is (32,31,111). Sum of RGB (Red+Green+Blue) = 32+31+111=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #201F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F6F is #DFE090. Grayscale: #282828. Windows color (decimal): -14672017 or 7282464. OLE color: 7282464.
HSL color Cylindrical-coordinate representation of color #201F6F: hue angle of 240.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201F6F is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 31 | 111 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.56 |
| HSL | 240.75º | 0.56% | 0.28% | - |
| HSV(B) | 240.75º | 0.72% | 0.44% | - |
| XYZ | 3.95 | 2.43 | 15.3 | - |
| YUV | 40.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 111 | 0.71 | 0.72 | 0 | 0.56 | 240.75 | 0.56 | 0.28 |
| Hex | 20 | 1F | 6F | 47 | 48 | 0 | 38 | F1 | 38 | 1C |
| Octal | 40 | 37 | 157 | 107 | 110 | 0 | 70 | 361 | 70 | 34 |
| Binary | 100000 | 11111 | 1101111 | 1000111 | 1001000 | 0 | 111000 | 11110001 | 111000 | 11100 |
Color Harmonies of #201F6F
Complementary color
Monochromatic Colors of #201F6F
Black with #201F6F
Text Example
Text Example
White with #201F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F6F; }
p { color: rgb(32,31,111); }
H1.HeaderClassName
{
color: #201F6F;
}
.AnyTagClassName
{
color: #201F6F;
}
</style>
background-color css
<style>
a { background-color: #201F6F; }
a { background-color: rgb(32,31,111); }
div.DivClassName
{
background-color: #201F6F;
}
.BgClassName
{
background-color: #201F6F;
}
</style>
border-color css
<style>
span { border-color: #201F6F; }
span { border-color: rgb(32,31,111); }
td.TdClassName
{
border-color: #201F6F;
}
.TagClassName
{
border-color: #201F6F;
}
</style>