#096276

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

Shades of Blue Lagoon #096276

Tints of Blue Lagoon #096276

Color information

#096276 (or 0x096276) is unknown color: approx Blue Lagoon. HEX triplet: 09, 62 and 76. RGB value is (9,98,118). Sum of RGB (Red+Green+Blue) = 9+98+118=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #096276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096276 is #F69D89. Grayscale: #494949. Windows color (decimal): -16162186 or 7758345. OLE color: 7758345.

HSL color Cylindrical-coordinate representation of color #096276: hue angle of 191.01º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096276 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB998118-
CMYK0.920.1700.54
HSL191.01º85.83%24.9%-
HSV(B)191.01º92.37%46.27%-
XYZ7.7510.118.68-
YUV73.67153.0181.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=4%
G=43.56%
B=52.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9981180.920.1700.54191.0185.8324.9
Hex962765C11036bf5619
Octal111421661342106627712631
Binary100111000101110110101110010001011011010111111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096276; }

 p { color: rgb(9,98,118); }

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

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

 a { background-color: rgb(9,98,118); }

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

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

 span { border-color: rgb(9,98,118); }

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