#095765

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

Shades of Blue Lagoon #095765

Tints of Blue Lagoon #095765

Color information

#095765 (or 0x095765) is unknown color: approx Blue Lagoon. HEX triplet: 09, 57 and 65. RGB value is (9,87,101). Sum of RGB (Red+Green+Blue) = 9+87+101=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #095765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095765 is #F6A89A. Grayscale: #414141. Windows color (decimal): -16165019 or 6641417. OLE color: 6641417.

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

Color convert

RGB987101-
CMYK0.910.1400.60
HSL189.13º83.64%21.57%-
HSV(B)189.13º91.09%39.61%-
XYZ5.877.8113.51-
YUV65.27148.1687.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.57%
GREEN value IS 87 (34.38% from 255) = 44.16%
BLUE value IS 101 (39.84% from 255) = 51.27%
R=4.57%
G=44.16%
B=51.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9871010.910.1400.60189.1383.6421.57
Hex957655BE03Cbd5416
Octal111271451331607427512426
Binary10011010111110010110110111110011110010111101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095765; }

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

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

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

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

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

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

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

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