#1582A2

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

Shades of Eastern Blue #1582A2

Tints of Eastern Blue #1582A2

Color information

#1582A2 (or 0x1582A2) is unknown color: approx Eastern Blue. HEX triplet: 15, 82 and A2. RGB value is (21,130,162). Sum of RGB (Red+Green+Blue) = 21+130+162=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #1582A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1582A2 is #EA7D5D. Grayscale: #646464. Windows color (decimal): -15367518 or 10650133. OLE color: 10650133.

HSL color Cylindrical-coordinate representation of color #1582A2: hue angle of 193.62º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1582A2 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB21130162-
CMYK0.870.2000.36
HSL193.62º77.05%35.88%-
HSV(B)193.62º87.04%63.53%-
XYZ14.8118.7337.02-
YUV101.06162.3970.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.71%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 162 (63.67% from 255) = 51.76%
R=6.71%
G=41.53%
B=51.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211301620.870.2000.36193.6277.0535.88
Hex1582A25714024c24d24
Octal252022421272404430211544
Binary1010110000010101000101010111101000100100110000101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1582A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1582A2; }

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

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

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

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

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

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

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

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