Shades of Midnight Blue #20237C
Tints of Midnight Blue #20237C
RGB
CMYK
RGB Variations
Color information
#20237C (or 0x20237C) is known color: Midnight Blue. HEX triplet: 20, 23 and 7C. RGB value is (32,35,124). Sum of RGB (Red+Green+Blue) = 32+35+124=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #20237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20237C is #DFDC83. Grayscale: #2B2B2B. Windows color (decimal): -14670980 or 8135456. OLE color: 8135456.
HSL color Cylindrical-coordinate representation of color #20237C: hue angle of 238.04º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20237C is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 35 | 124 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.51 |
| HSL | 238.04º | 0.59% | 0.31% | - |
| HSV(B) | 238.04º | 0.74% | 0.49% | - |
| XYZ | 4.83 | 2.96 | 19.39 | - |
| YUV | 44.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 124 | 0.74 | 0.72 | 0 | 0.51 | 238.04 | 0.59 | 0.31 |
| Hex | 20 | 23 | 7C | 4A | 48 | 0 | 33 | EE | 3B | 1F |
| Octal | 40 | 43 | 174 | 112 | 110 | 0 | 63 | 356 | 73 | 37 |
| Binary | 100000 | 100011 | 1111100 | 1001010 | 1001000 | 0 | 110011 | 11101110 | 111011 | 11111 |
Color Harmonies of #20237C
Complementary color
Monochromatic Colors of #20237C
Black with #20237C
Text Example
Text Example
White with #20237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20237C; }
p { color: rgb(32,35,124); }
H1.HeaderClassName
{
color: #20237C;
}
.AnyTagClassName
{
color: #20237C;
}
</style>
background-color css
<style>
a { background-color: #20237C; }
a { background-color: rgb(32,35,124); }
div.DivClassName
{
background-color: #20237C;
}
.BgClassName
{
background-color: #20237C;
}
</style>
border-color css
<style>
span { border-color: #20237C; }
span { border-color: rgb(32,35,124); }
td.TdClassName
{
border-color: #20237C;
}
.TagClassName
{
border-color: #20237C;
}
</style>