Shades of Midnight Blue #201678
Tints of Midnight Blue #201678
RGB
CMYK
RGB Variations
Color information
#201678 (or 0x201678) is known color: Midnight Blue. HEX triplet: 20, 16 and 78. RGB value is (32,22,120). Sum of RGB (Red+Green+Blue) = 32+22+120=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #201678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201678 is #DFE987. Grayscale: #232323. Windows color (decimal): -14674312 or 7869984. OLE color: 7869984.
HSL color Cylindrical-coordinate representation of color #201678: hue angle of 246.12º 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 #201678 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 22 | 120 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.53 |
| HSL | 246.12º | 0.69% | 0.28% | - |
| HSV(B) | 246.12º | 0.82% | 0.47% | - |
| XYZ | 4.27 | 2.24 | 17.98 | - |
| YUV | 36.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 120 | 0.73 | 0.82 | 0 | 0.53 | 246.12 | 0.69 | 0.28 |
| Hex | 20 | 16 | 78 | 49 | 52 | 0 | 35 | F6 | 45 | 1C |
| Octal | 40 | 26 | 170 | 111 | 122 | 0 | 65 | 366 | 105 | 34 |
| Binary | 100000 | 10110 | 1111000 | 1001001 | 1010010 | 0 | 110101 | 11110110 | 1000101 | 11100 |
Color Harmonies of #201678
Complementary color
Monochromatic Colors of #201678
Black with #201678
Text Example
Text Example
White with #201678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201678; }
p { color: rgb(32,22,120); }
H1.HeaderClassName
{
color: #201678;
}
.AnyTagClassName
{
color: #201678;
}
</style>
background-color css
<style>
a { background-color: #201678; }
a { background-color: rgb(32,22,120); }
div.DivClassName
{
background-color: #201678;
}
.BgClassName
{
background-color: #201678;
}
</style>
border-color css
<style>
span { border-color: #201678; }
span { border-color: rgb(32,22,120); }
td.TdClassName
{
border-color: #201678;
}
.TagClassName
{
border-color: #201678;
}
</style>