Shades of Midnight Blue #20185F
Tints of Midnight Blue #20185F
RGB
CMYK
RGB Variations
Color information
#20185F (or 0x20185F) is known color: Midnight Blue. HEX triplet: 20, 18 and 5F. RGB value is (32,24,95). Sum of RGB (Red+Green+Blue) = 32+24+95=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #20185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20185F is #DFE7A0. Grayscale: #222222. Windows color (decimal): -14673825 or 6232096. OLE color: 6232096.
HSL color Cylindrical-coordinate representation of color #20185F: hue angle of 246.76º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20185F is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 24 | 95 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.63 |
| HSL | 246.76º | 0.6% | 0.23% | - |
| HSV(B) | 246.76º | 0.75% | 0.37% | - |
| XYZ | 2.99 | 1.79 | 11.01 | - |
| YUV | 34.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 95 | 0.66 | 0.75 | 0 | 0.63 | 246.76 | 0.6 | 0.23 |
| Hex | 20 | 18 | 5F | 42 | 4B | 0 | 3F | F7 | 3C | 17 |
| Octal | 40 | 30 | 137 | 102 | 113 | 0 | 77 | 367 | 74 | 27 |
| Binary | 100000 | 11000 | 1011111 | 1000010 | 1001011 | 0 | 111111 | 11110111 | 111100 | 10111 |
Color Harmonies of #20185F
Complementary color
Monochromatic Colors of #20185F
Black with #20185F
Text Example
Text Example
White with #20185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20185F; }
p { color: rgb(32,24,95); }
H1.HeaderClassName
{
color: #20185F;
}
.AnyTagClassName
{
color: #20185F;
}
</style>
background-color css
<style>
a { background-color: #20185F; }
a { background-color: rgb(32,24,95); }
div.DivClassName
{
background-color: #20185F;
}
.BgClassName
{
background-color: #20185F;
}
</style>
border-color css
<style>
span { border-color: #20185F; }
span { border-color: rgb(32,24,95); }
td.TdClassName
{
border-color: #20185F;
}
.TagClassName
{
border-color: #20185F;
}
</style>