#065E76

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

Shades of Blue Lagoon #065E76

Tints of Blue Lagoon #065E76

Color information

#065E76 (or 0x065E76) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5E and 76. RGB value is (6,94,118). Sum of RGB (Red+Green+Blue) = 6+94+118=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #065E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E76 is #F9A189. Grayscale: #464646. Windows color (decimal): -16359818 or 7757318. OLE color: 7757318.

HSL color Cylindrical-coordinate representation of color #065E76: hue angle of 192.86º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065E76 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB694118-
CMYK0.950.2000.54
HSL192.86º90.32%24.31%-
HSV(B)192.86º94.92%46.27%-
XYZ7.359.3518.56-
YUV70.42154.8582.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 94 (37.11% from 255) = 43.12%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=2.75%
G=43.12%
B=54.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6941180.950.2000.54192.8690.3224.31
Hex65E765F14036c15a18
Octal61361661372406630113230
Binary11010111101110110101111110100011011011000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065E76; }

 p { color: rgb(6,94,118); }

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

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

 a { background-color: rgb(6,94,118); }

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

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

 span { border-color: rgb(6,94,118); }

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