Shades of Midnight Blue #201574
Tints of Midnight Blue #201574
RGB
CMYK
RGB Variations
Color information
#201574 (or 0x201574) is known color: Midnight Blue. HEX triplet: 20, 15 and 74. RGB value is (32,21,116). Sum of RGB (Red+Green+Blue) = 32+21+116=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #201574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201574 is #DFEA8B. Grayscale: #222222. Windows color (decimal): -14674572 or 7607584. OLE color: 7607584.
HSL color Cylindrical-coordinate representation of color #201574: hue angle of 246.95º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201574 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 21 | 116 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.55 |
| HSL | 246.95º | 0.69% | 0.27% | - |
| HSV(B) | 246.95º | 0.82% | 0.45% | - |
| XYZ | 4.02 | 2.1 | 16.72 | - |
| YUV | 35.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 116 | 0.72 | 0.82 | 0 | 0.55 | 246.95 | 0.69 | 0.27 |
| Hex | 20 | 15 | 74 | 48 | 52 | 0 | 37 | F7 | 45 | 1B |
| Octal | 40 | 25 | 164 | 110 | 122 | 0 | 67 | 367 | 105 | 33 |
| Binary | 100000 | 10101 | 1110100 | 1001000 | 1010010 | 0 | 110111 | 11110111 | 1000101 | 11011 |
Color Harmonies of #201574
Complementary color
Monochromatic Colors of #201574
Black with #201574
Text Example
Text Example
White with #201574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201574; }
p { color: rgb(32,21,116); }
H1.HeaderClassName
{
color: #201574;
}
.AnyTagClassName
{
color: #201574;
}
</style>
background-color css
<style>
a { background-color: #201574; }
a { background-color: rgb(32,21,116); }
div.DivClassName
{
background-color: #201574;
}
.BgClassName
{
background-color: #201574;
}
</style>
border-color css
<style>
span { border-color: #201574; }
span { border-color: rgb(32,21,116); }
td.TdClassName
{
border-color: #201574;
}
.TagClassName
{
border-color: #201574;
}
</style>