#211366

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

Shades of Midnight Blue #211366

Tints of Midnight Blue #211366

Color information

#211366 (or 0x211366) is unknown color: approx Midnight Blue. HEX triplet: 21, 13 and 66. RGB value is (33,19,102). Sum of RGB (Red+Green+Blue) = 33+19+102=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #211366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211366 is #DEEC99. Grayscale: #202020. Windows color (decimal): -14609562 or 6689569. OLE color: 6689569.

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

Color convert

RGB3319102-
CMYK0.680.8100.6
HSL250.12º68.6%23.73%-
HSV(B)250.12º81.37%40%-
XYZ3.261.7512.74-
YUV32.65167.14128.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.43%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 102 (40.23% from 255) = 66.23%
R=21.43%
G=12.34%
B=66.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33191020.680.8100.6250.1268.623.73
Hex211366445103Cfa4518
Octal412314610412107437210530
Binary10000110011110011010001001010001011110011111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211366; }

 p { color: rgb(33,19,102); }

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

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

 a { background-color: rgb(33,19,102); }

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

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

 span { border-color: rgb(33,19,102); }

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