#008095

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

Shades of Eastern Blue #008095

Tints of Eastern Blue #008095

Color information

#008095 (or 0x008095) is unknown color: approx Eastern Blue. HEX triplet: 00, 80 and 95. RGB value is (0,128,149). Sum of RGB (Red+Green+Blue) = 0+128+149=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #008095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008095 is #FF7F6A. Grayscale: #5B5B5B. Windows color (decimal): -16744299 or 9797632. OLE color: 9797632.

HSL color Cylindrical-coordinate representation of color #008095: hue angle of 188.46º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008095 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB0128149-
CMYK10.1400.42
HSL188.46º100%29.22%-
HSV(B)188.46º100%58.43%-
XYZ13.1417.6131.14-
YUV92.12160.0962.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=0%
G=46.21%
B=53.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal012814910.1400.42188.4610029.22
Hex0809564E02Abc641d
Octal02002251441605227414435
Binary0100000001001010111001001110010101010111100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008095; }

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

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

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

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

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

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

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

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