#095F80

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

Shades of Blue Lagoon #095F80

Tints of Blue Lagoon #095F80

Color information

#095F80 (or 0x095F80) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5F and 80. RGB value is (9,95,128). Sum of RGB (Red+Green+Blue) = 9+95+128=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #095F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095F80 is #F6A07F. Grayscale: #484848. Windows color (decimal): -16162944 or 8412937. OLE color: 8412937.

HSL color Cylindrical-coordinate representation of color #095F80: hue angle of 196.64º 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 #095F80 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB995128-
CMYK0.930.2600.50
HSL196.64º86.86%26.86%-
HSV(B)196.64º92.97%50.2%-
XYZ8.19.821.89-
YUV73.05159.0182.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.88%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 128 (50.39% from 255) = 55.17%
R=3.88%
G=40.95%
B=55.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9951280.930.2600.50196.6486.8626.86
Hex95F805D1A032c5571b
Octal111372001353206230512733
Binary1001101111110000000101110111010011001011000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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