Shades of Midnight Blue #201462
Tints of Midnight Blue #201462
RGB
CMYK
RGB Variations
Color information
#201462 (or 0x201462) is known color: Midnight Blue. HEX triplet: 20, 14 and 62. RGB value is (32,20,98). Sum of RGB (Red+Green+Blue) = 32+20+98=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #201462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201462 is #DFEB9D. Grayscale: #202020. Windows color (decimal): -14674846 or 6427680. OLE color: 6427680.
HSL color Cylindrical-coordinate representation of color #201462: hue angle of 249.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #201462 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 20 | 98 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.62 |
| HSL | 249.23º | 0.66% | 0.23% | - |
| HSV(B) | 249.23º | 0.8% | 0.38% | - |
| XYZ | 3.05 | 1.69 | 11.72 | - |
| YUV | 32.48 | 164.98 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 98 | 0.67 | 0.80 | 0 | 0.62 | 249.23 | 0.66 | 0.23 |
| Hex | 20 | 14 | 62 | 43 | 50 | 0 | 3E | F9 | 42 | 17 |
| Octal | 40 | 24 | 142 | 103 | 120 | 0 | 76 | 371 | 102 | 27 |
| Binary | 100000 | 10100 | 1100010 | 1000011 | 1010000 | 0 | 111110 | 11111001 | 1000010 | 10111 |
Color Harmonies of #201462
Complementary color
Monochromatic Colors of #201462
Black with #201462
Text Example
Text Example
White with #201462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201462; }
p { color: rgb(32,20,98); }
H1.HeaderClassName
{
color: #201462;
}
.AnyTagClassName
{
color: #201462;
}
</style>
background-color css
<style>
a { background-color: #201462; }
a { background-color: rgb(32,20,98); }
div.DivClassName
{
background-color: #201462;
}
.BgClassName
{
background-color: #201462;
}
</style>
border-color css
<style>
span { border-color: #201462; }
span { border-color: rgb(32,20,98); }
td.TdClassName
{
border-color: #201462;
}
.TagClassName
{
border-color: #201462;
}
</style>