#201582

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

Shades of Midnight Blue #201582

Tints of Midnight Blue #201582

Color information

#201582 (or 0x201582) is unknown color: approx Midnight Blue. HEX triplet: 20, 15 and 82. RGB value is (32,21,130). Sum of RGB (Red+Green+Blue) = 32+21+130=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 21 (8.59% from 255 or 11.48% 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 #201582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201582 is #DFEA7D. Grayscale: #242424. Windows color (decimal): -14674558 or 8525088. OLE color: 8525088.

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

Color convert

RGB3221130-
CMYK0.750.8400.49
HSL246.06º72.19%29.61%-
HSV(B)246.06º83.85%50.98%-
XYZ4.892.4621.34-
YUV36.72180.64124.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 130 (51.17% from 255) = 71.04%
R=17.49%
G=11.48%
B=71.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32211300.750.8400.49246.0672.1929.61
Hex2015824B54031f6481e
Octal402520211312406136611036
Binary100000101011000001010010111010100011000111110110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201582; }

 p { color: rgb(32,21,130); }

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

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

 a { background-color: rgb(32,21,130); }

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

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

 span { border-color: rgb(32,21,130); }

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