#211174

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

Shades of Midnight Blue #211174

Tints of Midnight Blue #211174

Color information

#211174 (or 0x211174) is unknown color: approx Midnight Blue. HEX triplet: 21, 11 and 74. RGB value is (33,17,116). Sum of RGB (Red+Green+Blue) = 33+17+116=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 116 (45.70% from 255 or 69.88% from 166); Max value from RGB is 116 - color contains mainly: blue. Hex color #211174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211174 is #DEEE8B. Grayscale: #202020. Windows color (decimal): -14610060 or 7606561. OLE color: 7606561.

HSL color Cylindrical-coordinate representation of color #211174: hue angle of 249.7º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211174 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3317116-
CMYK0.720.8500.55
HSL249.7º74.44%26.08%-
HSV(B)249.7º85.34%45.49%-
XYZ3.981.9916.7-
YUV33.07174.8127.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.88%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 116 (45.70% from 255) = 69.88%
R=19.88%
G=10.24%
B=69.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33171160.720.8500.55249.774.4426.08
Hex2111744855037fa4a1a
Octal412116411012506737211232
Binary10000110001111010010010001010101011011111111010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211174; }

 p { color: rgb(33,17,116); }

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

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

 a { background-color: rgb(33,17,116); }

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

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

 span { border-color: rgb(33,17,116); }

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