#095B79

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

Shades of Blue Lagoon #095B79

Tints of Blue Lagoon #095B79

Color information

#095B79 (or 0x095B79) is unknown color: approx Blue Lagoon. HEX triplet: 09, 5B and 79. RGB value is (9,91,121). Sum of RGB (Red+Green+Blue) = 9+91+121=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #095B79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095B79 is #F6A486. Grayscale: #454545. Windows color (decimal): -16163975 or 7953161. OLE color: 7953161.

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

Color convert

RGB991121-
CMYK0.930.2500.53
HSL196.07º86.15%25.49%-
HSV(B)196.07º92.56%47.45%-
XYZ7.38.9219.43-
YUV69.9156.8384.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 91 (35.94% from 255) = 41.18%
BLUE value IS 121 (47.66% from 255) = 54.75%
R=4.07%
G=41.18%
B=54.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9911210.930.2500.53196.0786.1525.49
Hex95B795D19035c45619
Octal111331711353106530412631
Binary100110110111111001101110111001011010111000100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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