Shades of Midnight Blue #201B6D
Tints of Midnight Blue #201B6D
RGB
CMYK
RGB Variations
Color information
#201B6D (or 0x201B6D) is known color: Midnight Blue. HEX triplet: 20, 1B and 6D. RGB value is (32,27,109). Sum of RGB (Red+Green+Blue) = 32+27+109=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #201B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B6D is #DFE492. Grayscale: #252525. Windows color (decimal): -14673043 or 7150368. OLE color: 7150368.
HSL color Cylindrical-coordinate representation of color #201B6D: hue angle of 243.66º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201B6D is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 27 | 109 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.57 |
| HSL | 243.66º | 0.6% | 0.27% | - |
| HSV(B) | 243.66º | 0.75% | 0.43% | - |
| XYZ | 3.75 | 2.2 | 14.69 | - |
| YUV | 37.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 109 | 0.71 | 0.75 | 0 | 0.57 | 243.66 | 0.6 | 0.27 |
| Hex | 20 | 1B | 6D | 47 | 4B | 0 | 39 | F4 | 3C | 1B |
| Octal | 40 | 33 | 155 | 107 | 113 | 0 | 71 | 364 | 74 | 33 |
| Binary | 100000 | 11011 | 1101101 | 1000111 | 1001011 | 0 | 111001 | 11110100 | 111100 | 11011 |
Color Harmonies of #201B6D
Complementary color
Monochromatic Colors of #201B6D
Black with #201B6D
Text Example
Text Example
White with #201B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B6D; }
p { color: rgb(32,27,109); }
H1.HeaderClassName
{
color: #201B6D;
}
.AnyTagClassName
{
color: #201B6D;
}
</style>
background-color css
<style>
a { background-color: #201B6D; }
a { background-color: rgb(32,27,109); }
div.DivClassName
{
background-color: #201B6D;
}
.BgClassName
{
background-color: #201B6D;
}
</style>
border-color css
<style>
span { border-color: #201B6D; }
span { border-color: rgb(32,27,109); }
td.TdClassName
{
border-color: #201B6D;
}
.TagClassName
{
border-color: #201B6D;
}
</style>