#065970

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

Shades of Blue Lagoon #065970

Tints of Blue Lagoon #065970

Color information

#065970 (or 0x065970) is unknown color: approx Blue Lagoon. HEX triplet: 06, 59 and 70. RGB value is (6,89,112). Sum of RGB (Red+Green+Blue) = 6+89+112=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #065970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065970 is #F9A68F. Grayscale: #424242. Windows color (decimal): -16361104 or 7362822. OLE color: 7362822.

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

Color convert

RGB689112-
CMYK0.950.2100.56
HSL193.02º89.83%23.14%-
HSV(B)193.02º94.64%43.92%-
XYZ6.578.3516.6-
YUV66.8153.584.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 89 (35.16% from 255) = 43.00%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=2.90%
G=43.00%
B=54.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6891120.950.2100.56193.0289.8323.14
Hex659705F15038c15a17
Octal61311601372507030113227
Binary11010110011110000101111110101011100011000001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065970; }

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

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

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

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

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

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

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

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