#096773

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

Shades of Blue Lagoon #096773

Tints of Blue Lagoon #096773

Color information

#096773 (or 0x096773) is unknown color: approx Blue Lagoon. HEX triplet: 09, 67 and 73. RGB value is (9,103,115). Sum of RGB (Red+Green+Blue) = 9+103+115=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #096773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096773 is #F6988C. Grayscale: #4C4C4C. Windows color (decimal): -16160909 or 7563017. OLE color: 7563017.

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

Color convert

RGB9103115-
CMYK0.920.1000.55
HSL186.79º85.48%24.31%-
HSV(B)186.79º92.17%45.1%-
XYZ8.061117.92-
YUV76.26149.8680.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.96%
GREEN value IS 103 (40.62% from 255) = 45.37%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=3.96%
G=45.37%
B=50.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91031150.920.1000.55186.7985.4824.31
Hex967735CA037bb5518
Octal111471631341206727312530
Binary10011100111111001110111001010011011110111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096773; }

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

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

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

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

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

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

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

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