#202582

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

Shades of Midnight Blue #202582

Tints of Midnight Blue #202582

Color information

#202582 (or 0x202582) is unknown color: approx Midnight Blue. HEX triplet: 20, 25 and 82. RGB value is (32,37,130). Sum of RGB (Red+Green+Blue) = 32+37+130=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #202582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202582 is #DFDA7D. Grayscale: #2D2D2D. Windows color (decimal): -14670462 or 8529184. OLE color: 8529184.

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

Color convert

RGB3237130-
CMYK0.750.7200.49
HSL236.94º60.49%31.76%-
HSV(B)236.94º75.38%50.98%-
XYZ5.293.2421.47-
YUV46.11175.34117.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 130 (51.17% from 255) = 65.33%
R=16.08%
G=18.59%
B=65.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32371300.750.7200.49236.9460.4931.76
Hex2025824B48031ed3c20
Octal40452021131100613557440
Binary1000001001011000001010010111001000011000111101101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202582; }

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

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

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

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

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

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

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

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