#096173

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

Shades of Blue Lagoon #096173

Tints of Blue Lagoon #096173

Color information

#096173 (or 0x096173) is unknown color: approx Blue Lagoon. HEX triplet: 09, 61 and 73. RGB value is (9,97,115). Sum of RGB (Red+Green+Blue) = 9+97+115=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #096173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096173 is #F69E8C. Grayscale: #484848. Windows color (decimal): -16162445 or 7561481. OLE color: 7561481.

HSL color Cylindrical-coordinate representation of color #096173: hue angle of 190.19º 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 #096173 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB997115-
CMYK0.920.1600.55
HSL190.19º85.48%24.31%-
HSV(B)190.19º92.17%45.1%-
XYZ7.489.8517.73-
YUV72.74151.8582.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=4.07%
G=43.89%
B=52.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9971150.920.1600.55190.1985.4824.31
Hex961735C10037be5518
Octal111411631342006727612530
Binary100111000011110011101110010000011011110111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096173; }

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

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

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

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

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

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

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

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