Html Css Color HEX #0080A0 Eastern Blue

📋 copy color: '#0080A0'

red 0 ◦ green 128 ◦ blue 160

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

Shades of Eastern Blue #0080A0

Tints of Eastern Blue #0080A0

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 128 (50.39% from 255) = 44.44%

 BLUE value IS 160 (62.89% from 255) = 55.56%

R = 0%
G = 44.44%
B = 55.56%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0080A0 (or 0x0080A0) is known color: Eastern Blue. HEX triplet: 00, 80 and A0. RGB value is (0,128,160). Sum of RGB (Red+Green+Blue) = 0+128+160=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #0080A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0080A0 is #FF7F5F. Grayscale: #5D5D5D. Windows color (decimal): -16744288 or 10518528. OLE color: 10518528.

HSL color Cylindrical-coordinate representation of color #0080A0: hue angle of 192º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080A0 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 128 160 -
CMYK 1 0.20 0 0.37
HSL 192º 1% 0.31% -
HSV(B) 192º 1% 0.63% -
XYZ 14.06 17.98 35.99 -
YUV 93.38 165.59 61.4 -
System Red Green Blue C M Y K H S L
Decimal 0 128 160 1 0.20 0 0.37 192 1 0.31
Hex 0 80 A0 64 14 0 25 C0 64 1F
Octal 0 200 240 144 24 0 45 300 144 37
Binary 0 10000000 10100000 1100100 10100 0 100101 11000000 1100100 11111

Color Harmonies of #0080A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0080A0

Black with #0080A0

Text Example


Text Example

White with #0080A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0080A0; }

 p { color: rgb(0,128,160); }

 H1.HeaderClassName
 {
   color: #0080A0;
 }
 .AnyTagClassName
 {
   color: #0080A0;
 }
</style>

background-color css

<style>
 a { background-color: #0080A0; }

 a { background-color: rgb(0,128,160); }

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

border-color css

<style>
 span { border-color: #0080A0; }

 span { border-color: rgb(0,128,160); }

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