#096678

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

Shades of Blue Lagoon #096678

Tints of Blue Lagoon #096678

Color information

#096678 (or 0x096678) is unknown color: approx Blue Lagoon. HEX triplet: 09, 66 and 78. RGB value is (9,102,120). Sum of RGB (Red+Green+Blue) = 9+102+120=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #096678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096678 is #F69987. Grayscale: #4C4C4C. Windows color (decimal): -16161160 or 7890441. OLE color: 7890441.

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

Color convert

RGB9102120-
CMYK0.920.1500.53
HSL189.73º86.05%25.29%-
HSV(B)189.73º92.5%47.06%-
XYZ8.2510.9219.44-
YUV76.24152.6980.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.90%
GREEN value IS 102 (40.23% from 255) = 44.16%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=3.90%
G=44.16%
B=51.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91021200.920.1500.53189.7386.0525.29
Hex966785CF035be5619
Octal111461701341706527612631
Binary10011100110111100010111001111011010110111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096678; }

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

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

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

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

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

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

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

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