Shades of Midnight Blue #201277
Tints of Midnight Blue #201277
RGB
CMYK
RGB Variations
Color information
#201277 (or 0x201277) is known color: Midnight Blue. HEX triplet: 20, 12 and 77. RGB value is (32,18,119). Sum of RGB (Red+Green+Blue) = 32+18+119=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 119 (46.88% from 255 or 70.41% from 169); Max value from RGB is 119 - color contains mainly: blue. Hex color #201277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201277 is #DFED88. Grayscale: #212121. Windows color (decimal): -14675337 or 7803424. OLE color: 7803424.
HSL color Cylindrical-coordinate representation of color #201277: hue angle of 248.32º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201277 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 18 | 119 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.53 |
| HSL | 248.32º | 0.74% | 0.27% | - |
| HSV(B) | 248.32º | 0.85% | 0.47% | - |
| XYZ | 4.14 | 2.07 | 17.63 | - |
| YUV | 33.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 119 | 0.73 | 0.85 | 0 | 0.53 | 248.32 | 0.74 | 0.27 |
| Hex | 20 | 12 | 77 | 49 | 55 | 0 | 35 | F8 | 4A | 1B |
| Octal | 40 | 22 | 167 | 111 | 125 | 0 | 65 | 370 | 112 | 33 |
| Binary | 100000 | 10010 | 1110111 | 1001001 | 1010101 | 0 | 110101 | 11111000 | 1001010 | 11011 |
Color Harmonies of #201277
Complementary color
Monochromatic Colors of #201277
Black with #201277
Text Example
Text Example
White with #201277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201277; }
p { color: rgb(32,18,119); }
H1.HeaderClassName
{
color: #201277;
}
.AnyTagClassName
{
color: #201277;
}
</style>
background-color css
<style>
a { background-color: #201277; }
a { background-color: rgb(32,18,119); }
div.DivClassName
{
background-color: #201277;
}
.BgClassName
{
background-color: #201277;
}
</style>
border-color css
<style>
span { border-color: #201277; }
span { border-color: rgb(32,18,119); }
td.TdClassName
{
border-color: #201277;
}
.TagClassName
{
border-color: #201277;
}
</style>