#065C73

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

Shades of Blue Lagoon #065C73

Tints of Blue Lagoon #065C73

Color information

#065C73 (or 0x065C73) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5C and 73. RGB value is (6,92,115). Sum of RGB (Red+Green+Blue) = 6+92+115=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #065C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C73 is #F9A38C. Grayscale: #444444. Windows color (decimal): -16360333 or 7560198. OLE color: 7560198.

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

Color convert

RGB692115-
CMYK0.950.2000.55
HSL192.66º90.08%23.73%-
HSV(B)192.66º94.78%45.1%-
XYZ78.9317.57-
YUV68.91154.0183.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 92 (36.33% from 255) = 43.19%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=2.82%
G=43.19%
B=53.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6921150.950.2000.55192.6690.0823.73
Hex65C735F14037c15a18
Octal61341631372406730113230
Binary11010111001110011101111110100011011111000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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