Html Css Color HEX #1889A4 Eastern Blue

📋 copy color: '#1889A4'

red 24 ◦ green 137 ◦ blue 164

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

Shades of Eastern Blue #1889A4

Tints of Eastern Blue #1889A4

RGB

 RED value IS 24 (9.77% from 255) = 7.38%

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

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

R = 7.38%
G = 42.15%
B = 50.46%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1889A4 (or 0x1889A4) is known color: Eastern Blue. HEX triplet: 18, 89 and A4. RGB value is (24,137,164). Sum of RGB (Red+Green+Blue) = 24+137+164=325 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.38% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #1889A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1889A4 is #E7765B. Grayscale: #6A6A6A. Windows color (decimal): -15169116 or 10783000. OLE color: 10783000.

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

Color convert

RGB 24 137 164 -
CMYK 0.85 0.16 0 0.36
HSL 191.57º 0.74% 0.37% -
HSV(B) 191.57º 0.85% 0.64% -
XYZ 16.02 20.77 38.29 -
YUV 106.29 160.56 69.3 -
System Red Green Blue C M Y K H S L
Decimal 24 137 164 0.85 0.16 0 0.36 191.57 0.74 0.37
Hex 18 89 A4 55 10 0 24 C0 4A 25
Octal 30 211 244 125 20 0 44 300 112 45
Binary 11000 10001001 10100100 1010101 10000 0 100100 11000000 1001010 100101

Color Harmonies of #1889A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1889A4

Black with #1889A4

Text Example


Text Example

White with #1889A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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