Shades of Midnight Blue #20186E
Tints of Midnight Blue #20186E
RGB
CMYK
RGB Variations
Color information
#20186E (or 0x20186E) is known color: Midnight Blue. HEX triplet: 20, 18 and 6E. RGB value is (32,24,110). Sum of RGB (Red+Green+Blue) = 32+24+110=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #20186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20186E is #DFE791. Grayscale: #232323. Windows color (decimal): -14673810 or 7215136. OLE color: 7215136.
HSL color Cylindrical-coordinate representation of color #20186E: hue angle of 245.58º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20186E is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 24 | 110 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.57 |
| HSL | 245.58º | 0.64% | 0.26% | - |
| HSV(B) | 245.58º | 0.78% | 0.43% | - |
| XYZ | 3.74 | 2.09 | 14.96 | - |
| YUV | 36.2 | 169.65 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 110 | 0.71 | 0.78 | 0 | 0.57 | 245.58 | 0.64 | 0.26 |
| Hex | 20 | 18 | 6E | 47 | 4E | 0 | 39 | F6 | 40 | 1A |
| Octal | 40 | 30 | 156 | 107 | 116 | 0 | 71 | 366 | 100 | 32 |
| Binary | 100000 | 11000 | 1101110 | 1000111 | 1001110 | 0 | 111001 | 11110110 | 1000000 | 11010 |
Color Harmonies of #20186E
Complementary color
Monochromatic Colors of #20186E
Black with #20186E
Text Example
Text Example
White with #20186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20186E; }
p { color: rgb(32,24,110); }
H1.HeaderClassName
{
color: #20186E;
}
.AnyTagClassName
{
color: #20186E;
}
</style>
background-color css
<style>
a { background-color: #20186E; }
a { background-color: rgb(32,24,110); }
div.DivClassName
{
background-color: #20186E;
}
.BgClassName
{
background-color: #20186E;
}
</style>
border-color css
<style>
span { border-color: #20186E; }
span { border-color: rgb(32,24,110); }
td.TdClassName
{
border-color: #20186E;
}
.TagClassName
{
border-color: #20186E;
}
</style>