Shades of Midnight Blue #201374
Tints of Midnight Blue #201374
RGB
CMYK
RGB Variations
Color information
#201374 (or 0x201374) is known color: Midnight Blue. HEX triplet: 20, 13 and 74. RGB value is (32,19,116). Sum of RGB (Red+Green+Blue) = 32+19+116=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 116 (45.70% from 255 or 69.46% from 167); Max value from RGB is 116 - color contains mainly: blue. Hex color #201374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201374 is #DFEC8B. Grayscale: #212121. Windows color (decimal): -14675084 or 7607072. OLE color: 7607072.
HSL color Cylindrical-coordinate representation of color #201374: hue angle of 248.04º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201374 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 19 | 116 | - |
| CMYK | 0.72 | 0.84 | 0 | 0.55 |
| HSL | 248.04º | 0.72% | 0.26% | - |
| HSV(B) | 248.04º | 0.84% | 0.45% | - |
| XYZ | 3.98 | 2.03 | 16.71 | - |
| YUV | 33.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 116 | 0.72 | 0.84 | 0 | 0.55 | 248.04 | 0.72 | 0.26 |
| Hex | 20 | 13 | 74 | 48 | 54 | 0 | 37 | F8 | 48 | 1A |
| Octal | 40 | 23 | 164 | 110 | 124 | 0 | 67 | 370 | 110 | 32 |
| Binary | 100000 | 10011 | 1110100 | 1001000 | 1010100 | 0 | 110111 | 11111000 | 1001000 | 11010 |
Color Harmonies of #201374
Complementary color
Monochromatic Colors of #201374
Black with #201374
Text Example
Text Example
White with #201374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201374; }
p { color: rgb(32,19,116); }
H1.HeaderClassName
{
color: #201374;
}
.AnyTagClassName
{
color: #201374;
}
</style>
background-color css
<style>
a { background-color: #201374; }
a { background-color: rgb(32,19,116); }
div.DivClassName
{
background-color: #201374;
}
.BgClassName
{
background-color: #201374;
}
</style>
border-color css
<style>
span { border-color: #201374; }
span { border-color: rgb(32,19,116); }
td.TdClassName
{
border-color: #201374;
}
.TagClassName
{
border-color: #201374;
}
</style>