Shades of Midnight Blue #20155F
Tints of Midnight Blue #20155F
RGB
CMYK
RGB Variations
Color information
#20155F (or 0x20155F) is known color: Midnight Blue. HEX triplet: 20, 15 and 5F. RGB value is (32,21,95). Sum of RGB (Red+Green+Blue) = 32+21+95=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 95 (37.5% from 255 or 64.19% from 148); Max value from RGB is 95 - color contains mainly: blue. Hex color #20155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20155F is #DFEAA0. Grayscale: #202020. Windows color (decimal): -14674593 or 6231328. OLE color: 6231328.
HSL color Cylindrical-coordinate representation of color #20155F: hue angle of 248.92º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20155F is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 21 | 95 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.63 |
| HSL | 248.92º | 0.64% | 0.23% | - |
| HSV(B) | 248.92º | 0.78% | 0.37% | - |
| XYZ | 2.93 | 1.67 | 10.99 | - |
| YUV | 32.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 95 | 0.66 | 0.78 | 0 | 0.63 | 248.92 | 0.64 | 0.23 |
| Hex | 20 | 15 | 5F | 42 | 4E | 0 | 3F | F9 | 40 | 17 |
| Octal | 40 | 25 | 137 | 102 | 116 | 0 | 77 | 371 | 100 | 27 |
| Binary | 100000 | 10101 | 1011111 | 1000010 | 1001110 | 0 | 111111 | 11111001 | 1000000 | 10111 |
Color Harmonies of #20155F
Complementary color
Monochromatic Colors of #20155F
Black with #20155F
Text Example
Text Example
White with #20155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20155F; }
p { color: rgb(32,21,95); }
H1.HeaderClassName
{
color: #20155F;
}
.AnyTagClassName
{
color: #20155F;
}
</style>
background-color css
<style>
a { background-color: #20155F; }
a { background-color: rgb(32,21,95); }
div.DivClassName
{
background-color: #20155F;
}
.BgClassName
{
background-color: #20155F;
}
</style>
border-color css
<style>
span { border-color: #20155F; }
span { border-color: rgb(32,21,95); }
td.TdClassName
{
border-color: #20155F;
}
.TagClassName
{
border-color: #20155F;
}
</style>