Shades of Midnight Blue #201B70
Tints of Midnight Blue #201B70
RGB
CMYK
RGB Variations
Color information
#201B70 (or 0x201B70) is known color: Midnight Blue. HEX triplet: 20, 1B and 70. RGB value is (32,27,112). Sum of RGB (Red+Green+Blue) = 32+27+112=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #201B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B70 is #DFE48F. Grayscale: #252525. Windows color (decimal): -14673040 or 7346976. OLE color: 7346976.
HSL color Cylindrical-coordinate representation of color #201B70: hue angle of 243.53º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201B70 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 27 | 112 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.56 |
| HSL | 243.53º | 0.61% | 0.27% | - |
| HSV(B) | 243.53º | 0.76% | 0.44% | - |
| XYZ | 3.91 | 2.26 | 15.56 | - |
| YUV | 38.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 112 | 0.71 | 0.76 | 0 | 0.56 | 243.53 | 0.61 | 0.27 |
| Hex | 20 | 1B | 70 | 47 | 4C | 0 | 38 | F4 | 3D | 1B |
| Octal | 40 | 33 | 160 | 107 | 114 | 0 | 70 | 364 | 75 | 33 |
| Binary | 100000 | 11011 | 1110000 | 1000111 | 1001100 | 0 | 111000 | 11110100 | 111101 | 11011 |
Color Harmonies of #201B70
Complementary color
Monochromatic Colors of #201B70
Black with #201B70
Text Example
Text Example
White with #201B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B70; }
p { color: rgb(32,27,112); }
H1.HeaderClassName
{
color: #201B70;
}
.AnyTagClassName
{
color: #201B70;
}
</style>
background-color css
<style>
a { background-color: #201B70; }
a { background-color: rgb(32,27,112); }
div.DivClassName
{
background-color: #201B70;
}
.BgClassName
{
background-color: #201B70;
}
</style>
border-color css
<style>
span { border-color: #201B70; }
span { border-color: rgb(32,27,112); }
td.TdClassName
{
border-color: #201B70;
}
.TagClassName
{
border-color: #201B70;
}
</style>