Html Css Color HEX #1589A4 Eastern Blue

📋 copy color: '#1589A4'

red 21 ◦ green 137 ◦ blue 164

#1589A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #1589A4

Tints of Eastern Blue #1589A4

RGB

 RED value IS 21 (8.59% from 255) = 6.52%

 GREEN value IS 137 (53.91% from 255) = 42.55%

 BLUE value IS 164 (64.45% from 255) = 50.93%

R = 6.52%
G = 42.55%
B = 50.93%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1589A4 (or 0x1589A4) is known color: Eastern Blue. HEX triplet: 15, 89 and A4. RGB value is (21,137,164). Sum of RGB (Red+Green+Blue) = 21+137+164=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #1589A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1589A4 is #EA765B. Grayscale: #696969. Windows color (decimal): -15365724 or 10782997. OLE color: 10782997.

HSL color Cylindrical-coordinate representation of color #1589A4: hue angle of 191.33º 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 #1589A4 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 137 164 -
CMYK 0.87 0.16 0 0.36
HSL 191.33º 0.77% 0.36% -
HSV(B) 191.33º 0.87% 0.64% -
XYZ 15.96 20.73 38.28 -
YUV 105.39 161.07 67.8 -
System Red Green Blue C M Y K H S L
Decimal 21 137 164 0.87 0.16 0 0.36 191.33 0.77 0.36
Hex 15 89 A4 57 10 0 24 BF 4D 24
Octal 25 211 244 127 20 0 44 277 115 44
Binary 10101 10001001 10100100 1010111 10000 0 100100 10111111 1001101 100100

Color Harmonies of #1589A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1589A4

Black with #1589A4

Text Example


Text Example

White with #1589A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1589A4; }

 p { color: rgb(21,137,164); }

 H1.HeaderClassName
 {
   color: #1589A4;
 }
 .AnyTagClassName
 {
   color: #1589A4;
 }
</style>

background-color css

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

 a { background-color: rgb(21,137,164); }

 div.DivClassName
 {
   background-color: #1589A4;
 }
 .BgClassName
 {
   background-color: #1589A4;
 }
</style>

border-color css

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

 span { border-color: rgb(21,137,164); }

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