#096478

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

Shades of Blue Lagoon #096478

Tints of Blue Lagoon #096478

Color information

#096478 (or 0x096478) is unknown color: approx Blue Lagoon. HEX triplet: 09, 64 and 78. RGB value is (9,100,120). Sum of RGB (Red+Green+Blue) = 9+100+120=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #096478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096478 is #F69B87. Grayscale: #4A4A4A. Windows color (decimal): -16161672 or 7889929. OLE color: 7889929.

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

Color convert

RGB9100120-
CMYK0.920.1700.53
HSL190.81º86.05%25.29%-
HSV(B)190.81º92.5%47.06%-
XYZ8.0610.5319.38-
YUV75.07153.3580.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=3.93%
G=43.67%
B=52.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91001200.920.1700.53190.8186.0525.29
Hex964785C11035bf5619
Octal111441701342106527712631
Binary100111001001111000101110010001011010110111111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096478; }

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

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

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

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

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

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

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

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