Shades of Midnight Blue #202670
Tints of Midnight Blue #202670
RGB
CMYK
RGB Variations
Color information
#202670 (or 0x202670) is known color: Midnight Blue. HEX triplet: 20, 26 and 70. RGB value is (32,38,112). Sum of RGB (Red+Green+Blue) = 32+38+112=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #202670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202670 is #DFD98F. Grayscale: #2C2C2C. Windows color (decimal): -14670224 or 7349792. OLE color: 7349792.
HSL color Cylindrical-coordinate representation of color #202670: hue angle of 235.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #202670 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 38 | 112 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.56 |
| HSL | 235.5º | 0.56% | 0.28% | - |
| HSV(B) | 235.5º | 0.71% | 0.44% | - |
| XYZ | 4.21 | 2.86 | 15.66 | - |
| YUV | 44.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 112 | 0.71 | 0.66 | 0 | 0.56 | 235.5 | 0.56 | 0.28 |
| Hex | 20 | 26 | 70 | 47 | 42 | 0 | 38 | EC | 38 | 1C |
| Octal | 40 | 46 | 160 | 107 | 102 | 0 | 70 | 354 | 70 | 34 |
| Binary | 100000 | 100110 | 1110000 | 1000111 | 1000010 | 0 | 111000 | 11101100 | 111000 | 11100 |
Color Harmonies of #202670
Complementary color
Monochromatic Colors of #202670
Black with #202670
Text Example
Text Example
White with #202670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202670; }
p { color: rgb(32,38,112); }
H1.HeaderClassName
{
color: #202670;
}
.AnyTagClassName
{
color: #202670;
}
</style>
background-color css
<style>
a { background-color: #202670; }
a { background-color: rgb(32,38,112); }
div.DivClassName
{
background-color: #202670;
}
.BgClassName
{
background-color: #202670;
}
</style>
border-color css
<style>
span { border-color: #202670; }
span { border-color: rgb(32,38,112); }
td.TdClassName
{
border-color: #202670;
}
.TagClassName
{
border-color: #202670;
}
</style>