Shades of Midnight Blue #20187A
Tints of Midnight Blue #20187A
RGB
CMYK
RGB Variations
Color information
#20187A (or 0x20187A) is known color: Midnight Blue. HEX triplet: 20, 18 and 7A. RGB value is (32,24,122). Sum of RGB (Red+Green+Blue) = 32+24+122=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #20187A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20187A is #DFE785. Grayscale: #252525. Windows color (decimal): -14673798 or 8001568. OLE color: 8001568.
HSL color Cylindrical-coordinate representation of color #20187A: hue angle of 244.9º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20187A is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 24 | 122 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.52 |
| HSL | 244.9º | 0.67% | 0.29% | - |
| HSV(B) | 244.9º | 0.8% | 0.48% | - |
| XYZ | 4.44 | 2.37 | 18.64 | - |
| YUV | 37.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 122 | 0.74 | 0.80 | 0 | 0.52 | 244.9 | 0.67 | 0.29 |
| Hex | 20 | 18 | 7A | 4A | 50 | 0 | 34 | F5 | 43 | 1D |
| Octal | 40 | 30 | 172 | 112 | 120 | 0 | 64 | 365 | 103 | 35 |
| Binary | 100000 | 11000 | 1111010 | 1001010 | 1010000 | 0 | 110100 | 11110101 | 1000011 | 11101 |
Color Harmonies of #20187A
Complementary color
Monochromatic Colors of #20187A
Black with #20187A
Text Example
Text Example
White with #20187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20187A; }
p { color: rgb(32,24,122); }
H1.HeaderClassName
{
color: #20187A;
}
.AnyTagClassName
{
color: #20187A;
}
</style>
background-color css
<style>
a { background-color: #20187A; }
a { background-color: rgb(32,24,122); }
div.DivClassName
{
background-color: #20187A;
}
.BgClassName
{
background-color: #20187A;
}
</style>
border-color css
<style>
span { border-color: #20187A; }
span { border-color: rgb(32,24,122); }
td.TdClassName
{
border-color: #20187A;
}
.TagClassName
{
border-color: #20187A;
}
</style>