Shades of Midnight Blue #202066
Tints of Midnight Blue #202066
RGB
CMYK
RGB Variations
Color information
#202066 (or 0x202066) is known color: Midnight Blue. HEX triplet: 20, 20 and 66. RGB value is (32,32,102). Sum of RGB (Red+Green+Blue) = 32+32+102=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #202066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202066 is #DFDF99. Grayscale: #272727. Windows color (decimal): -14671770 or 6692896. OLE color: 6692896.
HSL color Cylindrical-coordinate representation of color #202066: hue angle of 240º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #202066 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 32 | 102 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.6 |
| HSL | 240º | 0.52% | 0.26% | - |
| HSV(B) | 240º | 0.69% | 0.4% | - |
| XYZ | 3.51 | 2.3 | 12.83 | - |
| YUV | 39.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 102 | 0.69 | 0.69 | 0 | 0.6 | 240 | 0.52 | 0.26 |
| Hex | 20 | 20 | 66 | 45 | 45 | 0 | 3C | F0 | 34 | 1A |
| Octal | 40 | 40 | 146 | 105 | 105 | 0 | 74 | 360 | 64 | 32 |
| Binary | 100000 | 100000 | 1100110 | 1000101 | 1000101 | 0 | 111100 | 11110000 | 110100 | 11010 |
Color Harmonies of #202066
Complementary color
Monochromatic Colors of #202066
Black with #202066
Text Example
Text Example
White with #202066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202066; }
p { color: rgb(32,32,102); }
H1.HeaderClassName
{
color: #202066;
}
.AnyTagClassName
{
color: #202066;
}
</style>
background-color css
<style>
a { background-color: #202066; }
a { background-color: rgb(32,32,102); }
div.DivClassName
{
background-color: #202066;
}
.BgClassName
{
background-color: #202066;
}
</style>
border-color css
<style>
span { border-color: #202066; }
span { border-color: rgb(32,32,102); }
td.TdClassName
{
border-color: #202066;
}
.TagClassName
{
border-color: #202066;
}
</style>