#096168

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

Shades of Blue Lagoon #096168

Tints of Blue Lagoon #096168

Color information

#096168 (or 0x096168) is unknown color: approx Blue Lagoon. HEX triplet: 09, 61 and 68. RGB value is (9,97,104). Sum of RGB (Red+Green+Blue) = 9+97+104=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #096168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096168 is #F69E97. Grayscale: #474747. Windows color (decimal): -16162456 or 6840585. OLE color: 6840585.

HSL color Cylindrical-coordinate representation of color #096168: hue angle of 184.42º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096168 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB997104-
CMYK0.910.0700.59
HSL184.42º84.07%22.16%-
HSV(B)184.42º91.35%40.78%-
XYZ6.899.6114.59-
YUV71.49146.3583.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=4.29%
G=46.19%
B=49.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9971040.910.0700.59184.4284.0722.16
Hex961685B703Bb85416
Octal11141150133707327012426
Binary1001110000111010001011011111011101110111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096168; }

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

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

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

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

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

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

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

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