Html Css Color HEX #0A879C Eastern Blue

📋 copy color: '#0A879C'

red 10 ◦ green 135 ◦ blue 156

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

Shades of Eastern Blue #0A879C

Tints of Eastern Blue #0A879C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.85%

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 3.32%
G = 44.85%
B = 51.83%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0A879C (or 0x0A879C) is known color: Eastern Blue. HEX triplet: 0A, 87 and 9C. RGB value is (10,135,156). Sum of RGB (Red+Green+Blue) = 10+135+156=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A879C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A879C is #F57863. Grayscale: #636363. Windows color (decimal): -16087140 or 10258186. OLE color: 10258186.

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

Color convert

RGB 10 135 156 -
CMYK 0.94 0.13 0 0.39
HSL 188.63º 0.88% 0.33% -
HSV(B) 188.63º 0.94% 0.61% -
XYZ 14.79 19.79 34.49 -
YUV 100.02 159.59 63.79 -
System Red Green Blue C M Y K H S L
Decimal 10 135 156 0.94 0.13 0 0.39 188.63 0.88 0.33
Hex A 87 9C 5E D 0 27 BD 58 21
Octal 12 207 234 136 15 0 47 275 130 41
Binary 1010 10000111 10011100 1011110 1101 0 100111 10111101 1011000 100001

Color Harmonies of #0A879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A879C

Black with #0A879C

Text Example


Text Example

White with #0A879C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,135,156); }

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

background-color css

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

 a { background-color: rgb(10,135,156); }

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

border-color css

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

 span { border-color: rgb(10,135,156); }

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