Html Css Color HEX #0A869B Eastern Blue

📋 copy color: '#0A869B'

red 10 ◦ green 134 ◦ blue 155

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

Shades of Eastern Blue #0A869B

Tints of Eastern Blue #0A869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.82%

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

R = 3.34%
G = 44.82%
B = 51.84%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0A869B (or 0x0A869B) is known color: Eastern Blue. HEX triplet: 0A, 86 and 9B. RGB value is (10,134,155). Sum of RGB (Red+Green+Blue) = 10+134+155=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A869B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A869B is #F57964. Grayscale: #636363. Windows color (decimal): -16087397 or 10192394. OLE color: 10192394.

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

Color convert

RGB 10 134 155 -
CMYK 0.94 0.14 0 0.39
HSL 188.69º 0.88% 0.32% -
HSV(B) 188.69º 0.94% 0.61% -
XYZ 14.57 19.48 34 -
YUV 99.32 159.42 64.29 -
System Red Green Blue C M Y K H S L
Decimal 10 134 155 0.94 0.14 0 0.39 188.69 0.88 0.32
Hex A 86 9B 5E E 0 27 BD 58 20
Octal 12 206 233 136 16 0 47 275 130 40
Binary 1010 10000110 10011011 1011110 1110 0 100111 10111101 1011000 100000

Color Harmonies of #0A869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A869B

Black with #0A869B

Text Example


Text Example

White with #0A869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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