Shades of Midnight Blue #201F74
Tints of Midnight Blue #201F74
RGB
CMYK
RGB Variations
Color information
#201F74 (or 0x201F74) is known color: Midnight Blue. HEX triplet: 20, 1F and 74. RGB value is (32,31,116). Sum of RGB (Red+Green+Blue) = 32+31+116=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #201F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201F74 is #DFE08B. Grayscale: #282828. Windows color (decimal): -14672012 or 7610144. OLE color: 7610144.
HSL color Cylindrical-coordinate representation of color #201F74: hue angle of 240.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #201F74 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 31 | 116 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.55 |
| HSL | 240.71º | 0.58% | 0.29% | - |
| HSV(B) | 240.71º | 0.73% | 0.45% | - |
| XYZ | 4.24 | 2.55 | 16.79 | - |
| YUV | 40.99 | 170.33 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 116 | 0.72 | 0.73 | 0 | 0.55 | 240.71 | 0.58 | 0.29 |
| Hex | 20 | 1F | 74 | 48 | 49 | 0 | 37 | F1 | 3A | 1D |
| Octal | 40 | 37 | 164 | 110 | 111 | 0 | 67 | 361 | 72 | 35 |
| Binary | 100000 | 11111 | 1110100 | 1001000 | 1001001 | 0 | 110111 | 11110001 | 111010 | 11101 |
Color Harmonies of #201F74
Complementary color
Monochromatic Colors of #201F74
Black with #201F74
Text Example
Text Example
White with #201F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F74; }
p { color: rgb(32,31,116); }
H1.HeaderClassName
{
color: #201F74;
}
.AnyTagClassName
{
color: #201F74;
}
</style>
background-color css
<style>
a { background-color: #201F74; }
a { background-color: rgb(32,31,116); }
div.DivClassName
{
background-color: #201F74;
}
.BgClassName
{
background-color: #201F74;
}
</style>
border-color css
<style>
span { border-color: #201F74; }
span { border-color: rgb(32,31,116); }
td.TdClassName
{
border-color: #201F74;
}
.TagClassName
{
border-color: #201F74;
}
</style>