Shades of Midnight Blue #20136A
Tints of Midnight Blue #20136A
RGB
CMYK
RGB Variations
Color information
#20136A (or 0x20136A) is known color: Midnight Blue. HEX triplet: 20, 13 and 6A. RGB value is (32,19,106). Sum of RGB (Red+Green+Blue) = 32+19+106=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #20136A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20136A is #DFEC95. Grayscale: #202020. Windows color (decimal): -14675094 or 6951712. OLE color: 6951712.
HSL color Cylindrical-coordinate representation of color #20136A: hue angle of 248.97º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20136A is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 19 | 106 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.58 |
| HSL | 248.97º | 0.7% | 0.25% | - |
| HSV(B) | 248.97º | 0.82% | 0.42% | - |
| XYZ | 3.43 | 1.81 | 13.8 | - |
| YUV | 32.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 106 | 0.70 | 0.82 | 0 | 0.58 | 248.97 | 0.7 | 0.25 |
| Hex | 20 | 13 | 6A | 46 | 52 | 0 | 3A | F9 | 46 | 19 |
| Octal | 40 | 23 | 152 | 106 | 122 | 0 | 72 | 371 | 106 | 31 |
| Binary | 100000 | 10011 | 1101010 | 1000110 | 1010010 | 0 | 111010 | 11111001 | 1000110 | 11001 |
Color Harmonies of #20136A
Complementary color
Monochromatic Colors of #20136A
Black with #20136A
Text Example
Text Example
White with #20136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20136A; }
p { color: rgb(32,19,106); }
H1.HeaderClassName
{
color: #20136A;
}
.AnyTagClassName
{
color: #20136A;
}
</style>
background-color css
<style>
a { background-color: #20136A; }
a { background-color: rgb(32,19,106); }
div.DivClassName
{
background-color: #20136A;
}
.BgClassName
{
background-color: #20136A;
}
</style>
border-color css
<style>
span { border-color: #20136A; }
span { border-color: rgb(32,19,106); }
td.TdClassName
{
border-color: #20136A;
}
.TagClassName
{
border-color: #20136A;
}
</style>