Shades of Midnight Blue #201677
Tints of Midnight Blue #201677
RGB
CMYK
RGB Variations
Color information
#201677 (or 0x201677) is known color: Midnight Blue. HEX triplet: 20, 16 and 77. RGB value is (32,22,119). Sum of RGB (Red+Green+Blue) = 32+22+119=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #201677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201677 is #DFE988. Grayscale: #232323. Windows color (decimal): -14674313 or 7804448. OLE color: 7804448.
HSL color Cylindrical-coordinate representation of color #201677: hue angle of 246.19º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201677 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 22 | 119 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.53 |
| HSL | 246.19º | 0.69% | 0.28% | - |
| HSV(B) | 246.19º | 0.82% | 0.47% | - |
| XYZ | 4.21 | 2.21 | 17.66 | - |
| YUV | 36.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 119 | 0.73 | 0.82 | 0 | 0.53 | 246.19 | 0.69 | 0.28 |
| Hex | 20 | 16 | 77 | 49 | 52 | 0 | 35 | F6 | 45 | 1C |
| Octal | 40 | 26 | 167 | 111 | 122 | 0 | 65 | 366 | 105 | 34 |
| Binary | 100000 | 10110 | 1110111 | 1001001 | 1010010 | 0 | 110101 | 11110110 | 1000101 | 11100 |
Color Harmonies of #201677
Complementary color
Monochromatic Colors of #201677
Black with #201677
Text Example
Text Example
White with #201677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201677; }
p { color: rgb(32,22,119); }
H1.HeaderClassName
{
color: #201677;
}
.AnyTagClassName
{
color: #201677;
}
</style>
background-color css
<style>
a { background-color: #201677; }
a { background-color: rgb(32,22,119); }
div.DivClassName
{
background-color: #201677;
}
.BgClassName
{
background-color: #201677;
}
</style>
border-color css
<style>
span { border-color: #201677; }
span { border-color: rgb(32,22,119); }
td.TdClassName
{
border-color: #201677;
}
.TagClassName
{
border-color: #201677;
}
</style>