#201264

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

Shades of Midnight Blue #201264

Tints of Midnight Blue #201264

Color information

#201264 (or 0x201264) is unknown color: approx Midnight Blue. HEX triplet: 20, 12 and 64. RGB value is (32,18,100). Sum of RGB (Red+Green+Blue) = 32+18+100=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #201264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201264 is #DFED9B. Grayscale: #1F1F1F. Windows color (decimal): -14675356 or 6558240. OLE color: 6558240.

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

Color convert

RGB3218100-
CMYK0.680.8200.61
HSL250.24º69.49%23.14%-
HSV(B)250.24º82%39.22%-
XYZ3.111.6612.21-
YUV31.53166.64128.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 18 (7.42% from 255) = 12%
BLUE value IS 100 (39.45% from 255) = 66.67%
R=21.33%
G=12%
B=66.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32181000.680.8200.61250.2469.4923.14
Hex201264445203Dfa4517
Octal402214410412207537210527
Binary10000010010110010010001001010010011110111111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201264; }

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

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

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

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

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

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

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

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