#095976

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

Shades of Blue Lagoon #095976

Tints of Blue Lagoon #095976

Color information

#095976 (or 0x095976) is unknown color: approx Blue Lagoon. HEX triplet: 09, 59 and 76. RGB value is (9,89,118). Sum of RGB (Red+Green+Blue) = 9+89+118=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #095976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095976 is #F6A689. Grayscale: #444444. Windows color (decimal): -16164490 or 7756041. OLE color: 7756041.

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

Color convert

RGB989118-
CMYK0.920.2500.54
HSL195.96º85.83%24.9%-
HSV(B)195.96º92.37%46.27%-
XYZ6.968.5118.42-
YUV68.3915685.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.17%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=4.17%
G=41.20%
B=54.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9891180.920.2500.54195.9685.8324.9
Hex959765C19036c45619
Octal111311661343106630412631
Binary100110110011110110101110011001011011011000100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095976; }

 p { color: rgb(9,89,118); }

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

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

 a { background-color: rgb(9,89,118); }

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

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

 span { border-color: rgb(9,89,118); }

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