Html Css Color HEX #0289AC Eastern Blue

📋 copy color: '#0289AC'

red 2 ◦ green 137 ◦ blue 172

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

Shades of Eastern Blue #0289AC

Tints of Eastern Blue #0289AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.31%

R = 0.64%
G = 44.05%
B = 55.31%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0289AC (or 0x0289AC) is known color: Eastern Blue. HEX triplet: 02, 89 and AC. RGB value is (2,137,172). Sum of RGB (Red+Green+Blue) = 2+137+172=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #0289AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0289AC is #FD7653. Grayscale: #646464. Windows color (decimal): -16610900 or 11307266. OLE color: 11307266.

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

Color convert

RGB 2 137 172 -
CMYK 0.99 0.20 0 0.33
HSL 192.35º 0.98% 0.34% -
HSV(B) 192.35º 0.99% 0.67% -
XYZ 16.42 20.88 42.2 -
YUV 100.63 168.27 57.65 -
System Red Green Blue C M Y K H S L
Decimal 2 137 172 0.99 0.20 0 0.33 192.35 0.98 0.34
Hex 2 89 AC 63 14 0 21 C0 62 22
Octal 2 211 254 143 24 0 41 300 142 42
Binary 10 10001001 10101100 1100011 10100 0 100001 11000000 1100010 100010

Color Harmonies of #0289AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0289AC

Black with #0289AC

Text Example


Text Example

White with #0289AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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