Shades of Midnight Blue #201B75
Tints of Midnight Blue #201B75
RGB
CMYK
RGB Variations
Color information
#201B75 (or 0x201B75) is known color: Midnight Blue. HEX triplet: 20, 1B and 75. RGB value is (32,27,117). Sum of RGB (Red+Green+Blue) = 32+27+117=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #201B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B75 is #DFE48A. Grayscale: #262626. Windows color (decimal): -14673035 or 7674656. OLE color: 7674656.
HSL color Cylindrical-coordinate representation of color #201B75: hue angle of 243.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201B75 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 27 | 117 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.54 |
| HSL | 243.33º | 0.63% | 0.28% | - |
| HSV(B) | 243.33º | 0.77% | 0.46% | - |
| XYZ | 4.2 | 2.38 | 17.07 | - |
| YUV | 38.76 | 172.16 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 117 | 0.73 | 0.77 | 0 | 0.54 | 243.33 | 0.63 | 0.28 |
| Hex | 20 | 1B | 75 | 49 | 4D | 0 | 36 | F3 | 3E | 1C |
| Octal | 40 | 33 | 165 | 111 | 115 | 0 | 66 | 363 | 76 | 34 |
| Binary | 100000 | 11011 | 1110101 | 1001001 | 1001101 | 0 | 110110 | 11110011 | 111110 | 11100 |
Color Harmonies of #201B75
Complementary color
Monochromatic Colors of #201B75
Black with #201B75
Text Example
Text Example
White with #201B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B75; }
p { color: rgb(32,27,117); }
H1.HeaderClassName
{
color: #201B75;
}
.AnyTagClassName
{
color: #201B75;
}
</style>
background-color css
<style>
a { background-color: #201B75; }
a { background-color: rgb(32,27,117); }
div.DivClassName
{
background-color: #201B75;
}
.BgClassName
{
background-color: #201B75;
}
</style>
border-color css
<style>
span { border-color: #201B75; }
span { border-color: rgb(32,27,117); }
td.TdClassName
{
border-color: #201B75;
}
.TagClassName
{
border-color: #201B75;
}
</style>