#202083

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

Shades of Midnight Blue #202083

Tints of Midnight Blue #202083

Color information

#202083 (or 0x202083) is unknown color: approx Midnight Blue. HEX triplet: 20, 20 and 83. RGB value is (32,32,131). Sum of RGB (Red+Green+Blue) = 32+32+131=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #202083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202083 is #DFDF7C. Grayscale: #2A2A2A. Windows color (decimal): -14671741 or 8593440. OLE color: 8593440.

HSL color Cylindrical-coordinate representation of color #202083: hue angle of 240º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202083 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3232131-
CMYK0.760.7600.49
HSL240º60.74%31.96%-
HSV(B)240º75.57%51.37%-
XYZ5.212.9821.77-
YUV43.29177.5119.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 131 (51.56% from 255) = 67.18%
R=16.41%
G=16.41%
B=67.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32321310.760.7600.4924060.7431.96
Hex2020834C4C031f03d20
Octal40402031141140613607540
Binary1000001000001000001110011001001100011000111110000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202083; }

 p { color: rgb(32,32,131); }

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

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

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

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

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

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

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