#095E80

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

Shades of Blue Lagoon #095E80

Tints of Blue Lagoon #095E80

Color information

#095E80 (or 0x095E80) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5E and 80. RGB value is (9,94,128). Sum of RGB (Red+Green+Blue) = 9+94+128=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #095E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E80 is #F6A17F. Grayscale: #484848. Windows color (decimal): -16163200 or 8412681. OLE color: 8412681.

HSL color Cylindrical-coordinate representation of color #095E80: hue angle of 197.14º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095E80 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB994128-
CMYK0.930.2700.50
HSL197.14º86.86%26.86%-
HSV(B)197.14º92.97%50.2%-
XYZ8.019.6221.86-
YUV72.46159.3482.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.90%
GREEN value IS 94 (37.11% from 255) = 40.69%
BLUE value IS 128 (50.39% from 255) = 55.41%
R=3.90%
G=40.69%
B=55.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9941280.930.2700.50197.1486.8626.86
Hex95E805D1B032c5571b
Octal111362001353306230512733
Binary1001101111010000000101110111011011001011000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095E80; }

 p { color: rgb(9,94,128); }

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

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

 a { background-color: rgb(9,94,128); }

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

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

 span { border-color: rgb(9,94,128); }

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