#1889A2

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

Shades of Eastern Blue #1889A2

Tints of Eastern Blue #1889A2

Color information

#1889A2 (or 0x1889A2) is unknown color: approx Eastern Blue. HEX triplet: 18, 89 and A2. RGB value is (24,137,162). Sum of RGB (Red+Green+Blue) = 24+137+162=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #1889A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1889A2 is #E7765D. Grayscale: #696969. Windows color (decimal): -15169118 or 10651928. OLE color: 10651928.

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

Color convert

RGB24137162-
CMYK0.850.1500.36
HSL190.87º74.19%36.47%-
HSV(B)190.87º85.19%63.53%-
XYZ15.8420.6937.34-
YUV106.06159.5669.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.43%
GREEN value IS 137 (53.91% from 255) = 42.41%
BLUE value IS 162 (63.67% from 255) = 50.15%
R=7.43%
G=42.41%
B=50.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241371620.850.1500.36190.8774.1936.47
Hex1889A255F024bf4a24
Octal302112421251704427711244
Binary110001000100110100010101010111110100100101111111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1889A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,137,162); }

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

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

 a { background-color: rgb(24,137,162); }

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

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

 span { border-color: rgb(24,137,162); }

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