#065C71

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

Shades of Blue Lagoon #065C71

Tints of Blue Lagoon #065C71

Color information

#065C71 (or 0x065C71) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5C and 71. RGB value is (6,92,113). Sum of RGB (Red+Green+Blue) = 6+92+113=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #065C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C71 is #F9A38E. Grayscale: #444444. Windows color (decimal): -16360335 or 7429126. OLE color: 7429126.

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

Color convert

RGB692113-
CMYK0.950.1900.56
HSL191.78º89.92%23.33%-
HSV(B)191.78º94.69%44.31%-
XYZ6.888.8916.98-
YUV68.68153.0183.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 113 (44.53% from 255) = 53.55%
R=2.84%
G=43.60%
B=53.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6921130.950.1900.56191.7889.9223.33
Hex65C715F13038c05a17
Octal61341611372307030013227
Binary11010111001110001101111110011011100011000000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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