Html Css Color HEX #0289A8 Eastern Blue

📋 copy color: '#0289A8'

red 2 ◦ green 137 ◦ blue 168

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

Shades of Eastern Blue #0289A8

Tints of Eastern Blue #0289A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 54.72%

R = 0.65%
G = 44.63%
B = 54.72%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0289A8 (or 0x0289A8) is known color: Eastern Blue. HEX triplet: 02, 89 and A8. RGB value is (2,137,168). Sum of RGB (Red+Green+Blue) = 2+137+168=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 168 (66.02% from 255 or 54.72% from 307); Max value from RGB is 168 - color contains mainly: blue. Hex color #0289A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0289A8 is #FD7657. Grayscale: #636363. Windows color (decimal): -16610904 or 11045122. OLE color: 11045122.

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

Color convert

RGB 2 137 168 -
CMYK 0.99 0.18 0 0.34
HSL 191.2º 0.98% 0.33% -
HSV(B) 191.2º 0.99% 0.66% -
XYZ 16.04 20.73 40.2 -
YUV 100.17 166.27 57.98 -
System Red Green Blue C M Y K H S L
Decimal 2 137 168 0.99 0.18 0 0.34 191.2 0.98 0.33
Hex 2 89 A8 63 12 0 22 BF 62 21
Octal 2 211 250 143 22 0 42 277 142 41
Binary 10 10001001 10101000 1100011 10010 0 100010 10111111 1100010 100001

Color Harmonies of #0289A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0289A8

Black with #0289A8

Text Example


Text Example

White with #0289A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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