#0095A5

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

Shades of Eastern Blue #0095A5

Tints of Eastern Blue #0095A5

Color information

#0095A5 (or 0x0095A5) is unknown color: approx Eastern Blue. HEX triplet: 00, 95 and A5. RGB value is (0,149,165). Sum of RGB (Red+Green+Blue) = 0+149+165=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #0095A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0095A5 is #FF6A5A. Grayscale: #6A6A6A. Windows color (decimal): -16738907 or 10851584. OLE color: 10851584.

HSL color Cylindrical-coordinate representation of color #0095A5: hue angle of 185.82º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095A5 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB0149165-
CMYK10.1000.35
HSL185.82º100%32.35%-
HSV(B)185.82º100%64.71%-
XYZ17.5424.2139.35-
YUV106.27161.1452.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 165 (64.84% from 255) = 52.55%
R=0%
G=47.45%
B=52.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal014916510.1000.35185.8210032.35
Hex095A564A023ba6420
Octal02252451441204327214440
Binary01001010110100101110010010100100011101110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0095A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0095A5; }

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

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

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

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

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

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

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

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