#211482

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

Shades of Midnight Blue #211482

Tints of Midnight Blue #211482

Color information

#211482 (or 0x211482) is unknown color: approx Midnight Blue. HEX triplet: 21, 14 and 82. RGB value is (33,20,130). Sum of RGB (Red+Green+Blue) = 33+20+130=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #211482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211482 is #DEEB7D. Grayscale: #242424. Windows color (decimal): -14609278 or 8524833. OLE color: 8524833.

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

Color convert

RGB3320130-
CMYK0.750.8500.49
HSL247.09º73.33%29.41%-
HSV(B)247.09º84.62%50.98%-
XYZ4.912.4421.33-
YUV36.43180.81125.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 130 (51.17% from 255) = 71.04%
R=18.03%
G=10.93%
B=71.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33201300.750.8500.49247.0973.3329.41
Hex2114824B55031f7491d
Octal412420211312506136711135
Binary100001101001000001010010111010101011000111110111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211482; }

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

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

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

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

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

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

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

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