#0087A9

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

Shades of Eastern Blue #0087A9

Tints of Eastern Blue #0087A9

Color information

#0087A9 (or 0x0087A9) is unknown color: approx Eastern Blue. HEX triplet: 00, 87 and A9. RGB value is (0,135,169). Sum of RGB (Red+Green+Blue) = 0+135+169=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 169 (66.41% from 255 or 55.59% from 304); Max value from RGB is 169 - color contains mainly: blue. Hex color #0087A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0087A9 is #FF7856. Grayscale: #626262. Windows color (decimal): -16742487 or 11110144. OLE color: 11110144.

HSL color Cylindrical-coordinate representation of color #0087A9: hue angle of 192.07º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087A9 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB0135169-
CMYK10.2000.34
HSL192.07º100%33.14%-
HSV(B)192.07º100%66.27%-
XYZ15.8320.1940.6-
YUV98.51167.7757.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 44.41%
BLUE value IS 169 (66.41% from 255) = 55.59%
R=0%
G=44.41%
B=55.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal013516910.2000.34192.0710033.14
Hex087A96414022c06421
Octal02072511442404230014441
Binary010000111101010011100100101000100010110000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0087A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0087A9; }

 p { color: rgb(0,135,169); }

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

<style>
 a { background-color: #0087A9; }

 a { background-color: rgb(0,135,169); }

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

<style>
 span { border-color: #0087A9; }

 span { border-color: rgb(0,135,169); }

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