#096973

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

Shades of Blue Lagoon #096973

Tints of Blue Lagoon #096973

Color information

#096973 (or 0x096973) is unknown color: approx Blue Lagoon. HEX triplet: 09, 69 and 73. RGB value is (9,105,115). Sum of RGB (Red+Green+Blue) = 9+105+115=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #096973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096973 is #F6968C. Grayscale: #4D4D4D. Windows color (decimal): -16160397 or 7563529. OLE color: 7563529.

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

Color convert

RGB9105115-
CMYK0.920.0900.55
HSL185.66º85.48%24.31%-
HSV(B)185.66º92.17%45.1%-
XYZ8.2611.417.98-
YUV77.44149.279.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 105 (41.41% from 255) = 45.85%
BLUE value IS 115 (45.31% from 255) = 50.22%
R=3.93%
G=45.85%
B=50.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91051150.920.0900.55185.6685.4824.31
Hex969735C9037ba5518
Octal111511631341106727212530
Binary10011101001111001110111001001011011110111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096973; }

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

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

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

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

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

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

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

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