#065A77

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

Shades of Blue Lagoon #065A77

Tints of Blue Lagoon #065A77

Color information

#065A77 (or 0x065A77) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5A and 77. RGB value is (6,90,119). Sum of RGB (Red+Green+Blue) = 6+90+119=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #065A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A77 is #F9A588. Grayscale: #434343. Windows color (decimal): -16360841 or 7821830. OLE color: 7821830.

HSL color Cylindrical-coordinate representation of color #065A77: hue angle of 195.4º degrees, saturation: 0.9, 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 #065A77 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB690119-
CMYK0.950.2400.53
HSL195.4º90.4%24.51%-
HSV(B)195.4º94.96%46.67%-
XYZ7.068.6818.76-
YUV68.19156.6783.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.79%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=2.79%
G=41.86%
B=55.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6901190.950.2400.53195.490.424.51
Hex65A775F18035c35a19
Octal61321671373006530313231
Binary11010110101110111101111111000011010111000011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,90,119); }

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

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

 a { background-color: rgb(6,90,119); }

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

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

 span { border-color: rgb(6,90,119); }

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