Shades of Midnight Blue #201E63
Tints of Midnight Blue #201E63
RGB
CMYK
RGB Variations
Color information
#201E63 (or 0x201E63) is known color: Midnight Blue. HEX triplet: 20, 1E and 63. RGB value is (32,30,99). Sum of RGB (Red+Green+Blue) = 32+30+99=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #201E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201E63 is #DFE19C. Grayscale: #262626. Windows color (decimal): -14672285 or 6495776. OLE color: 6495776.
HSL color Cylindrical-coordinate representation of color #201E63: hue angle of 241.74º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #201E63 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 30 | 99 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.61 |
| HSL | 241.74º | 0.53% | 0.25% | - |
| HSV(B) | 241.74º | 0.7% | 0.39% | - |
| XYZ | 3.31 | 2.14 | 12.04 | - |
| YUV | 38.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 99 | 0.68 | 0.70 | 0 | 0.61 | 241.74 | 0.53 | 0.25 |
| Hex | 20 | 1E | 63 | 44 | 46 | 0 | 3D | F2 | 35 | 19 |
| Octal | 40 | 36 | 143 | 104 | 106 | 0 | 75 | 362 | 65 | 31 |
| Binary | 100000 | 11110 | 1100011 | 1000100 | 1000110 | 0 | 111101 | 11110010 | 110101 | 11001 |
Color Harmonies of #201E63
Complementary color
Monochromatic Colors of #201E63
Black with #201E63
Text Example
Text Example
White with #201E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E63; }
p { color: rgb(32,30,99); }
H1.HeaderClassName
{
color: #201E63;
}
.AnyTagClassName
{
color: #201E63;
}
</style>
background-color css
<style>
a { background-color: #201E63; }
a { background-color: rgb(32,30,99); }
div.DivClassName
{
background-color: #201E63;
}
.BgClassName
{
background-color: #201E63;
}
</style>
border-color css
<style>
span { border-color: #201E63; }
span { border-color: rgb(32,30,99); }
td.TdClassName
{
border-color: #201E63;
}
.TagClassName
{
border-color: #201E63;
}
</style>