#1382A2

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

Shades of Eastern Blue #1382A2

Tints of Eastern Blue #1382A2

Color information

#1382A2 (or 0x1382A2) is unknown color: approx Eastern Blue. HEX triplet: 13, 82 and A2. RGB value is (19,130,162). Sum of RGB (Red+Green+Blue) = 19+130+162=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 162 (63.67% from 255 or 52.09% from 311); Max value from RGB is 162 - color contains mainly: blue. Hex color #1382A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1382A2 is #EC7D5D. Grayscale: #646464. Windows color (decimal): -15498590 or 10650131. OLE color: 10650131.

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

Color convert

RGB19130162-
CMYK0.880.2000.36
HSL193.43º79.01%35.49%-
HSV(B)193.43º88.27%63.53%-
XYZ14.7718.7137.02-
YUV100.46162.7369.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.11%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 162 (63.67% from 255) = 52.09%
R=6.11%
G=41.80%
B=52.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal191301620.880.2000.36193.4379.0135.49
Hex1382A25814024c14f23
Octal232022421302404430111743
Binary1001110000010101000101011000101000100100110000011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1382A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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