Shades of Midnight Blue #202A85
Tints of Midnight Blue #202A85
RGB
CMYK
RGB Variations
Color information
#202A85 (or 0x202A85) is known color: Midnight Blue. HEX triplet: 20, 2A and 85. RGB value is (32,42,133). Sum of RGB (Red+Green+Blue) = 32+42+133=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #202A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202A85 is #DFD57A. Grayscale: #313131. Windows color (decimal): -14669179 or 8727072. OLE color: 8727072.
HSL color Cylindrical-coordinate representation of color #202A85: hue angle of 234.06º 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 #202A85 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 42 | 133 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.48 |
| HSL | 234.06º | 0.61% | 0.32% | - |
| HSV(B) | 234.06º | 0.76% | 0.52% | - |
| XYZ | 5.66 | 3.66 | 22.6 | - |
| YUV | 49.38 | 175.19 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 133 | 0.76 | 0.68 | 0 | 0.48 | 234.06 | 0.61 | 0.32 |
| Hex | 20 | 2A | 85 | 4C | 44 | 0 | 30 | EA | 3D | 20 |
| Octal | 40 | 52 | 205 | 114 | 104 | 0 | 60 | 352 | 75 | 40 |
| Binary | 100000 | 101010 | 10000101 | 1001100 | 1000100 | 0 | 110000 | 11101010 | 111101 | 100000 |
Color Harmonies of #202A85
Complementary color
Monochromatic Colors of #202A85
Black with #202A85
Text Example
Text Example
White with #202A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A85; }
p { color: rgb(32,42,133); }
H1.HeaderClassName
{
color: #202A85;
}
.AnyTagClassName
{
color: #202A85;
}
</style>
background-color css
<style>
a { background-color: #202A85; }
a { background-color: rgb(32,42,133); }
div.DivClassName
{
background-color: #202A85;
}
.BgClassName
{
background-color: #202A85;
}
</style>
border-color css
<style>
span { border-color: #202A85; }
span { border-color: rgb(32,42,133); }
td.TdClassName
{
border-color: #202A85;
}
.TagClassName
{
border-color: #202A85;
}
</style>