Html Css Color HEX #0289AD Eastern Blue

📋 copy color: '#0289AD'

red 2 ◦ green 137 ◦ blue 173

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

Shades of Eastern Blue #0289AD

Tints of Eastern Blue #0289AD

RGB

 RED value IS 2 (1.17% from 255) = 0.64%

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

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 0.64%
G = 43.91%
B = 55.45%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0289AD (or 0x0289AD) is known color: Eastern Blue. HEX triplet: 02, 89 and AD. RGB value is (2,137,173). Sum of RGB (Red+Green+Blue) = 2+137+173=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #0289AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0289AD is #FD7652. Grayscale: #646464. Windows color (decimal): -16610899 or 11372802. OLE color: 11372802.

HSL color Cylindrical-coordinate representation of color #0289AD: hue angle of 192.63º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0289AD is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 137 173 -
CMYK 0.99 0.21 0 0.32
HSL 192.63º 0.98% 0.34% -
HSV(B) 192.63º 0.99% 0.68% -
XYZ 16.51 20.92 42.7 -
YUV 100.74 168.77 57.57 -
System Red Green Blue C M Y K H S L
Decimal 2 137 173 0.99 0.21 0 0.32 192.63 0.98 0.34
Hex 2 89 AD 63 15 0 20 C1 62 22
Octal 2 211 255 143 25 0 40 301 142 42
Binary 10 10001001 10101101 1100011 10101 0 100000 11000001 1100010 100010

Color Harmonies of #0289AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0289AD

Black with #0289AD

Text Example


Text Example

White with #0289AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0289AD; }

 p { color: rgb(2,137,173); }

 H1.HeaderClassName
 {
   color: #0289AD;
 }
 .AnyTagClassName
 {
   color: #0289AD;
 }
</style>

background-color css

<style>
 a { background-color: #0289AD; }

 a { background-color: rgb(2,137,173); }

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

border-color css

<style>
 span { border-color: #0289AD; }

 span { border-color: rgb(2,137,173); }

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