Shades of Midnight Blue #201B61
Tints of Midnight Blue #201B61
RGB
CMYK
RGB Variations
Color information
#201B61 (or 0x201B61) is known color: Midnight Blue. HEX triplet: 20, 1B and 61. RGB value is (32,27,97). Sum of RGB (Red+Green+Blue) = 32+27+97=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #201B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B61 is #DFE49E. Grayscale: #242424. Windows color (decimal): -14673055 or 6363936. OLE color: 6363936.
HSL color Cylindrical-coordinate representation of color #201B61: hue angle of 244.29º 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 #201B61 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 27 | 97 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.62 |
| HSL | 244.29º | 0.56% | 0.24% | - |
| HSV(B) | 244.29º | 0.72% | 0.38% | - |
| XYZ | 3.15 | 1.95 | 11.52 | - |
| YUV | 36.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 97 | 0.67 | 0.72 | 0 | 0.62 | 244.29 | 0.56 | 0.24 |
| Hex | 20 | 1B | 61 | 43 | 48 | 0 | 3E | F4 | 38 | 18 |
| Octal | 40 | 33 | 141 | 103 | 110 | 0 | 76 | 364 | 70 | 30 |
| Binary | 100000 | 11011 | 1100001 | 1000011 | 1001000 | 0 | 111110 | 11110100 | 111000 | 11000 |
Color Harmonies of #201B61
Complementary color
Monochromatic Colors of #201B61
Black with #201B61
Text Example
Text Example
White with #201B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B61; }
p { color: rgb(32,27,97); }
H1.HeaderClassName
{
color: #201B61;
}
.AnyTagClassName
{
color: #201B61;
}
</style>
background-color css
<style>
a { background-color: #201B61; }
a { background-color: rgb(32,27,97); }
div.DivClassName
{
background-color: #201B61;
}
.BgClassName
{
background-color: #201B61;
}
</style>
border-color css
<style>
span { border-color: #201B61; }
span { border-color: rgb(32,27,97); }
td.TdClassName
{
border-color: #201B61;
}
.TagClassName
{
border-color: #201B61;
}
</style>