Shades of Midnight Blue #201B60
Tints of Midnight Blue #201B60
RGB
CMYK
RGB Variations
Color information
#201B60 (or 0x201B60) is known color: Midnight Blue. HEX triplet: 20, 1B and 60. RGB value is (32,27,96). Sum of RGB (Red+Green+Blue) = 32+27+96=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #201B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B60 is #DFE49F. Grayscale: #242424. Windows color (decimal): -14673056 or 6298400. OLE color: 6298400.
HSL color Cylindrical-coordinate representation of color #201B60: hue angle of 244.35º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201B60 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 27 | 96 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.62 |
| HSL | 244.35º | 0.56% | 0.24% | - |
| HSV(B) | 244.35º | 0.72% | 0.38% | - |
| XYZ | 3.1 | 1.94 | 11.28 | - |
| YUV | 36.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 96 | 0.67 | 0.72 | 0 | 0.62 | 244.35 | 0.56 | 0.24 |
| Hex | 20 | 1B | 60 | 43 | 48 | 0 | 3E | F4 | 38 | 18 |
| Octal | 40 | 33 | 140 | 103 | 110 | 0 | 76 | 364 | 70 | 30 |
| Binary | 100000 | 11011 | 1100000 | 1000011 | 1001000 | 0 | 111110 | 11110100 | 111000 | 11000 |
Color Harmonies of #201B60
Complementary color
Monochromatic Colors of #201B60
Black with #201B60
Text Example
Text Example
White with #201B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B60; }
p { color: rgb(32,27,96); }
H1.HeaderClassName
{
color: #201B60;
}
.AnyTagClassName
{
color: #201B60;
}
</style>
background-color css
<style>
a { background-color: #201B60; }
a { background-color: rgb(32,27,96); }
div.DivClassName
{
background-color: #201B60;
}
.BgClassName
{
background-color: #201B60;
}
</style>
border-color css
<style>
span { border-color: #201B60; }
span { border-color: rgb(32,27,96); }
td.TdClassName
{
border-color: #201B60;
}
.TagClassName
{
border-color: #201B60;
}
</style>