#065D73

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

Shades of Blue Lagoon #065D73

Tints of Blue Lagoon #065D73

Color information

#065D73 (or 0x065D73) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5D and 73. RGB value is (6,93,115). Sum of RGB (Red+Green+Blue) = 6+93+115=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #065D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D73 is #F9A28C. Grayscale: #454545. Windows color (decimal): -16360077 or 7560454. OLE color: 7560454.

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

Color convert

RGB693115-
CMYK0.950.1900.55
HSL192.11º90.08%23.73%-
HSV(B)192.11º94.78%45.1%-
XYZ7.089.1117.6-
YUV69.49153.6882.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.80%
GREEN value IS 93 (36.72% from 255) = 43.46%
BLUE value IS 115 (45.31% from 255) = 53.74%
R=2.80%
G=43.46%
B=53.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6931150.950.1900.55192.1190.0823.73
Hex65D735F13037c05a18
Octal61351631372306730013230
Binary11010111011110011101111110011011011111000000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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