Shades of Midnight Blue #201174
Tints of Midnight Blue #201174
RGB
CMYK
RGB Variations
Color information
#201174 (or 0x201174) is known color: Midnight Blue. HEX triplet: 20, 11 and 74. RGB value is (32,17,116). Sum of RGB (Red+Green+Blue) = 32+17+116=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #201174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201174 is #DFEE8B. Grayscale: #202020. Windows color (decimal): -14675596 or 7606560. OLE color: 7606560.
HSL color Cylindrical-coordinate representation of color #201174: hue angle of 249.09º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201174 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 17 | 116 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.55 |
| HSL | 249.09º | 0.74% | 0.26% | - |
| HSV(B) | 249.09º | 0.85% | 0.45% | - |
| XYZ | 3.95 | 1.97 | 16.69 | - |
| YUV | 32.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 116 | 0.72 | 0.85 | 0 | 0.55 | 249.09 | 0.74 | 0.26 |
| Hex | 20 | 11 | 74 | 48 | 55 | 0 | 37 | F9 | 4A | 1A |
| Octal | 40 | 21 | 164 | 110 | 125 | 0 | 67 | 371 | 112 | 32 |
| Binary | 100000 | 10001 | 1110100 | 1001000 | 1010101 | 0 | 110111 | 11111001 | 1001010 | 11010 |
Color Harmonies of #201174
Complementary color
Monochromatic Colors of #201174
Black with #201174
Text Example
Text Example
White with #201174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201174; }
p { color: rgb(32,17,116); }
H1.HeaderClassName
{
color: #201174;
}
.AnyTagClassName
{
color: #201174;
}
</style>
background-color css
<style>
a { background-color: #201174; }
a { background-color: rgb(32,17,116); }
div.DivClassName
{
background-color: #201174;
}
.BgClassName
{
background-color: #201174;
}
</style>
border-color css
<style>
span { border-color: #201174; }
span { border-color: rgb(32,17,116); }
td.TdClassName
{
border-color: #201174;
}
.TagClassName
{
border-color: #201174;
}
</style>