Shades of Midnight Blue #202868
Tints of Midnight Blue #202868
RGB
CMYK
RGB Variations
Color information
#202868 (or 0x202868) is known color: Midnight Blue. HEX triplet: 20, 28 and 68. RGB value is (32,40,104). Sum of RGB (Red+Green+Blue) = 32+40+104=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #202868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202868 is #DFD797. Grayscale: #2C2C2C. Windows color (decimal): -14669720 or 6826016. OLE color: 6826016.
HSL color Cylindrical-coordinate representation of color #202868: hue angle of 233.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #202868 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 40 | 104 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.59 |
| HSL | 233.33º | 0.53% | 0.27% | - |
| HSV(B) | 233.33º | 0.69% | 0.41% | - |
| XYZ | 3.85 | 2.82 | 13.44 | - |
| YUV | 44.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 104 | 0.69 | 0.62 | 0 | 0.59 | 233.33 | 0.53 | 0.27 |
| Hex | 20 | 28 | 68 | 45 | 3E | 0 | 3B | E9 | 35 | 1B |
| Octal | 40 | 50 | 150 | 105 | 76 | 0 | 73 | 351 | 65 | 33 |
| Binary | 100000 | 101000 | 1101000 | 1000101 | 111110 | 0 | 111011 | 11101001 | 110101 | 11011 |
Color Harmonies of #202868
Complementary color
Monochromatic Colors of #202868
Black with #202868
Text Example
Text Example
White with #202868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202868; }
p { color: rgb(32,40,104); }
H1.HeaderClassName
{
color: #202868;
}
.AnyTagClassName
{
color: #202868;
}
</style>
background-color css
<style>
a { background-color: #202868; }
a { background-color: rgb(32,40,104); }
div.DivClassName
{
background-color: #202868;
}
.BgClassName
{
background-color: #202868;
}
</style>
border-color css
<style>
span { border-color: #202868; }
span { border-color: rgb(32,40,104); }
td.TdClassName
{
border-color: #202868;
}
.TagClassName
{
border-color: #202868;
}
</style>