#211882

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

Shades of Midnight Blue #211882

Tints of Midnight Blue #211882

Color information

#211882 (or 0x211882) is unknown color: approx Midnight Blue. HEX triplet: 21, 18 and 82. RGB value is (33,24,130). Sum of RGB (Red+Green+Blue) = 33+24+130=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #211882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211882 is #DEE77D. Grayscale: #262626. Windows color (decimal): -14608254 or 8525857. OLE color: 8525857.

HSL color Cylindrical-coordinate representation of color #211882: hue angle of 245.09º degrees, saturation: 0.69, 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 #211882 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3324130-
CMYK0.750.8200.49
HSL245.09º68.83%30.2%-
HSV(B)245.09º81.54%50.98%-
XYZ4.982.5921.36-
YUV38.78179.48123.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 130 (51.17% from 255) = 69.52%
R=17.65%
G=12.83%
B=69.52%

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
Decimal33241300.750.8200.49245.0968.8330.2
Hex2118824B52031f5451e
Octal413020211312206136510536
Binary100001110001000001010010111010010011000111110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211882; }

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

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

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

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

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

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

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

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