Shades of Midnight Blue #201774
Tints of Midnight Blue #201774
RGB
CMYK
RGB Variations
Color information
#201774 (or 0x201774) is known color: Midnight Blue. HEX triplet: 20, 17 and 74. RGB value is (32,23,116). Sum of RGB (Red+Green+Blue) = 32+23+116=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #201774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201774 is #DFE88B. Grayscale: #232323. Windows color (decimal): -14674060 or 7608096. OLE color: 7608096.
HSL color Cylindrical-coordinate representation of color #201774: hue angle of 245.81º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201774 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 23 | 116 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.55 |
| HSL | 245.81º | 0.67% | 0.27% | - |
| HSV(B) | 245.81º | 0.8% | 0.45% | - |
| XYZ | 4.05 | 2.18 | 16.73 | - |
| YUV | 36.29 | 172.98 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 116 | 0.72 | 0.80 | 0 | 0.55 | 245.81 | 0.67 | 0.27 |
| Hex | 20 | 17 | 74 | 48 | 50 | 0 | 37 | F6 | 43 | 1B |
| Octal | 40 | 27 | 164 | 110 | 120 | 0 | 67 | 366 | 103 | 33 |
| Binary | 100000 | 10111 | 1110100 | 1001000 | 1010000 | 0 | 110111 | 11110110 | 1000011 | 11011 |
Color Harmonies of #201774
Complementary color
Monochromatic Colors of #201774
Black with #201774
Text Example
Text Example
White with #201774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201774; }
p { color: rgb(32,23,116); }
H1.HeaderClassName
{
color: #201774;
}
.AnyTagClassName
{
color: #201774;
}
</style>
background-color css
<style>
a { background-color: #201774; }
a { background-color: rgb(32,23,116); }
div.DivClassName
{
background-color: #201774;
}
.BgClassName
{
background-color: #201774;
}
</style>
border-color css
<style>
span { border-color: #201774; }
span { border-color: rgb(32,23,116); }
td.TdClassName
{
border-color: #201774;
}
.TagClassName
{
border-color: #201774;
}
</style>