#08809B

Color #08809B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #08809B

Tints of Eastern Blue #08809B

Color information

#08809B (or 0x08809B) is unknown color: approx Eastern Blue. HEX triplet: 08, 80 and 9B. RGB value is (8,128,155). Sum of RGB (Red+Green+Blue) = 8+128+155=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #08809B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08809B is #F77F64. Grayscale: #5E5E5E. Windows color (decimal): -16220005 or 10190856. OLE color: 10190856.

HSL color Cylindrical-coordinate representation of color #08809B: hue angle of 191.02º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08809B is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8128155-
CMYK0.950.1700.39
HSL191.02º90.18%31.96%-
HSV(B)191.02º94.84%60.78%-
XYZ13.7417.8633.73-
YUV95.2161.7465.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.75%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=2.75%
G=43.99%
B=53.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81281550.950.1700.39191.0290.1831.96
Hex8809B5F11027bf5a20
Octal102002331372104727713240
Binary100010000000100110111011111100010100111101111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08809B; }

 p { color: rgb(8,128,155); }

 H1.HeaderClassName
 {
   color: #08809B;
 }
 .AnyTagClassName
 {
   color: #08809B;
 }
</style>
background-color css

<style>
 a { background-color: #08809B; }

 a { background-color: rgb(8,128,155); }

 div.DivClassName
 {
   background-color: #08809B;
 }
 .BgClassName
 {
   background-color: #08809B;
 }
</style>
border-color css

<style>
 span { border-color: #08809B; }

 span { border-color: rgb(8,128,155); }

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