#201260

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

Shades of Midnight Blue #201260

Tints of Midnight Blue #201260

Color information

#201260 (or 0x201260) is unknown color: approx Midnight Blue. HEX triplet: 20, 12 and 60. RGB value is (32,18,96). Sum of RGB (Red+Green+Blue) = 32+18+96=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #201260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201260 is #DFED9F. Grayscale: #1E1E1E. Windows color (decimal): -14675360 or 6296096. OLE color: 6296096.

HSL color Cylindrical-coordinate representation of color #201260: hue angle of 250.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201260 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB321896-
CMYK0.670.8100.62
HSL250.77º68.42%22.35%-
HSV(B)250.77º81.25%37.65%-
XYZ2.921.5811.22-
YUV31.08164.64128.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 96 (37.89% from 255) = 65.75%
R=21.92%
G=12.33%
B=65.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3218960.670.8100.62250.7768.4222.35
Hex201260435103Efb4416
Octal402214010312107637310426
Binary10000010010110000010000111010001011111011111011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201260; }

 p { color: rgb(32,18,96); }

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

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

 a { background-color: rgb(32,18,96); }

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

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

 span { border-color: rgb(32,18,96); }

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