Shades of Midnight Blue #20095F
Tints of Midnight Blue #20095F
RGB
CMYK
RGB Variations
Color information
#20095F (or 0x20095F) is known color: Midnight Blue. HEX triplet: 20, 09 and 5F. RGB value is (32,9,95). Sum of RGB (Red+Green+Blue) = 32+9+95=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 95 (37.5% from 255 or 69.85% from 136); Max value from RGB is 95 - color contains mainly: blue. Hex color #20095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20095F is #DFF6A0. Grayscale: #191919. Windows color (decimal): -14677665 or 6228256. OLE color: 6228256.
HSL color Cylindrical-coordinate representation of color #20095F: hue angle of 256.05º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20095F is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 9 | 95 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.63 |
| HSL | 256.05º | 0.83% | 0.2% | - |
| HSV(B) | 256.05º | 0.91% | 0.37% | - |
| XYZ | 2.76 | 1.33 | 10.94 | - |
| YUV | 25.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 95 | 0.66 | 0.91 | 0 | 0.63 | 256.05 | 0.83 | 0.2 |
| Hex | 20 | 9 | 5F | 42 | 5B | 0 | 3F | 100 | 53 | 14 |
| Octal | 40 | 11 | 137 | 102 | 133 | 0 | 77 | 400 | 123 | 24 |
| Binary | 100000 | 1001 | 1011111 | 1000010 | 1011011 | 0 | 111111 | 100000000 | 1010011 | 10100 |
Color Harmonies of #20095F
Complementary color
Monochromatic Colors of #20095F
Black with #20095F
Text Example
Text Example
White with #20095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20095F; }
p { color: rgb(32,9,95); }
H1.HeaderClassName
{
color: #20095F;
}
.AnyTagClassName
{
color: #20095F;
}
</style>
background-color css
<style>
a { background-color: #20095F; }
a { background-color: rgb(32,9,95); }
div.DivClassName
{
background-color: #20095F;
}
.BgClassName
{
background-color: #20095F;
}
</style>
border-color css
<style>
span { border-color: #20095F; }
span { border-color: rgb(32,9,95); }
td.TdClassName
{
border-color: #20095F;
}
.TagClassName
{
border-color: #20095F;
}
</style>