Shades of Midnight Blue #201363
Tints of Midnight Blue #201363
RGB
CMYK
RGB Variations
Color information
#201363 (or 0x201363) is known color: Midnight Blue. HEX triplet: 20, 13 and 63. RGB value is (32,19,99). Sum of RGB (Red+Green+Blue) = 32+19+99=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #201363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201363 is #DFEC9C. Grayscale: #1F1F1F. Windows color (decimal): -14675101 or 6492960. OLE color: 6492960.
HSL color Cylindrical-coordinate representation of color #201363: hue angle of 249.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201363 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 19 | 99 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.61 |
| HSL | 249.75º | 0.68% | 0.23% | - |
| HSV(B) | 249.75º | 0.81% | 0.39% | - |
| XYZ | 3.08 | 1.67 | 11.97 | - |
| YUV | 32.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 99 | 0.68 | 0.81 | 0 | 0.61 | 249.75 | 0.68 | 0.23 |
| Hex | 20 | 13 | 63 | 44 | 51 | 0 | 3D | FA | 44 | 17 |
| Octal | 40 | 23 | 143 | 104 | 121 | 0 | 75 | 372 | 104 | 27 |
| Binary | 100000 | 10011 | 1100011 | 1000100 | 1010001 | 0 | 111101 | 11111010 | 1000100 | 10111 |
Color Harmonies of #201363
Complementary color
Monochromatic Colors of #201363
Black with #201363
Text Example
Text Example
White with #201363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201363; }
p { color: rgb(32,19,99); }
H1.HeaderClassName
{
color: #201363;
}
.AnyTagClassName
{
color: #201363;
}
</style>
background-color css
<style>
a { background-color: #201363; }
a { background-color: rgb(32,19,99); }
div.DivClassName
{
background-color: #201363;
}
.BgClassName
{
background-color: #201363;
}
</style>
border-color css
<style>
span { border-color: #201363; }
span { border-color: rgb(32,19,99); }
td.TdClassName
{
border-color: #201363;
}
.TagClassName
{
border-color: #201363;
}
</style>