#095466

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

Shades of Blue Lagoon #095466

Tints of Blue Lagoon #095466

Color information

#095466 (or 0x095466) is unknown color: approx Blue Lagoon. HEX triplet: 09, 54 and 66. RGB value is (9,84,102). Sum of RGB (Red+Green+Blue) = 9+84+102=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 102 (40.23% from 255 or 52.31% from 195); Max value from RGB is 102 - color contains mainly: blue. Hex color #095466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095466 is #F6AB99. Grayscale: #3F3F3F. Windows color (decimal): -16165786 or 6706185. OLE color: 6706185.

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

Color convert

RGB984102-
CMYK0.910.1800.6
HSL191.61º83.78%21.76%-
HSV(B)191.61º91.18%40%-
XYZ5.687.3613.69-
YUV63.63149.6589.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 102 (40.23% from 255) = 52.31%
R=4.62%
G=43.08%
B=52.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9841020.910.1800.6191.6183.7821.76
Hex954665B1203Cc05416
Octal111241461332207430012426
Binary100110101001100110101101110010011110011000000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095466; }

 p { color: rgb(9,84,102); }

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

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

 a { background-color: rgb(9,84,102); }

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

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

 span { border-color: rgb(9,84,102); }

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