#096771

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

Shades of Blue Lagoon #096771

Tints of Blue Lagoon #096771

Color information

#096771 (or 0x096771) is unknown color: approx Blue Lagoon. HEX triplet: 09, 67 and 71. RGB value is (9,103,113). Sum of RGB (Red+Green+Blue) = 9+103+113=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #096771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096771 is #F6988E. Grayscale: #4B4B4B. Windows color (decimal): -16160911 or 7431945. OLE color: 7431945.

HSL color Cylindrical-coordinate representation of color #096771: hue angle of 185.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096771 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9103113-
CMYK0.920.0900.56
HSL185.77º85.25%23.92%-
HSV(B)185.77º92.04%44.31%-
XYZ7.9410.9517.32-
YUV76.03148.8680.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=4%
G=45.78%
B=50.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91031130.920.0900.56185.7785.2523.92
Hex967715C9038ba5518
Octal111471611341107027212530
Binary10011100111111000110111001001011100010111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096771; }

 p { color: rgb(9,103,113); }

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

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

 a { background-color: rgb(9,103,113); }

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

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

 span { border-color: rgb(9,103,113); }

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