#095165

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

Shades of Blue Lagoon #095165

Tints of Blue Lagoon #095165

Color information

#095165 (or 0x095165) is unknown color: approx Blue Lagoon. HEX triplet: 09, 51 and 65. RGB value is (9,81,101). Sum of RGB (Red+Green+Blue) = 9+81+101=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 101 (39.84% from 255 or 52.88% from 191); Max value from RGB is 101 - color contains mainly: blue. Hex color #095165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095165 is #F6AE9A. Grayscale: #3D3D3D. Windows color (decimal): -16166555 or 6639881. OLE color: 6639881.

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

Color convert

RGB981101-
CMYK0.910.2000.60
HSL193.04º83.64%21.57%-
HSV(B)193.04º91.09%39.61%-
XYZ5.46.8813.36-
YUV61.75150.1590.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.71%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 101 (39.84% from 255) = 52.88%
R=4.71%
G=42.41%
B=52.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9811010.910.2000.60193.0483.6421.57
Hex951655B1403Cc15416
Octal111211451332407430112426
Binary100110100011100101101101110100011110011000001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095165; }

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

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

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

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

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

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

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

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