#065C76

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

Shades of Blue Lagoon #065C76

Tints of Blue Lagoon #065C76

Color information

#065C76 (or 0x065C76) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5C and 76. RGB value is (6,92,118). Sum of RGB (Red+Green+Blue) = 6+92+118=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #065C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C76 is #F9A389. Grayscale: #454545. Windows color (decimal): -16360330 or 7756806. OLE color: 7756806.

HSL color Cylindrical-coordinate representation of color #065C76: hue angle of 193.93º 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 #065C76 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB692118-
CMYK0.950.2200.54
HSL193.93º90.32%24.31%-
HSV(B)193.93º94.92%46.27%-
XYZ7.17918.5-
YUV69.25155.5182.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 92 (36.33% from 255) = 42.59%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=2.78%
G=42.59%
B=54.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6921180.950.2200.54193.9390.3224.31
Hex65C765F16036c25a18
Octal61341661372606630213230
Binary11010111001110110101111110110011011011000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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