Html Css Color HEX #0A819E Eastern Blue

📋 copy color: '#0A819E'

red 10 ◦ green 129 ◦ blue 158

#0A819E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #0A819E

Tints of Eastern Blue #0A819E

RGB

 RED value IS 10 (4.3% from 255) = 3.37%

 GREEN value IS 129 (50.78% from 255) = 43.43%

 BLUE value IS 158 (62.11% from 255) = 53.2%

R = 3.37%
G = 43.43%
B = 53.2%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A819E (or 0x0A819E) is known color: Eastern Blue. HEX triplet: 0A, 81 and 9E. RGB value is (10,129,158). Sum of RGB (Red+Green+Blue) = 10+129+158=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A819E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A819E is #F57E61. Grayscale: #606060. Windows color (decimal): -16088674 or 10387722. OLE color: 10387722.

HSL color Cylindrical-coordinate representation of color #0A819E: hue angle of 191.76º 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 #0A819E is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 129 158 -
CMYK 0.94 0.18 0 0.38
HSL 191.76º 0.88% 0.33% -
HSV(B) 191.76º 0.94% 0.62% -
XYZ 14.15 18.23 35.12 -
YUV 96.73 162.58 66.14 -
System Red Green Blue C M Y K H S L
Decimal 10 129 158 0.94 0.18 0 0.38 191.76 0.88 0.33
Hex A 81 9E 5E 12 0 26 C0 58 21
Octal 12 201 236 136 22 0 46 300 130 41
Binary 1010 10000001 10011110 1011110 10010 0 100110 11000000 1011000 100001

Color Harmonies of #0A819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A819E

Black with #0A819E

Text Example


Text Example

White with #0A819E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A819E;
 }
 .AnyTagClassName
 {
   color: #0A819E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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