#211371

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

Shades of Midnight Blue #211371

Tints of Midnight Blue #211371

Color information

#211371 (or 0x211371) is unknown color: approx Midnight Blue. HEX triplet: 21, 13 and 71. RGB value is (33,19,113). Sum of RGB (Red+Green+Blue) = 33+19+113=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #211371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211371 is #DEEC8E. Grayscale: #212121. Windows color (decimal): -14609551 or 7410465. OLE color: 7410465.

HSL color Cylindrical-coordinate representation of color #211371: hue angle of 248.94º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211371 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3319113-
CMYK0.710.8300.56
HSL248.94º71.21%25.88%-
HSV(B)248.94º83.19%44.31%-
XYZ3.841.9815.8-
YUV33.9172.64127.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 113 (44.53% from 255) = 68.48%
R=20%
G=11.52%
B=68.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33191130.710.8300.56248.9471.2125.88
Hex2113714753038f9471a
Octal412316110712307037110732
Binary10000110011111000110001111010011011100011111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211371; }

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

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

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

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

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

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

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

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