#096079

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

Shades of Blue Lagoon #096079

Tints of Blue Lagoon #096079

Color information

#096079 (or 0x096079) is unknown color: approx Blue Lagoon. HEX triplet: 09, 60 and 79. RGB value is (9,96,121). Sum of RGB (Red+Green+Blue) = 9+96+121=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #096079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096079 is #F69F86. Grayscale: #484848. Windows color (decimal): -16162695 or 7954441. OLE color: 7954441.

HSL color Cylindrical-coordinate representation of color #096079: hue angle of 193.39º 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 #096079 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB996121-
CMYK0.930.2100.53
HSL193.39º86.15%25.49%-
HSV(B)193.39º92.56%47.45%-
XYZ7.759.819.57-
YUV72.84155.1882.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.98%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=3.98%
G=42.48%
B=53.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9961210.930.2100.53193.3986.1525.49
Hex960795D15035c15619
Octal111401711352506530112631
Binary100111000001111001101110110101011010111000001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096079; }

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

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

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

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

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

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

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

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