#096178

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

Shades of Blue Lagoon #096178

Tints of Blue Lagoon #096178

Color information

#096178 (or 0x096178) is unknown color: approx Blue Lagoon. HEX triplet: 09, 61 and 78. RGB value is (9,97,120). Sum of RGB (Red+Green+Blue) = 9+97+120=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #096178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096178 is #F69E87. Grayscale: #494949. Windows color (decimal): -16162440 or 7889161. OLE color: 7889161.

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

Color convert

RGB997120-
CMYK0.920.1900.53
HSL192.43º86.05%25.29%-
HSV(B)192.43º92.5%47.06%-
XYZ7.789.9619.28-
YUV73.31154.3582.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.98%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=3.98%
G=42.92%
B=53.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9971200.920.1900.53192.4386.0525.29
Hex961785C13035c05619
Octal111411701342306530012631
Binary100111000011111000101110010011011010111000000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096178; }

 p { color: rgb(9,97,120); }

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

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

 a { background-color: rgb(9,97,120); }

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

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

 span { border-color: rgb(9,97,120); }

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