#211776

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

Shades of Midnight Blue #211776

Tints of Midnight Blue #211776

Color information

#211776 (or 0x211776) is unknown color: approx Midnight Blue. HEX triplet: 21, 17 and 76. RGB value is (33,23,118). Sum of RGB (Red+Green+Blue) = 33+23+118=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #211776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211776 is #DEE889. Grayscale: #242424. Windows color (decimal): -14608522 or 7739169. OLE color: 7739169.

HSL color Cylindrical-coordinate representation of color #211776: hue angle of 246.32º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211776 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3323118-
CMYK0.720.8100.54
HSL246.32º67.38%27.65%-
HSV(B)246.32º80.51%46.27%-
XYZ4.22.2417.35-
YUV36.82173.81125.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 118 (46.48% from 255) = 67.82%
R=18.97%
G=13.22%
B=67.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33231180.720.8100.54246.3267.3827.65
Hex2117764851036f6431c
Octal412716611012106636610334
Binary10000110111111011010010001010001011011011110110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211776; }

 p { color: rgb(33,23,118); }

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

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

 a { background-color: rgb(33,23,118); }

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

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

 span { border-color: rgb(33,23,118); }

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