Html Css Color HEX #0A939C Eastern Blue

📋 copy color: '#0A939C'

red 10 ◦ green 147 ◦ blue 156

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

Shades of Eastern Blue #0A939C

Tints of Eastern Blue #0A939C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

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

R = 3.19%
G = 46.96%
B = 49.84%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0A939C (or 0x0A939C) is known color: Eastern Blue. HEX triplet: 0A, 93 and 9C. RGB value is (10,147,156). Sum of RGB (Red+Green+Blue) = 10+147+156=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A939C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A939C is #F56C63. Grayscale: #6A6A6A. Windows color (decimal): -16084068 or 10261258. OLE color: 10261258.

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

Color convert

RGB 10 147 156 -
CMYK 0.94 0.06 0 0.39
HSL 183.7º 0.88% 0.33% -
HSV(B) 183.7º 0.94% 0.61% -
XYZ 16.56 23.33 35.08 -
YUV 107.06 155.61 58.77 -
System Red Green Blue C M Y K H S L
Decimal 10 147 156 0.94 0.06 0 0.39 183.7 0.88 0.33
Hex A 93 9C 5E 6 0 27 B8 58 21
Octal 12 223 234 136 6 0 47 270 130 41
Binary 1010 10010011 10011100 1011110 110 0 100111 10111000 1011000 100001

Color Harmonies of #0A939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A939C

Black with #0A939C

Text Example


Text Example

White with #0A939C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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