#096066

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

Shades of Blue Lagoon #096066

Tints of Blue Lagoon #096066

Color information

#096066 (or 0x096066) is unknown color: approx Blue Lagoon. HEX triplet: 09, 60 and 66. RGB value is (9,96,102). Sum of RGB (Red+Green+Blue) = 9+96+102=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #096066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096066 is #F69F99. Grayscale: #464646. Windows color (decimal): -16162714 or 6709257. OLE color: 6709257.

HSL color Cylindrical-coordinate representation of color #096066: hue angle of 183.87º 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 #096066 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB996102-
CMYK0.910.0600.6
HSL183.87º83.78%21.76%-
HSV(B)183.87º91.18%40%-
XYZ6.699.3814.03-
YUV70.67145.6884.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=4.35%
G=46.38%
B=49.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9961020.910.0600.6183.8783.7821.76
Hex960665B603Cb85416
Octal11140146133607427012426
Binary1001110000011001101011011110011110010111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096066; }

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

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

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

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

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

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

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

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