Html Css Color HEX #0489AB Eastern Blue

📋 copy color: '#0489AB'

red 4 ◦ green 137 ◦ blue 171

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

Shades of Eastern Blue #0489AB

Tints of Eastern Blue #0489AB

RGB

 RED value IS 4 (1.95% from 255) = 1.28%

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

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 1.28%
G = 43.91%
B = 54.81%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0489AB (or 0x0489AB) is known color: Eastern Blue. HEX triplet: 04, 89 and AB. RGB value is (4,137,171). Sum of RGB (Red+Green+Blue) = 4+137+171=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #0489AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0489AB is #FB7654. Grayscale: #646464. Windows color (decimal): -16479829 or 11241732. OLE color: 11241732.

HSL color Cylindrical-coordinate representation of color #0489AB: hue angle of 192.22º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0489AB is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 137 171 -
CMYK 0.98 0.20 0 0.33
HSL 192.22º 0.95% 0.34% -
HSV(B) 192.22º 0.98% 0.67% -
XYZ 16.35 20.86 41.69 -
YUV 101.11 167.44 58.74 -
System Red Green Blue C M Y K H S L
Decimal 4 137 171 0.98 0.20 0 0.33 192.22 0.95 0.34
Hex 4 89 AB 62 14 0 21 C0 5F 22
Octal 4 211 253 142 24 0 41 300 137 42
Binary 100 10001001 10101011 1100010 10100 0 100001 11000000 1011111 100010

Color Harmonies of #0489AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0489AB

Black with #0489AB

Text Example


Text Example

White with #0489AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0489AB; }

 p { color: rgb(4,137,171); }

 H1.HeaderClassName
 {
   color: #0489AB;
 }
 .AnyTagClassName
 {
   color: #0489AB;
 }
</style>

background-color css

<style>
 a { background-color: #0489AB; }

 a { background-color: rgb(4,137,171); }

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

border-color css

<style>
 span { border-color: #0489AB; }

 span { border-color: rgb(4,137,171); }

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