#096082

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

Shades of Blue Lagoon #096082

Tints of Blue Lagoon #096082

Color information

#096082 (or 0x096082) is unknown color: approx Blue Lagoon. HEX triplet: 09, 60 and 82. RGB value is (9,96,130). Sum of RGB (Red+Green+Blue) = 9+96+130=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #096082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096082 is #F69F7D. Grayscale: #494949. Windows color (decimal): -16162686 or 8544265. OLE color: 8544265.

HSL color Cylindrical-coordinate representation of color #096082: hue angle of 196.86º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096082 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB996130-
CMYK0.930.2600.49
HSL196.86º87.05%27.25%-
HSV(B)196.86º93.08%50.98%-
XYZ8.3210.0422.62-
YUV73.86159.6881.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=3.83%
G=40.85%
B=55.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9961300.930.2600.49196.8687.0527.25
Hex960825D1A031c5571b
Octal111402021353206130512733
Binary1001110000010000010101110111010011000111000101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096082; }

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

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

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

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

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

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

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

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