#211260

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

Shades of Midnight Blue #211260

Tints of Midnight Blue #211260

Color information

#211260 (or 0x211260) is unknown color: approx Midnight Blue. HEX triplet: 21, 12 and 60. RGB value is (33,18,96). Sum of RGB (Red+Green+Blue) = 33+18+96=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #211260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211260 is #DEED9F. Grayscale: #1F1F1F. Windows color (decimal): -14609824 or 6296097. OLE color: 6296097.

HSL color Cylindrical-coordinate representation of color #211260: hue angle of 251.54º 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 #211260 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB331896-
CMYK0.660.8100.62
HSL251.54º68.42%22.35%-
HSV(B)251.54º81.25%37.65%-
XYZ2.951.611.22-
YUV31.38164.47129.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=22.45%
G=12.24%
B=65.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3318960.660.8100.62251.5468.4222.35
Hex211260425103Efc4416
Octal412214010212107637410426
Binary10000110010110000010000101010001011111011111100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211260; }

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

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

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

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

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

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

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

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