Shades of Midnight Blue #20257E
Tints of Midnight Blue #20257E
RGB
CMYK
RGB Variations
Color information
#20257E (or 0x20257E) is known color: Midnight Blue. HEX triplet: 20, 25 and 7E. RGB value is (32,37,126). Sum of RGB (Red+Green+Blue) = 32+37+126=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 126 (49.61% from 255 or 64.62% from 195); Max value from RGB is 126 - color contains mainly: blue. Hex color #20257E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20257E is #DFDA81. Grayscale: #2D2D2D. Windows color (decimal): -14670466 or 8267040. OLE color: 8267040.
HSL color Cylindrical-coordinate representation of color #20257E: hue angle of 236.81º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20257E is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 37 | 126 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.51 |
| HSL | 236.81º | 0.59% | 0.31% | - |
| HSV(B) | 236.81º | 0.75% | 0.49% | - |
| XYZ | 5.02 | 3.14 | 20.08 | - |
| YUV | 45.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 126 | 0.75 | 0.71 | 0 | 0.51 | 236.81 | 0.59 | 0.31 |
| Hex | 20 | 25 | 7E | 4B | 47 | 0 | 33 | ED | 3B | 1F |
| Octal | 40 | 45 | 176 | 113 | 107 | 0 | 63 | 355 | 73 | 37 |
| Binary | 100000 | 100101 | 1111110 | 1001011 | 1000111 | 0 | 110011 | 11101101 | 111011 | 11111 |
Color Harmonies of #20257E
Complementary color
Monochromatic Colors of #20257E
Black with #20257E
Text Example
Text Example
White with #20257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20257E; }
p { color: rgb(32,37,126); }
H1.HeaderClassName
{
color: #20257E;
}
.AnyTagClassName
{
color: #20257E;
}
</style>
background-color css
<style>
a { background-color: #20257E; }
a { background-color: rgb(32,37,126); }
div.DivClassName
{
background-color: #20257E;
}
.BgClassName
{
background-color: #20257E;
}
</style>
border-color css
<style>
span { border-color: #20257E; }
span { border-color: rgb(32,37,126); }
td.TdClassName
{
border-color: #20257E;
}
.TagClassName
{
border-color: #20257E;
}
</style>