Shades of Midnight Blue #202768
Tints of Midnight Blue #202768
RGB
CMYK
RGB Variations
Color information
#202768 (or 0x202768) is known color: Midnight Blue. HEX triplet: 20, 27 and 68. RGB value is (32,39,104). Sum of RGB (Red+Green+Blue) = 32+39+104=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #202768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202768 is #DFD897. Grayscale: #2C2C2C. Windows color (decimal): -14669976 or 6825760. OLE color: 6825760.
HSL color Cylindrical-coordinate representation of color #202768: hue angle of 234.17º 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 #202768 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 39 | 104 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.59 |
| HSL | 234.17º | 0.53% | 0.27% | - |
| HSV(B) | 234.17º | 0.69% | 0.41% | - |
| XYZ | 3.82 | 2.76 | 13.43 | - |
| YUV | 44.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 104 | 0.69 | 0.62 | 0 | 0.59 | 234.17 | 0.53 | 0.27 |
| Hex | 20 | 27 | 68 | 45 | 3E | 0 | 3B | EA | 35 | 1B |
| Octal | 40 | 47 | 150 | 105 | 76 | 0 | 73 | 352 | 65 | 33 |
| Binary | 100000 | 100111 | 1101000 | 1000101 | 111110 | 0 | 111011 | 11101010 | 110101 | 11011 |
Color Harmonies of #202768
Complementary color
Monochromatic Colors of #202768
Black with #202768
Text Example
Text Example
White with #202768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202768; }
p { color: rgb(32,39,104); }
H1.HeaderClassName
{
color: #202768;
}
.AnyTagClassName
{
color: #202768;
}
</style>
background-color css
<style>
a { background-color: #202768; }
a { background-color: rgb(32,39,104); }
div.DivClassName
{
background-color: #202768;
}
.BgClassName
{
background-color: #202768;
}
</style>
border-color css
<style>
span { border-color: #202768; }
span { border-color: rgb(32,39,104); }
td.TdClassName
{
border-color: #202768;
}
.TagClassName
{
border-color: #202768;
}
</style>