#096065

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

Shades of Blue Lagoon #096065

Tints of Blue Lagoon #096065

Color information

#096065 (or 0x096065) is unknown color: approx Blue Lagoon. HEX triplet: 09, 60 and 65. RGB value is (9,96,101). Sum of RGB (Red+Green+Blue) = 9+96+101=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #096065 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096065 is #F69F9A. Grayscale: #464646. Windows color (decimal): -16162715 or 6643721. OLE color: 6643721.

HSL color Cylindrical-coordinate representation of color #096065: hue angle of 183.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096065 is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB996101-
CMYK0.910.0500.60
HSL183.26º83.64%21.57%-
HSV(B)183.26º91.09%39.61%-
XYZ6.649.3613.77-
YUV70.56145.1884.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 101 (39.84% from 255) = 49.03%
R=4.37%
G=46.60%
B=49.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9961010.910.0500.60183.2683.6421.57
Hex960655B503Cb75416
Octal11140145133507426712426
Binary1001110000011001011011011101011110010110111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096065; }

 p { color: rgb(9,96,101); }

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

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

 a { background-color: rgb(9,96,101); }

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

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

 span { border-color: rgb(9,96,101); }

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