#095B73

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

Shades of Blue Lagoon #095B73

Tints of Blue Lagoon #095B73

Color information

#095B73 (or 0x095B73) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5B and 73. RGB value is (9,91,115). Sum of RGB (Red+Green+Blue) = 9+91+115=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #095B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B73 is #F6A48C. Grayscale: #454545. Windows color (decimal): -16163981 or 7559945. OLE color: 7559945.

HSL color Cylindrical-coordinate representation of color #095B73: hue angle of 193.58º 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 #095B73 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB991115-
CMYK0.920.2100.55
HSL193.58º85.48%24.31%-
HSV(B)193.58º92.17%45.1%-
XYZ6.958.7817.55-
YUV69.22153.8385.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 115 (45.31% from 255) = 53.49%
R=4.19%
G=42.33%
B=53.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9911150.920.2100.55193.5885.4824.31
Hex95B735C15037c25518
Octal111331631342506730212530
Binary100110110111110011101110010101011011111000010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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