Shades of Midnight Blue #202481
Tints of Midnight Blue #202481
RGB
CMYK
RGB Variations
Color information
#202481 (or 0x202481) is known color: Midnight Blue. HEX triplet: 20, 24 and 81. RGB value is (32,36,129). Sum of RGB (Red+Green+Blue) = 32+36+129=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #202481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202481 is #DFDB7E. Grayscale: #2D2D2D. Windows color (decimal): -14670719 or 8463392. OLE color: 8463392.
HSL color Cylindrical-coordinate representation of color #202481: hue angle of 237.53º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #202481 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 36 | 129 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.49 |
| HSL | 237.53º | 0.6% | 0.32% | - |
| HSV(B) | 237.53º | 0.75% | 0.51% | - |
| XYZ | 5.19 | 3.15 | 21.1 | - |
| YUV | 45.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 129 | 0.75 | 0.72 | 0 | 0.49 | 237.53 | 0.6 | 0.32 |
| Hex | 20 | 24 | 81 | 4B | 48 | 0 | 31 | EE | 3C | 20 |
| Octal | 40 | 44 | 201 | 113 | 110 | 0 | 61 | 356 | 74 | 40 |
| Binary | 100000 | 100100 | 10000001 | 1001011 | 1001000 | 0 | 110001 | 11101110 | 111100 | 100000 |
Color Harmonies of #202481
Complementary color
Monochromatic Colors of #202481
Black with #202481
Text Example
Text Example
White with #202481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202481; }
p { color: rgb(32,36,129); }
H1.HeaderClassName
{
color: #202481;
}
.AnyTagClassName
{
color: #202481;
}
</style>
background-color css
<style>
a { background-color: #202481; }
a { background-color: rgb(32,36,129); }
div.DivClassName
{
background-color: #202481;
}
.BgClassName
{
background-color: #202481;
}
</style>
border-color css
<style>
span { border-color: #202481; }
span { border-color: rgb(32,36,129); }
td.TdClassName
{
border-color: #202481;
}
.TagClassName
{
border-color: #202481;
}
</style>