Shades of Midnight Blue #20145F
Tints of Midnight Blue #20145F
RGB
CMYK
RGB Variations
Color information
#20145F (or 0x20145F) is known color: Midnight Blue. HEX triplet: 20, 14 and 5F. RGB value is (32,20,95). Sum of RGB (Red+Green+Blue) = 32+20+95=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #20145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20145F is #DFEBA0. Grayscale: #1F1F1F. Windows color (decimal): -14674849 or 6231072. OLE color: 6231072.
HSL color Cylindrical-coordinate representation of color #20145F: hue angle of 249.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20145F is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 20 | 95 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.63 |
| HSL | 249.6º | 0.65% | 0.23% | - |
| HSV(B) | 249.6º | 0.79% | 0.37% | - |
| XYZ | 2.91 | 1.63 | 10.99 | - |
| YUV | 32.14 | 163.48 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 95 | 0.66 | 0.79 | 0 | 0.63 | 249.6 | 0.65 | 0.23 |
| Hex | 20 | 14 | 5F | 42 | 4F | 0 | 3F | FA | 41 | 17 |
| Octal | 40 | 24 | 137 | 102 | 117 | 0 | 77 | 372 | 101 | 27 |
| Binary | 100000 | 10100 | 1011111 | 1000010 | 1001111 | 0 | 111111 | 11111010 | 1000001 | 10111 |
Color Harmonies of #20145F
Complementary color
Monochromatic Colors of #20145F
Black with #20145F
Text Example
Text Example
White with #20145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20145F; }
p { color: rgb(32,20,95); }
H1.HeaderClassName
{
color: #20145F;
}
.AnyTagClassName
{
color: #20145F;
}
</style>
background-color css
<style>
a { background-color: #20145F; }
a { background-color: rgb(32,20,95); }
div.DivClassName
{
background-color: #20145F;
}
.BgClassName
{
background-color: #20145F;
}
</style>
border-color css
<style>
span { border-color: #20145F; }
span { border-color: rgb(32,20,95); }
td.TdClassName
{
border-color: #20145F;
}
.TagClassName
{
border-color: #20145F;
}
</style>