Html Css Color HEX #0A969B Eastern Blue

📋 copy color: '#0A969B'

red 10 ◦ green 150 ◦ blue 155

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

Shades of Eastern Blue #0A969B

Tints of Eastern Blue #0A969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.62%

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

R = 3.17%
G = 47.62%
B = 49.21%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0A969B (or 0x0A969B) is known color: Eastern Blue. HEX triplet: 0A, 96 and 9B. RGB value is (10,150,155). Sum of RGB (Red+Green+Blue) = 10+150+155=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A969B is #F56964. Grayscale: #6C6C6C. Windows color (decimal): -16083301 or 10196490. OLE color: 10196490.

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

Color convert

RGB 10 150 155 -
CMYK 0.94 0.03 0 0.39
HSL 182.07º 0.88% 0.32% -
HSV(B) 182.07º 0.94% 0.61% -
XYZ 16.95 24.24 34.8 -
YUV 108.71 154.12 57.59 -
System Red Green Blue C M Y K H S L
Decimal 10 150 155 0.94 0.03 0 0.39 182.07 0.88 0.32
Hex A 96 9B 5E 3 0 27 B6 58 20
Octal 12 226 233 136 3 0 47 266 130 40
Binary 1010 10010110 10011011 1011110 11 0 100111 10110110 1011000 100000

Color Harmonies of #0A969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A969B

Black with #0A969B

Text Example


Text Example

White with #0A969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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