#211782

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

Shades of Midnight Blue #211782

Tints of Midnight Blue #211782

Color information

#211782 (or 0x211782) is unknown color: approx Midnight Blue. HEX triplet: 21, 17 and 82. RGB value is (33,23,130). Sum of RGB (Red+Green+Blue) = 33+23+130=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #211782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211782 is #DEE87D. Grayscale: #252525. Windows color (decimal): -14608510 or 8525601. OLE color: 8525601.

HSL color Cylindrical-coordinate representation of color #211782: hue angle of 245.61º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211782 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3323130-
CMYK0.750.8200.49
HSL245.61º69.93%30%-
HSV(B)245.61º82.31%50.98%-
XYZ4.962.5521.35-
YUV38.19179.81124.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.74%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 130 (51.17% from 255) = 69.89%
R=17.74%
G=12.37%
B=69.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33231300.750.8200.49245.6169.9330
Hex2117824B52031f6461e
Octal412720211312206136610636
Binary100001101111000001010010111010010011000111110110100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211782; }

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

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

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

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

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

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

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

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