Shades of Midnight Blue #201669
Tints of Midnight Blue #201669
RGB
CMYK
RGB Variations
Color information
#201669 (or 0x201669) is known color: Midnight Blue. HEX triplet: 20, 16 and 69. RGB value is (32,22,105). Sum of RGB (Red+Green+Blue) = 32+22+105=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #201669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201669 is #DFE996. Grayscale: #222222. Windows color (decimal): -14674327 or 6886944. OLE color: 6886944.
HSL color Cylindrical-coordinate representation of color #201669: hue angle of 247.23º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201669 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 22 | 105 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.59 |
| HSL | 247.23º | 0.65% | 0.25% | - |
| HSV(B) | 247.23º | 0.79% | 0.41% | - |
| XYZ | 3.43 | 1.9 | 13.55 | - |
| YUV | 34.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 105 | 0.70 | 0.79 | 0 | 0.59 | 247.23 | 0.65 | 0.25 |
| Hex | 20 | 16 | 69 | 46 | 4F | 0 | 3B | F7 | 41 | 19 |
| Octal | 40 | 26 | 151 | 106 | 117 | 0 | 73 | 367 | 101 | 31 |
| Binary | 100000 | 10110 | 1101001 | 1000110 | 1001111 | 0 | 111011 | 11110111 | 1000001 | 11001 |
Color Harmonies of #201669
Complementary color
Monochromatic Colors of #201669
Black with #201669
Text Example
Text Example
White with #201669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201669; }
p { color: rgb(32,22,105); }
H1.HeaderClassName
{
color: #201669;
}
.AnyTagClassName
{
color: #201669;
}
</style>
background-color css
<style>
a { background-color: #201669; }
a { background-color: rgb(32,22,105); }
div.DivClassName
{
background-color: #201669;
}
.BgClassName
{
background-color: #201669;
}
</style>
border-color css
<style>
span { border-color: #201669; }
span { border-color: rgb(32,22,105); }
td.TdClassName
{
border-color: #201669;
}
.TagClassName
{
border-color: #201669;
}
</style>