#096980

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

Shades of Blue Lagoon #096980

Tints of Blue Lagoon #096980

Color information

#096980 (or 0x096980) is unknown color: approx Blue Lagoon. HEX triplet: 09, 69 and 80. RGB value is (9,105,128). Sum of RGB (Red+Green+Blue) = 9+105+128=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #096980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096980 is #F6967F. Grayscale: #4E4E4E. Windows color (decimal): -16160384 or 8415497. OLE color: 8415497.

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

Color convert

RGB9105128-
CMYK0.930.1800.50
HSL191.6º86.86%26.86%-
HSV(B)191.6º92.97%50.2%-
XYZ9.0611.7222.21-
YUV78.92155.778.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.72%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 128 (50.39% from 255) = 52.89%
R=3.72%
G=43.39%
B=52.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91051280.930.1800.50191.686.8626.86
Hex969805D12032c0571b
Octal111512001352206230012733
Binary1001110100110000000101110110010011001011000000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096980; }

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

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

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

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

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

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

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

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