#096467

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

Shades of Blue Lagoon #096467

Tints of Blue Lagoon #096467

Color information

#096467 (or 0x096467) is unknown color: approx Blue Lagoon. HEX triplet: 09, 64 and 67. RGB value is (9,100,103). Sum of RGB (Red+Green+Blue) = 9+100+103=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #096467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096467 is #F69B98. Grayscale: #494949. Windows color (decimal): -16161689 or 6775817. OLE color: 6775817.

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

Color convert

RGB9100103-
CMYK0.910.0300.60
HSL181.91º83.93%21.96%-
HSV(B)181.91º91.26%40.39%-
XYZ7.1210.1514.42-
YUV73.13144.8582.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 100 (39.45% from 255) = 47.17%
BLUE value IS 103 (40.62% from 255) = 48.58%
R=4.25%
G=47.17%
B=48.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91001030.910.0300.60181.9183.9321.96
Hex964675B303Cb65416
Octal11144147133307426612426
Binary100111001001100111101101111011110010110110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096467; }

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

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

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

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

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

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

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

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