Shades of Midnight Blue #20257A
Tints of Midnight Blue #20257A
RGB
CMYK
RGB Variations
Color information
#20257A (or 0x20257A) is known color: Midnight Blue. HEX triplet: 20, 25 and 7A. RGB value is (32,37,122). Sum of RGB (Red+Green+Blue) = 32+37+122=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #20257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20257A is #DFDA85. Grayscale: #2C2C2C. Windows color (decimal): -14670470 or 8004896. OLE color: 8004896.
HSL color Cylindrical-coordinate representation of color #20257A: hue angle of 236.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20257A is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 37 | 122 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.52 |
| HSL | 236.67º | 0.58% | 0.3% | - |
| HSV(B) | 236.67º | 0.74% | 0.48% | - |
| XYZ | 4.77 | 3.04 | 18.75 | - |
| YUV | 45.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 122 | 0.74 | 0.70 | 0 | 0.52 | 236.67 | 0.58 | 0.3 |
| Hex | 20 | 25 | 7A | 4A | 46 | 0 | 34 | ED | 3A | 1E |
| Octal | 40 | 45 | 172 | 112 | 106 | 0 | 64 | 355 | 72 | 36 |
| Binary | 100000 | 100101 | 1111010 | 1001010 | 1000110 | 0 | 110100 | 11101101 | 111010 | 11110 |
Color Harmonies of #20257A
Complementary color
Monochromatic Colors of #20257A
Black with #20257A
Text Example
Text Example
White with #20257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20257A; }
p { color: rgb(32,37,122); }
H1.HeaderClassName
{
color: #20257A;
}
.AnyTagClassName
{
color: #20257A;
}
</style>
background-color css
<style>
a { background-color: #20257A; }
a { background-color: rgb(32,37,122); }
div.DivClassName
{
background-color: #20257A;
}
.BgClassName
{
background-color: #20257A;
}
</style>
border-color css
<style>
span { border-color: #20257A; }
span { border-color: rgb(32,37,122); }
td.TdClassName
{
border-color: #20257A;
}
.TagClassName
{
border-color: #20257A;
}
</style>