#0A8193

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

Shades of Eastern Blue #0A8193

Tints of Eastern Blue #0A8193

Color information

#0A8193 (or 0x0A8193) is unknown color: approx Eastern Blue. HEX triplet: 0A, 81 and 93. RGB value is (10,129,147). Sum of RGB (Red+Green+Blue) = 10+129+147=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A8193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8193 is #F57E6C. Grayscale: #5F5F5F. Windows color (decimal): -16088685 or 9666826. OLE color: 9666826.

HSL color Cylindrical-coordinate representation of color #0A8193: hue angle of 187.88º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8193 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10129147-
CMYK0.930.1200.42
HSL187.88º87.26%30.78%-
HSV(B)187.88º93.2%57.65%-
XYZ13.2417.8730.36-
YUV95.47157.0867.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.50%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 147 (57.81% from 255) = 51.40%
R=3.50%
G=45.10%
B=51.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101291470.930.1200.42187.8887.2630.78
HexA81935DC02Abc571f
Octal122012231351405227412737
Binary1010100000011001001110111011100010101010111100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,129,147); }

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

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

 a { background-color: rgb(10,129,147); }

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

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

 span { border-color: rgb(10,129,147); }

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