#065A70

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

Shades of Blue Lagoon #065A70

Tints of Blue Lagoon #065A70

Color information

#065A70 (or 0x065A70) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5A and 70. RGB value is (6,90,112). Sum of RGB (Red+Green+Blue) = 6+90+112=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #065A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A70 is #F9A58F. Grayscale: #434343. Windows color (decimal): -16360848 or 7363078. OLE color: 7363078.

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

Color convert

RGB690112-
CMYK0.950.2000.56
HSL192.45º89.83%23.14%-
HSV(B)192.45º94.64%43.92%-
XYZ6.668.5216.62-
YUV67.39153.1784.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=2.88%
G=43.27%
B=53.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6901120.950.2000.56192.4589.8323.14
Hex65A705F14038c05a17
Octal61321601372407030013227
Binary11010110101110000101111110100011100011000000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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