#095A73

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

Shades of Blue Lagoon #095A73

Tints of Blue Lagoon #095A73

Color information

#095A73 (or 0x095A73) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5A and 73. RGB value is (9,90,115). Sum of RGB (Red+Green+Blue) = 9+90+115=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #095A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095A73 is #F6A58C. Grayscale: #444444. Windows color (decimal): -16164237 or 7559689. OLE color: 7559689.

HSL color Cylindrical-coordinate representation of color #095A73: hue angle of 194.15º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095A73 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB990115-
CMYK0.920.2200.55
HSL194.15º85.48%24.31%-
HSV(B)194.15º92.17%45.1%-
XYZ6.868.6117.52-
YUV68.63154.1685.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 90 (35.55% from 255) = 42.06%
BLUE value IS 115 (45.31% from 255) = 53.74%
R=4.21%
G=42.06%
B=53.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9901150.920.2200.55194.1585.4824.31
Hex95A735C16037c25518
Octal111321631342606730212530
Binary100110110101110011101110010110011011111000010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,90,115); }

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

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

 a { background-color: rgb(9,90,115); }

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

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

 span { border-color: rgb(9,90,115); }

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