Shades of Midnight Blue #201672
Tints of Midnight Blue #201672
RGB
CMYK
RGB Variations
Color information
#201672 (or 0x201672) is known color: Midnight Blue. HEX triplet: 20, 16 and 72. RGB value is (32,22,114). Sum of RGB (Red+Green+Blue) = 32+22+114=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #201672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201672 is #DFE98D. Grayscale: #232323. Windows color (decimal): -14674318 or 7476768. OLE color: 7476768.
HSL color Cylindrical-coordinate representation of color #201672: hue angle of 246.52º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201672 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 22 | 114 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.55 |
| HSL | 246.52º | 0.68% | 0.27% | - |
| HSV(B) | 246.52º | 0.81% | 0.45% | - |
| XYZ | 3.92 | 2.1 | 16.12 | - |
| YUV | 35.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 114 | 0.72 | 0.81 | 0 | 0.55 | 246.52 | 0.68 | 0.27 |
| Hex | 20 | 16 | 72 | 48 | 51 | 0 | 37 | F7 | 44 | 1B |
| Octal | 40 | 26 | 162 | 110 | 121 | 0 | 67 | 367 | 104 | 33 |
| Binary | 100000 | 10110 | 1110010 | 1001000 | 1010001 | 0 | 110111 | 11110111 | 1000100 | 11011 |
Color Harmonies of #201672
Complementary color
Monochromatic Colors of #201672
Black with #201672
Text Example
Text Example
White with #201672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201672; }
p { color: rgb(32,22,114); }
H1.HeaderClassName
{
color: #201672;
}
.AnyTagClassName
{
color: #201672;
}
</style>
background-color css
<style>
a { background-color: #201672; }
a { background-color: rgb(32,22,114); }
div.DivClassName
{
background-color: #201672;
}
.BgClassName
{
background-color: #201672;
}
</style>
border-color css
<style>
span { border-color: #201672; }
span { border-color: rgb(32,22,114); }
td.TdClassName
{
border-color: #201672;
}
.TagClassName
{
border-color: #201672;
}
</style>