Shades of Midnight Blue #201B73
Tints of Midnight Blue #201B73
RGB
CMYK
RGB Variations
Color information
#201B73 (or 0x201B73) is known color: Midnight Blue. HEX triplet: 20, 1B and 73. RGB value is (32,27,115). Sum of RGB (Red+Green+Blue) = 32+27+115=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #201B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B73 is #DFE48C. Grayscale: #262626. Windows color (decimal): -14673037 or 7543584. OLE color: 7543584.
HSL color Cylindrical-coordinate representation of color #201B73: hue angle of 243.41º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #201B73 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 27 | 115 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.55 |
| HSL | 243.41º | 0.62% | 0.28% | - |
| HSV(B) | 243.41º | 0.77% | 0.45% | - |
| XYZ | 4.08 | 2.33 | 16.45 | - |
| YUV | 38.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 115 | 0.72 | 0.77 | 0 | 0.55 | 243.41 | 0.62 | 0.28 |
| Hex | 20 | 1B | 73 | 48 | 4D | 0 | 37 | F3 | 3E | 1C |
| Octal | 40 | 33 | 163 | 110 | 115 | 0 | 67 | 363 | 76 | 34 |
| Binary | 100000 | 11011 | 1110011 | 1001000 | 1001101 | 0 | 110111 | 11110011 | 111110 | 11100 |
Color Harmonies of #201B73
Complementary color
Monochromatic Colors of #201B73
Black with #201B73
Text Example
Text Example
White with #201B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B73; }
p { color: rgb(32,27,115); }
H1.HeaderClassName
{
color: #201B73;
}
.AnyTagClassName
{
color: #201B73;
}
</style>
background-color css
<style>
a { background-color: #201B73; }
a { background-color: rgb(32,27,115); }
div.DivClassName
{
background-color: #201B73;
}
.BgClassName
{
background-color: #201B73;
}
</style>
border-color css
<style>
span { border-color: #201B73; }
span { border-color: rgb(32,27,115); }
td.TdClassName
{
border-color: #201B73;
}
.TagClassName
{
border-color: #201B73;
}
</style>