Shades of Midnight Blue #20186F
Tints of Midnight Blue #20186F
RGB
CMYK
RGB Variations
Color information
#20186F (or 0x20186F) is known color: Midnight Blue. HEX triplet: 20, 18 and 6F. RGB value is (32,24,111). Sum of RGB (Red+Green+Blue) = 32+24+111=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #20186F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20186F is #DFE790. Grayscale: #232323. Windows color (decimal): -14673809 or 7280672. OLE color: 7280672.
HSL color Cylindrical-coordinate representation of color #20186F: hue angle of 245.52º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20186F is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 24 | 111 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.56 |
| HSL | 245.52º | 0.64% | 0.26% | - |
| HSV(B) | 245.52º | 0.78% | 0.44% | - |
| XYZ | 3.79 | 2.11 | 15.25 | - |
| YUV | 36.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 111 | 0.71 | 0.78 | 0 | 0.56 | 245.52 | 0.64 | 0.26 |
| Hex | 20 | 18 | 6F | 47 | 4E | 0 | 38 | F6 | 40 | 1A |
| Octal | 40 | 30 | 157 | 107 | 116 | 0 | 70 | 366 | 100 | 32 |
| Binary | 100000 | 11000 | 1101111 | 1000111 | 1001110 | 0 | 111000 | 11110110 | 1000000 | 11010 |
Color Harmonies of #20186F
Complementary color
Monochromatic Colors of #20186F
Black with #20186F
Text Example
Text Example
White with #20186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20186F; }
p { color: rgb(32,24,111); }
H1.HeaderClassName
{
color: #20186F;
}
.AnyTagClassName
{
color: #20186F;
}
</style>
background-color css
<style>
a { background-color: #20186F; }
a { background-color: rgb(32,24,111); }
div.DivClassName
{
background-color: #20186F;
}
.BgClassName
{
background-color: #20186F;
}
</style>
border-color css
<style>
span { border-color: #20186F; }
span { border-color: rgb(32,24,111); }
td.TdClassName
{
border-color: #20186F;
}
.TagClassName
{
border-color: #20186F;
}
</style>