#201963

Color #201963 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #201963

Tints of Midnight Blue #201963

Color information

#201963 (or 0x201963) is unknown color: approx Midnight Blue. HEX triplet: 20, 19 and 63. RGB value is (32,25,99). Sum of RGB (Red+Green+Blue) = 32+25+99=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #201963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201963 is #DFE69C. Grayscale: #232323. Windows color (decimal): -14673565 or 6494496. OLE color: 6494496.

HSL color Cylindrical-coordinate representation of color #201963: hue angle of 245.68º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201963 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB322599-
CMYK0.680.7500.61
HSL245.68º59.68%24.31%-
HSV(B)245.68º74.75%38.82%-
XYZ3.21.912-
YUV35.53163.82125.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 20.51%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 99 (39.06% from 255) = 63.46%
R=20.51%
G=16.03%
B=63.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3225990.680.7500.61245.6859.6824.31
Hex201963444B03Df63c18
Octal40311431041130753667430
Binary1000001100111000111000100100101101111011111011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201963; }

 p { color: rgb(32,25,99); }

 H1.HeaderClassName
 {
   color: #201963;
 }
 .AnyTagClassName
 {
   color: #201963;
 }
</style>
background-color css

<style>
 a { background-color: #201963; }

 a { background-color: rgb(32,25,99); }

 div.DivClassName
 {
   background-color: #201963;
 }
 .BgClassName
 {
   background-color: #201963;
 }
</style>
border-color css

<style>
 span { border-color: #201963; }

 span { border-color: rgb(32,25,99); }

 td.TdClassName
 {
   border-color: #201963;
 }
 .TagClassName
 {
   border-color: #201963;
 }
</style>