Shades of Midnight Blue #201679
Tints of Midnight Blue #201679
RGB
CMYK
RGB Variations
Color information
#201679 (or 0x201679) is known color: Midnight Blue. HEX triplet: 20, 16 and 79. RGB value is (32,22,121). Sum of RGB (Red+Green+Blue) = 32+22+121=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 121 (47.66% from 255 or 69.14% from 175); Max value from RGB is 121 - color contains mainly: blue. Hex color #201679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201679 is #DFE986. Grayscale: #232323. Windows color (decimal): -14674311 or 7935520. OLE color: 7935520.
HSL color Cylindrical-coordinate representation of color #201679: hue angle of 246.06º 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 #201679 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 22 | 121 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.53 |
| HSL | 246.06º | 0.69% | 0.28% | - |
| HSV(B) | 246.06º | 0.82% | 0.47% | - |
| XYZ | 4.33 | 2.26 | 18.3 | - |
| YUV | 36.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 121 | 0.74 | 0.82 | 0 | 0.53 | 246.06 | 0.69 | 0.28 |
| Hex | 20 | 16 | 79 | 4A | 52 | 0 | 35 | F6 | 45 | 1C |
| Octal | 40 | 26 | 171 | 112 | 122 | 0 | 65 | 366 | 105 | 34 |
| Binary | 100000 | 10110 | 1111001 | 1001010 | 1010010 | 0 | 110101 | 11110110 | 1000101 | 11100 |
Color Harmonies of #201679
Complementary color
Monochromatic Colors of #201679
Black with #201679
Text Example
Text Example
White with #201679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201679; }
p { color: rgb(32,22,121); }
H1.HeaderClassName
{
color: #201679;
}
.AnyTagClassName
{
color: #201679;
}
</style>
background-color css
<style>
a { background-color: #201679; }
a { background-color: rgb(32,22,121); }
div.DivClassName
{
background-color: #201679;
}
.BgClassName
{
background-color: #201679;
}
</style>
border-color css
<style>
span { border-color: #201679; }
span { border-color: rgb(32,22,121); }
td.TdClassName
{
border-color: #201679;
}
.TagClassName
{
border-color: #201679;
}
</style>