#065E71

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

Shades of Blue Lagoon #065E71

Tints of Blue Lagoon #065E71

Color information

#065E71 (or 0x065E71) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5E and 71. RGB value is (6,94,113). Sum of RGB (Red+Green+Blue) = 6+94+113=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #065E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065E71 is #F9A18E. Grayscale: #454545. Windows color (decimal): -16359823 or 7429638. OLE color: 7429638.

HSL color Cylindrical-coordinate representation of color #065E71: hue angle of 190.65º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065E71 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB694113-
CMYK0.950.1700.56
HSL190.65º89.92%23.33%-
HSV(B)190.65º94.69%44.31%-
XYZ7.069.2417.03-
YUV69.85152.3582.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 94 (37.11% from 255) = 44.13%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=2.82%
G=44.13%
B=53.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6941130.950.1700.56190.6589.9223.33
Hex65E715F11038bf5a17
Octal61361611372107027713227
Binary11010111101110001101111110001011100010111111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,94,113); }

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

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

 a { background-color: rgb(6,94,113); }

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

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

 span { border-color: rgb(6,94,113); }

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