Shades of Midnight Blue #20246D
Tints of Midnight Blue #20246D
RGB
CMYK
RGB Variations
Color information
#20246D (or 0x20246D) is known color: Midnight Blue. HEX triplet: 20, 24 and 6D. RGB value is (32,36,109). Sum of RGB (Red+Green+Blue) = 32+36+109=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #20246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20246D is #DFDB92. Grayscale: #2A2A2A. Windows color (decimal): -14670739 or 7152672. OLE color: 7152672.
HSL color Cylindrical-coordinate representation of color #20246D: hue angle of 236.88º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20246D is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 36 | 109 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.57 |
| HSL | 236.88º | 0.55% | 0.28% | - |
| HSV(B) | 236.88º | 0.71% | 0.43% | - |
| XYZ | 3.99 | 2.67 | 14.77 | - |
| YUV | 43.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 109 | 0.71 | 0.67 | 0 | 0.57 | 236.88 | 0.55 | 0.28 |
| Hex | 20 | 24 | 6D | 47 | 43 | 0 | 39 | ED | 37 | 1C |
| Octal | 40 | 44 | 155 | 107 | 103 | 0 | 71 | 355 | 67 | 34 |
| Binary | 100000 | 100100 | 1101101 | 1000111 | 1000011 | 0 | 111001 | 11101101 | 110111 | 11100 |
Color Harmonies of #20246D
Complementary color
Monochromatic Colors of #20246D
Black with #20246D
Text Example
Text Example
White with #20246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20246D; }
p { color: rgb(32,36,109); }
H1.HeaderClassName
{
color: #20246D;
}
.AnyTagClassName
{
color: #20246D;
}
</style>
background-color css
<style>
a { background-color: #20246D; }
a { background-color: rgb(32,36,109); }
div.DivClassName
{
background-color: #20246D;
}
.BgClassName
{
background-color: #20246D;
}
</style>
border-color css
<style>
span { border-color: #20246D; }
span { border-color: rgb(32,36,109); }
td.TdClassName
{
border-color: #20246D;
}
.TagClassName
{
border-color: #20246D;
}
</style>