#095F77

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

Shades of Blue Lagoon #095F77

Tints of Blue Lagoon #095F77

Color information

#095F77 (or 0x095F77) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5F and 77. RGB value is (9,95,119). Sum of RGB (Red+Green+Blue) = 9+95+119=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #095F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F77 is #F6A088. Grayscale: #474747. Windows color (decimal): -16162953 or 7823113. OLE color: 7823113.

HSL color Cylindrical-coordinate representation of color #095F77: hue angle of 193.09º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095F77 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB995119-
CMYK0.920.2000.53
HSL193.09º85.94%25.1%-
HSV(B)193.09º92.44%46.67%-
XYZ7.539.5718.9-
YUV72.02154.5183.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.04%
GREEN value IS 95 (37.5% from 255) = 42.60%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=4.04%
G=42.60%
B=53.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9951190.920.2000.53193.0985.9425.1
Hex95F775C14035c15619
Octal111371671342406530112631
Binary100110111111110111101110010100011010111000001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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