#0A859A

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

Shades of Eastern Blue #0A859A

Tints of Eastern Blue #0A859A

Color information

#0A859A (or 0x0A859A) is unknown color: approx Eastern Blue. HEX triplet: 0A, 85 and 9A. RGB value is (10,133,154). Sum of RGB (Red+Green+Blue) = 10+133+154=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A859A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A859A is #F57A65. Grayscale: #626262. Windows color (decimal): -16087654 or 10126602. OLE color: 10126602.

HSL color Cylindrical-coordinate representation of color #0A859A: hue angle of 188.75º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A859A is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10133154-
CMYK0.940.1400.40
HSL188.75º87.8%32.16%-
HSV(B)188.75º93.51%60.39%-
XYZ14.3519.1733.52-
YUV98.62159.2564.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.37%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=3.37%
G=44.78%
B=51.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101331540.940.1400.40188.7587.832.16
HexA859A5EE028bd5820
Octal122052321361605027513040
Binary10101000010110011010101111011100101000101111011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,133,154); }

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

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

 a { background-color: rgb(10,133,154); }

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

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

 span { border-color: rgb(10,133,154); }

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