Shades of Midnight Blue #20135F
Tints of Midnight Blue #20135F
RGB
CMYK
RGB Variations
Color information
#20135F (or 0x20135F) is known color: Midnight Blue. HEX triplet: 20, 13 and 5F. RGB value is (32,19,95). Sum of RGB (Red+Green+Blue) = 32+19+95=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #20135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20135F is #DFECA0. Grayscale: #1F1F1F. Windows color (decimal): -14675105 or 6230816. OLE color: 6230816.
HSL color Cylindrical-coordinate representation of color #20135F: hue angle of 250.26º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20135F is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 19 | 95 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.63 |
| HSL | 250.26º | 0.67% | 0.22% | - |
| HSV(B) | 250.26º | 0.8% | 0.37% | - |
| XYZ | 2.89 | 1.6 | 10.98 | - |
| YUV | 31.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 95 | 0.66 | 0.80 | 0 | 0.63 | 250.26 | 0.67 | 0.22 |
| Hex | 20 | 13 | 5F | 42 | 50 | 0 | 3F | FA | 43 | 16 |
| Octal | 40 | 23 | 137 | 102 | 120 | 0 | 77 | 372 | 103 | 26 |
| Binary | 100000 | 10011 | 1011111 | 1000010 | 1010000 | 0 | 111111 | 11111010 | 1000011 | 10110 |
Color Harmonies of #20135F
Complementary color
Monochromatic Colors of #20135F
Black with #20135F
Text Example
Text Example
White with #20135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20135F; }
p { color: rgb(32,19,95); }
H1.HeaderClassName
{
color: #20135F;
}
.AnyTagClassName
{
color: #20135F;
}
</style>
background-color css
<style>
a { background-color: #20135F; }
a { background-color: rgb(32,19,95); }
div.DivClassName
{
background-color: #20135F;
}
.BgClassName
{
background-color: #20135F;
}
</style>
border-color css
<style>
span { border-color: #20135F; }
span { border-color: rgb(32,19,95); }
td.TdClassName
{
border-color: #20135F;
}
.TagClassName
{
border-color: #20135F;
}
</style>