#201964

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

Shades of Midnight Blue #201964

Tints of Midnight Blue #201964

Color information

#201964 (or 0x201964) is unknown color: approx Midnight Blue. HEX triplet: 20, 19 and 64. RGB value is (32,25,100). Sum of RGB (Red+Green+Blue) = 32+25+100=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 100 (39.45% from 255 or 63.69% from 157); Max value from RGB is 100 - color contains mainly: blue. Hex color #201964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201964 is #DFE69B. Grayscale: #232323. Windows color (decimal): -14673564 or 6560032. OLE color: 6560032.

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

Color convert

RGB3225100-
CMYK0.680.7500.61
HSL245.6º60%24.51%-
HSV(B)245.6º75%39.22%-
XYZ3.241.9212.26-
YUV35.64164.32125.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 100 (39.45% from 255) = 63.69%
R=20.38%
G=15.92%
B=63.69%

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
Decimal32251000.680.7500.61245.66024.51
Hex201964444B03Df63c19
Octal40311441041130753667431
Binary1000001100111001001000100100101101111011111011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201964; }

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

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

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

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

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

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

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

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