#0189A8

Color #0189A8 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0189A8

Tints of Eastern Blue #0189A8

Color information

#0189A8 (or 0x0189A8) is unknown color: approx Eastern Blue. HEX triplet: 01, 89 and A8. RGB value is (1,137,168). Sum of RGB (Red+Green+Blue) = 1+137+168=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 168 (66.02% from 255 or 54.90% from 306); Max value from RGB is 168 - color contains mainly: blue. Hex color #0189A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0189A8 is #FE7657. Grayscale: #636363. Windows color (decimal): -16676440 or 11045121. OLE color: 11045121.

HSL color Cylindrical-coordinate representation of color #0189A8: hue angle of 191.14º degrees, saturation: 0.99, 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 #0189A8 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1137168-
CMYK0.990.1800.34
HSL191.14º98.82%33.14%-
HSV(B)191.14º99.4%65.88%-
XYZ16.0320.7240.2-
YUV99.87166.4457.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 168 (66.02% from 255) = 54.90%
R=0.33%
G=44.77%
B=54.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11371680.990.1800.34191.1498.8233.14
Hex189A86312022bf6321
Octal12112501432204227714341
Binary110001001101010001100011100100100010101111111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0189A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0189A8;
 }
 .AnyTagClassName
 {
   color: #0189A8;
 }
</style>
background-color css

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

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

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

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

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

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