Shades of Midnight Blue #20187B
Tints of Midnight Blue #20187B
RGB
CMYK
RGB Variations
Color information
#20187B (or 0x20187B) is known color: Midnight Blue. HEX triplet: 20, 18 and 7B. RGB value is (32,24,123). Sum of RGB (Red+Green+Blue) = 32+24+123=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #20187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20187B is #DFE784. Grayscale: #252525. Windows color (decimal): -14673797 or 8067104. OLE color: 8067104.
HSL color Cylindrical-coordinate representation of color #20187B: hue angle of 244.85º 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 #20187B is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 24 | 123 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.52 |
| HSL | 244.85º | 0.67% | 0.29% | - |
| HSV(B) | 244.85º | 0.8% | 0.48% | - |
| XYZ | 4.5 | 2.39 | 18.96 | - |
| YUV | 37.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 123 | 0.74 | 0.80 | 0 | 0.52 | 244.85 | 0.67 | 0.29 |
| Hex | 20 | 18 | 7B | 4A | 50 | 0 | 34 | F5 | 43 | 1D |
| Octal | 40 | 30 | 173 | 112 | 120 | 0 | 64 | 365 | 103 | 35 |
| Binary | 100000 | 11000 | 1111011 | 1001010 | 1010000 | 0 | 110100 | 11110101 | 1000011 | 11101 |
Color Harmonies of #20187B
Complementary color
Monochromatic Colors of #20187B
Black with #20187B
Text Example
Text Example
White with #20187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20187B; }
p { color: rgb(32,24,123); }
H1.HeaderClassName
{
color: #20187B;
}
.AnyTagClassName
{
color: #20187B;
}
</style>
background-color css
<style>
a { background-color: #20187B; }
a { background-color: rgb(32,24,123); }
div.DivClassName
{
background-color: #20187B;
}
.BgClassName
{
background-color: #20187B;
}
</style>
border-color css
<style>
span { border-color: #20187B; }
span { border-color: rgb(32,24,123); }
td.TdClassName
{
border-color: #20187B;
}
.TagClassName
{
border-color: #20187B;
}
</style>