Shades of Midnight Blue #202385
Tints of Midnight Blue #202385
RGB
CMYK
RGB Variations
Color information
#202385 (or 0x202385) is known color: Midnight Blue. HEX triplet: 20, 23 and 85. RGB value is (32,35,133). Sum of RGB (Red+Green+Blue) = 32+35+133=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #202385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202385 is #DFDC7A. Grayscale: #2C2C2C. Windows color (decimal): -14670971 or 8725280. OLE color: 8725280.
HSL color Cylindrical-coordinate representation of color #202385: hue angle of 238.22º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202385 is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 35 | 133 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.48 |
| HSL | 238.22º | 0.61% | 0.32% | - |
| HSV(B) | 238.22º | 0.76% | 0.52% | - |
| XYZ | 5.43 | 3.2 | 22.52 | - |
| YUV | 45.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 133 | 0.76 | 0.74 | 0 | 0.48 | 238.22 | 0.61 | 0.32 |
| Hex | 20 | 23 | 85 | 4C | 4A | 0 | 30 | EE | 3D | 20 |
| Octal | 40 | 43 | 205 | 114 | 112 | 0 | 60 | 356 | 75 | 40 |
| Binary | 100000 | 100011 | 10000101 | 1001100 | 1001010 | 0 | 110000 | 11101110 | 111101 | 100000 |
Color Harmonies of #202385
Complementary color
Monochromatic Colors of #202385
Black with #202385
Text Example
Text Example
White with #202385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202385; }
p { color: rgb(32,35,133); }
H1.HeaderClassName
{
color: #202385;
}
.AnyTagClassName
{
color: #202385;
}
</style>
background-color css
<style>
a { background-color: #202385; }
a { background-color: rgb(32,35,133); }
div.DivClassName
{
background-color: #202385;
}
.BgClassName
{
background-color: #202385;
}
</style>
border-color css
<style>
span { border-color: #202385; }
span { border-color: rgb(32,35,133); }
td.TdClassName
{
border-color: #202385;
}
.TagClassName
{
border-color: #202385;
}
</style>