#0A7A96

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

Shades of Eastern Blue #0A7A96

Tints of Eastern Blue #0A7A96

Color information

#0A7A96 (or 0x0A7A96) is unknown color: approx Eastern Blue. HEX triplet: 0A, 7A and 96. RGB value is (10,122,150). Sum of RGB (Red+Green+Blue) = 10+122+150=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A7A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7A96 is #F58569. Grayscale: #5B5B5B. Windows color (decimal): -16090474 or 9861642. OLE color: 9861642.

HSL color Cylindrical-coordinate representation of color #0A7A96: hue angle of 192º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7A96 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10122150-
CMYK0.930.1900.41
HSL192º87.5%31.37%-
HSV(B)192º93.33%58.82%-
XYZ12.5916.1931.31-
YUV91.7160.8969.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 122 (48.05% from 255) = 43.26%
BLUE value IS 150 (58.98% from 255) = 53.19%
R=3.55%
G=43.26%
B=53.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101221500.930.1900.4119287.531.37
HexA7A965D13029c0581f
Octal121722261352305130013037
Binary1010111101010010110101110110011010100111000000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,122,150); }

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

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

 a { background-color: rgb(10,122,150); }

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

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

 span { border-color: rgb(10,122,150); }

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