Shades of Midnight Blue #201B82
Tints of Midnight Blue #201B82
RGB
CMYK
RGB Variations
Color information
#201B82 (or 0x201B82) is known color: Midnight Blue. HEX triplet: 20, 1B and 82. RGB value is (32,27,130). Sum of RGB (Red+Green+Blue) = 32+27+130=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #201B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201B82 is #DFE47D. Grayscale: #272727. Windows color (decimal): -14673022 or 8526624. OLE color: 8526624.
HSL color Cylindrical-coordinate representation of color #201B82: hue angle of 242.91º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201B82 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 27 | 130 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.49 |
| HSL | 242.91º | 0.66% | 0.31% | - |
| HSV(B) | 242.91º | 0.79% | 0.51% | - |
| XYZ | 5.02 | 2.7 | 21.38 | - |
| YUV | 40.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 130 | 0.75 | 0.79 | 0 | 0.49 | 242.91 | 0.66 | 0.31 |
| Hex | 20 | 1B | 82 | 4B | 4F | 0 | 31 | F3 | 42 | 1F |
| Octal | 40 | 33 | 202 | 113 | 117 | 0 | 61 | 363 | 102 | 37 |
| Binary | 100000 | 11011 | 10000010 | 1001011 | 1001111 | 0 | 110001 | 11110011 | 1000010 | 11111 |
Color Harmonies of #201B82
Complementary color
Monochromatic Colors of #201B82
Black with #201B82
Text Example
Text Example
White with #201B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B82; }
p { color: rgb(32,27,130); }
H1.HeaderClassName
{
color: #201B82;
}
.AnyTagClassName
{
color: #201B82;
}
</style>
background-color css
<style>
a { background-color: #201B82; }
a { background-color: rgb(32,27,130); }
div.DivClassName
{
background-color: #201B82;
}
.BgClassName
{
background-color: #201B82;
}
</style>
border-color css
<style>
span { border-color: #201B82; }
span { border-color: rgb(32,27,130); }
td.TdClassName
{
border-color: #201B82;
}
.TagClassName
{
border-color: #201B82;
}
</style>