Shades of Midnight Blue #20137B
Tints of Midnight Blue #20137B
RGB
CMYK
RGB Variations
Color information
#20137B (or 0x20137B) is known color: Midnight Blue. HEX triplet: 20, 13 and 7B. RGB value is (32,19,123). Sum of RGB (Red+Green+Blue) = 32+19+123=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #20137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20137B is #DFEC84. Grayscale: #222222. Windows color (decimal): -14675077 or 8065824. OLE color: 8065824.
HSL color Cylindrical-coordinate representation of color #20137B: hue angle of 247.5º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20137B is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 19 | 123 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.52 |
| HSL | 247.5º | 0.73% | 0.28% | - |
| HSV(B) | 247.5º | 0.85% | 0.48% | - |
| XYZ | 4.4 | 2.2 | 18.93 | - |
| YUV | 34.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 123 | 0.74 | 0.85 | 0 | 0.52 | 247.5 | 0.73 | 0.28 |
| Hex | 20 | 13 | 7B | 4A | 55 | 0 | 34 | F8 | 49 | 1C |
| Octal | 40 | 23 | 173 | 112 | 125 | 0 | 64 | 370 | 111 | 34 |
| Binary | 100000 | 10011 | 1111011 | 1001010 | 1010101 | 0 | 110100 | 11111000 | 1001001 | 11100 |
Color Harmonies of #20137B
Complementary color
Monochromatic Colors of #20137B
Black with #20137B
Text Example
Text Example
White with #20137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20137B; }
p { color: rgb(32,19,123); }
H1.HeaderClassName
{
color: #20137B;
}
.AnyTagClassName
{
color: #20137B;
}
</style>
background-color css
<style>
a { background-color: #20137B; }
a { background-color: rgb(32,19,123); }
div.DivClassName
{
background-color: #20137B;
}
.BgClassName
{
background-color: #20137B;
}
</style>
border-color css
<style>
span { border-color: #20137B; }
span { border-color: rgb(32,19,123); }
td.TdClassName
{
border-color: #20137B;
}
.TagClassName
{
border-color: #20137B;
}
</style>