#0D89AA

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

Shades of Eastern Blue #0D89AA

Tints of Eastern Blue #0D89AA

Color information

#0D89AA (or 0x0D89AA) is unknown color: approx Eastern Blue. HEX triplet: 0D, 89 and AA. RGB value is (13,137,170). Sum of RGB (Red+Green+Blue) = 13+137+170=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D89AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D89AA is #F27655. Grayscale: #676767. Windows color (decimal): -15890006 or 11176205. OLE color: 11176205.

HSL color Cylindrical-coordinate representation of color #0D89AA: hue angle of 192.61º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D89AA is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13137170-
CMYK0.920.1900.33
HSL192.61º85.79%35.88%-
HSV(B)192.61º92.35%66.67%-
XYZ16.3720.8841.2-
YUV103.69165.4263.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.06%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 170 (66.80% from 255) = 53.12%
R=4.06%
G=42.81%
B=53.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131371700.920.1900.33192.6185.7935.88
HexD89AA5C13021c15624
Octal152112521342304130112644
Binary110110001001101010101011100100110100001110000011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D89AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D89AA; }

 p { color: rgb(13,137,170); }

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

<style>
 a { background-color: #0D89AA; }

 a { background-color: rgb(13,137,170); }

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

<style>
 span { border-color: #0D89AA; }

 span { border-color: rgb(13,137,170); }

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