#065B79

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

Shades of Blue Lagoon #065B79

Tints of Blue Lagoon #065B79

Color information

#065B79 (or 0x065B79) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5B and 79. RGB value is (6,91,121). Sum of RGB (Red+Green+Blue) = 6+91+121=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #065B79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B79 is #F9A486. Grayscale: #444444. Windows color (decimal): -16360583 or 7953158. OLE color: 7953158.

HSL color Cylindrical-coordinate representation of color #065B79: hue angle of 195.65º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065B79 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB691121-
CMYK0.950.2500.53
HSL195.65º90.55%24.9%-
HSV(B)195.65º95.04%47.45%-
XYZ7.278.919.42-
YUV69157.3483.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.75%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 121 (47.66% from 255) = 55.50%
R=2.75%
G=41.74%
B=55.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6911210.950.2500.53195.6590.5524.9
Hex65B795F19035c45b19
Octal61331711373106530413331
Binary11010110111111001101111111001011010111000100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,91,121); }

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

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

 a { background-color: rgb(6,91,121); }

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

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

 span { border-color: rgb(6,91,121); }

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