#065770

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

Shades of Blue Lagoon #065770

Tints of Blue Lagoon #065770

Color information

#065770 (or 0x065770) is unknown color: approx Blue Lagoon. HEX triplet: 06, 57 and 70. RGB value is (6,87,112). Sum of RGB (Red+Green+Blue) = 6+87+112=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #065770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065770 is #F9A88F. Grayscale: #414141. Windows color (decimal): -16361616 or 7362310. OLE color: 7362310.

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

Color convert

RGB687112-
CMYK0.950.2200.56
HSL194.15º89.83%23.14%-
HSV(B)194.15º94.64%43.92%-
XYZ6.418.0216.54-
YUV65.63154.1685.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=2.93%
G=42.44%
B=54.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6871120.950.2200.56194.1589.8323.14
Hex657705F16038c25a17
Octal61271601372607030213227
Binary11010101111110000101111110110011100011000010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065770; }

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

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

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

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

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

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

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

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