#201566

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

Shades of Midnight Blue #201566

Tints of Midnight Blue #201566

Color information

#201566 (or 0x201566) is unknown color: approx Midnight Blue. HEX triplet: 20, 15 and 66. RGB value is (32,21,102). Sum of RGB (Red+Green+Blue) = 32+21+102=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #201566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201566 is #DFEA99. Grayscale: #212121. Windows color (decimal): -14674586 or 6690080. OLE color: 6690080.

HSL color Cylindrical-coordinate representation of color #201566: hue angle of 248.15º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #201566 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3221102-
CMYK0.690.7900.6
HSL248.15º65.85%24.12%-
HSV(B)248.15º79.41%40%-
XYZ3.261.812.75-
YUV33.52166.64126.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.65%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 102 (40.23% from 255) = 65.81%
R=20.65%
G=13.55%
B=65.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32211020.690.7900.6248.1565.8524.12
Hex201566454F03Cf84218
Octal402514610511707437010230
Binary10000010101110011010001011001111011110011111000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201566; }

 p { color: rgb(32,21,102); }

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

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

 a { background-color: rgb(32,21,102); }

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

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

 span { border-color: rgb(32,21,102); }

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