Html Css Color HEX #0A879B Eastern Blue

📋 copy color: '#0A879B'

red 10 ◦ green 135 ◦ blue 155

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

Shades of Eastern Blue #0A879B

Tints of Eastern Blue #0A879B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 3.33%
G = 45%
B = 51.67%

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

#0A879B (or 0x0A879B) is known color: Eastern Blue. HEX triplet: 0A, 87 and 9B. RGB value is (10,135,155). Sum of RGB (Red+Green+Blue) = 10+135+155=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A879B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A879B is #F57864. Grayscale: #636363. Windows color (decimal): -16087141 or 10192650. OLE color: 10192650.

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

Color convert

RGB 10 135 155 -
CMYK 0.94 0.13 0 0.39
HSL 188.28º 0.88% 0.32% -
HSV(B) 188.28º 0.94% 0.61% -
XYZ 14.71 19.76 34.05 -
YUV 99.91 159.09 63.87 -
System Red Green Blue C M Y K H S L
Decimal 10 135 155 0.94 0.13 0 0.39 188.28 0.88 0.32
Hex A 87 9B 5E D 0 27 BC 58 20
Octal 12 207 233 136 15 0 47 274 130 40
Binary 1010 10000111 10011011 1011110 1101 0 100111 10111100 1011000 100000

Color Harmonies of #0A879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A879B

Black with #0A879B

Text Example


Text Example

White with #0A879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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