#096067

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

Shades of Blue Lagoon #096067

Tints of Blue Lagoon #096067

Color information

#096067 (or 0x096067) is unknown color: approx Blue Lagoon. HEX triplet: 09, 60 and 67. RGB value is (9,96,103). Sum of RGB (Red+Green+Blue) = 9+96+103=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #096067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096067 is #F69F98. Grayscale: #464646. Windows color (decimal): -16162713 or 6774793. OLE color: 6774793.

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

Color convert

RGB996103-
CMYK0.910.0700.60
HSL184.47º83.93%21.96%-
HSV(B)184.47º91.26%40.39%-
XYZ6.749.414.29-
YUV70.78146.1883.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 103 (40.62% from 255) = 49.52%
R=4.33%
G=46.15%
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.60
SystemRedGreenBlueCMYKHSL
Decimal9961030.910.0700.60184.4783.9321.96
Hex960675B703Cb85416
Octal11140147133707427012426
Binary1001110000011001111011011111011110010111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096067; }

 p { color: rgb(9,96,103); }

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

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

 a { background-color: rgb(9,96,103); }

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

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

 span { border-color: rgb(9,96,103); }

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