#0A839D

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

Shades of Eastern Blue #0A839D

Tints of Eastern Blue #0A839D

Color information

#0A839D (or 0x0A839D) is unknown color: approx Eastern Blue. HEX triplet: 0A, 83 and 9D. RGB value is (10,131,157). Sum of RGB (Red+Green+Blue) = 10+131+157=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #0A839D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A839D is #F57C62. Grayscale: #616161. Windows color (decimal): -16088163 or 10322698. OLE color: 10322698.

HSL color Cylindrical-coordinate representation of color #0A839D: hue angle of 190.61º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A839D is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10131157-
CMYK0.940.1700.38
HSL190.61º88.02%32.75%-
HSV(B)190.61º93.63%61.57%-
XYZ14.3318.7334.76-
YUV97.78161.4165.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.36%
GREEN value IS 131 (51.56% from 255) = 43.96%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=3.36%
G=43.96%
B=52.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101311570.940.1700.38190.6188.0232.75
HexA839D5E11026bf5821
Octal122032351362104627713041
Binary101010000011100111011011110100010100110101111111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,131,157); }

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

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

 a { background-color: rgb(10,131,157); }

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

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

 span { border-color: rgb(10,131,157); }

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