Shades of Midnight Blue #20267C
Tints of Midnight Blue #20267C
RGB
CMYK
RGB Variations
Color information
#20267C (or 0x20267C) is known color: Midnight Blue. HEX triplet: 20, 26 and 7C. RGB value is (32,38,124). Sum of RGB (Red+Green+Blue) = 32+38+124=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #20267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20267C is #DFD983. Grayscale: #2D2D2D. Windows color (decimal): -14670212 or 8136224. OLE color: 8136224.
HSL color Cylindrical-coordinate representation of color #20267C: hue angle of 236.09º 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 #20267C is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 38 | 124 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.51 |
| HSL | 236.09º | 0.59% | 0.31% | - |
| HSV(B) | 236.09º | 0.74% | 0.49% | - |
| XYZ | 4.93 | 3.15 | 19.42 | - |
| YUV | 46.01 | 172.01 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 124 | 0.74 | 0.69 | 0 | 0.51 | 236.09 | 0.59 | 0.31 |
| Hex | 20 | 26 | 7C | 4A | 45 | 0 | 33 | EC | 3B | 1F |
| Octal | 40 | 46 | 174 | 112 | 105 | 0 | 63 | 354 | 73 | 37 |
| Binary | 100000 | 100110 | 1111100 | 1001010 | 1000101 | 0 | 110011 | 11101100 | 111011 | 11111 |
Color Harmonies of #20267C
Complementary color
Monochromatic Colors of #20267C
Black with #20267C
Text Example
Text Example
White with #20267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20267C; }
p { color: rgb(32,38,124); }
H1.HeaderClassName
{
color: #20267C;
}
.AnyTagClassName
{
color: #20267C;
}
</style>
background-color css
<style>
a { background-color: #20267C; }
a { background-color: rgb(32,38,124); }
div.DivClassName
{
background-color: #20267C;
}
.BgClassName
{
background-color: #20267C;
}
</style>
border-color css
<style>
span { border-color: #20267C; }
span { border-color: rgb(32,38,124); }
td.TdClassName
{
border-color: #20267C;
}
.TagClassName
{
border-color: #20267C;
}
</style>