#211264

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

Shades of Midnight Blue #211264

Tints of Midnight Blue #211264

Color information

#211264 (or 0x211264) is unknown color: approx Midnight Blue. HEX triplet: 21, 12 and 64. RGB value is (33,18,100). Sum of RGB (Red+Green+Blue) = 33+18+100=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 100 (39.45% from 255 or 66.23% from 151); Max value from RGB is 100 - color contains mainly: blue. Hex color #211264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211264 is #DEED9B. Grayscale: #1F1F1F. Windows color (decimal): -14609820 or 6558241. OLE color: 6558241.

HSL color Cylindrical-coordinate representation of color #211264: hue angle of 250.98º 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 #211264 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3318100-
CMYK0.670.8200.61
HSL250.98º69.49%23.14%-
HSV(B)250.98º82%39.22%-
XYZ3.141.6812.21-
YUV31.83166.47128.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 100 (39.45% from 255) = 66.23%
R=21.85%
G=11.92%
B=66.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal33181000.670.8200.61250.9869.4923.14
Hex211264435203Dfb4517
Octal412214410312207537310527
Binary10000110010110010010000111010010011110111111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211264; }

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

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

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

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

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

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

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

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