#096568

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

Shades of Blue Lagoon #096568

Tints of Blue Lagoon #096568

Color information

#096568 (or 0x096568) is unknown color: approx Blue Lagoon. HEX triplet: 09, 65 and 68. RGB value is (9,101,104). Sum of RGB (Red+Green+Blue) = 9+101+104=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #096568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096568 is #F69A97. Grayscale: #494949. Windows color (decimal): -16161432 or 6841609. OLE color: 6841609.

HSL color Cylindrical-coordinate representation of color #096568: hue angle of 181.89º 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 #096568 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9101104-
CMYK0.910.0300.59
HSL181.89º84.07%22.16%-
HSV(B)181.89º91.35%40.78%-
XYZ7.2710.3614.71-
YUV73.83145.0281.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 101 (39.84% from 255) = 47.20%
BLUE value IS 104 (41.02% from 255) = 48.60%
R=4.21%
G=47.20%
B=48.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91011040.910.0300.59181.8984.0722.16
Hex965685B303Bb65416
Octal11145150133307326612426
Binary100111001011101000101101111011101110110110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096568; }

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

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

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

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

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

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

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

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