Shades of Midnight Blue #202568
Tints of Midnight Blue #202568
RGB
CMYK
RGB Variations
Color information
#202568 (or 0x202568) is known color: Midnight Blue. HEX triplet: 20, 25 and 68. RGB value is (32,37,104). Sum of RGB (Red+Green+Blue) = 32+37+104=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #202568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202568 is #DFDA97. Grayscale: #2A2A2A. Windows color (decimal): -14670488 or 6825248. OLE color: 6825248.
HSL color Cylindrical-coordinate representation of color #202568: hue angle of 235.83º 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 #202568 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 37 | 104 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.59 |
| HSL | 235.83º | 0.53% | 0.27% | - |
| HSV(B) | 235.83º | 0.69% | 0.41% | - |
| XYZ | 3.76 | 2.63 | 13.41 | - |
| YUV | 43.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 104 | 0.69 | 0.64 | 0 | 0.59 | 235.83 | 0.53 | 0.27 |
| Hex | 20 | 25 | 68 | 45 | 40 | 0 | 3B | EC | 35 | 1B |
| Octal | 40 | 45 | 150 | 105 | 100 | 0 | 73 | 354 | 65 | 33 |
| Binary | 100000 | 100101 | 1101000 | 1000101 | 1000000 | 0 | 111011 | 11101100 | 110101 | 11011 |
Color Harmonies of #202568
Complementary color
Monochromatic Colors of #202568
Black with #202568
Text Example
Text Example
White with #202568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202568; }
p { color: rgb(32,37,104); }
H1.HeaderClassName
{
color: #202568;
}
.AnyTagClassName
{
color: #202568;
}
</style>
background-color css
<style>
a { background-color: #202568; }
a { background-color: rgb(32,37,104); }
div.DivClassName
{
background-color: #202568;
}
.BgClassName
{
background-color: #202568;
}
</style>
border-color css
<style>
span { border-color: #202568; }
span { border-color: rgb(32,37,104); }
td.TdClassName
{
border-color: #202568;
}
.TagClassName
{
border-color: #202568;
}
</style>