#096A7C

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

Shades of Blue Lagoon #096A7C

Tints of Blue Lagoon #096A7C

Color information

#096A7C (or 0x096A7C) is unknown color: approx Blue Lagoon. HEX triplet: 09, 6A and 7C. RGB value is (9,106,124). Sum of RGB (Red+Green+Blue) = 9+106+124=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #096A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A7C is #F69583. Grayscale: #4E4E4E. Windows color (decimal): -16160132 or 8153609. OLE color: 8153609.

HSL color Cylindrical-coordinate representation of color #096A7C: hue angle of 189.39º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096A7C is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9106124-
CMYK0.930.1500.51
HSL189.39º86.47%26.08%-
HSV(B)189.39º92.74%48.63%-
XYZ8.911.8220.88-
YUV79.05153.3678.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.77%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 124 (48.83% from 255) = 51.88%
R=3.77%
G=44.35%
B=51.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91061240.930.1500.51189.3986.4726.08
Hex96A7C5DF033bd561a
Octal111521741351706327512632
Binary10011101010111110010111011111011001110111101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096A7C; }

 p { color: rgb(9,106,124); }

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

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

 a { background-color: rgb(9,106,124); }

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

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

 span { border-color: rgb(9,106,124); }

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