Shades of Midnight Blue #201974
Tints of Midnight Blue #201974
RGB
CMYK
RGB Variations
Color information
#201974 (or 0x201974) is known color: Midnight Blue. HEX triplet: 20, 19 and 74. RGB value is (32,25,116). Sum of RGB (Red+Green+Blue) = 32+25+116=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #201974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201974 is #DFE68B. Grayscale: #252525. Windows color (decimal): -14673548 or 7608608. OLE color: 7608608.
HSL color Cylindrical-coordinate representation of color #201974: hue angle of 244.62º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #201974 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 25 | 116 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.55 |
| HSL | 244.62º | 0.65% | 0.28% | - |
| HSV(B) | 244.62º | 0.78% | 0.45% | - |
| XYZ | 4.1 | 2.26 | 16.74 | - |
| YUV | 37.47 | 172.32 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 116 | 0.72 | 0.78 | 0 | 0.55 | 244.62 | 0.65 | 0.28 |
| Hex | 20 | 19 | 74 | 48 | 4E | 0 | 37 | F5 | 41 | 1C |
| Octal | 40 | 31 | 164 | 110 | 116 | 0 | 67 | 365 | 101 | 34 |
| Binary | 100000 | 11001 | 1110100 | 1001000 | 1001110 | 0 | 110111 | 11110101 | 1000001 | 11100 |
Color Harmonies of #201974
Complementary color
Monochromatic Colors of #201974
Black with #201974
Text Example
Text Example
White with #201974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201974; }
p { color: rgb(32,25,116); }
H1.HeaderClassName
{
color: #201974;
}
.AnyTagClassName
{
color: #201974;
}
</style>
background-color css
<style>
a { background-color: #201974; }
a { background-color: rgb(32,25,116); }
div.DivClassName
{
background-color: #201974;
}
.BgClassName
{
background-color: #201974;
}
</style>
border-color css
<style>
span { border-color: #201974; }
span { border-color: rgb(32,25,116); }
td.TdClassName
{
border-color: #201974;
}
.TagClassName
{
border-color: #201974;
}
</style>