#065972

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

Shades of Blue Lagoon #065972

Tints of Blue Lagoon #065972

Color information

#065972 (or 0x065972) is unknown color: approx Blue Lagoon. HEX triplet: 06, 59 and 72. RGB value is (6,89,114). Sum of RGB (Red+Green+Blue) = 6+89+114=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #065972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065972 is #F9A68D. Grayscale: #424242. Windows color (decimal): -16361102 or 7493894. OLE color: 7493894.

HSL color Cylindrical-coordinate representation of color #065972: hue angle of 193.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065972 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB689114-
CMYK0.950.2200.55
HSL193.89º90%23.53%-
HSV(B)193.89º94.74%44.71%-
XYZ6.688.417.19-
YUV67.03154.584.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 114 (44.92% from 255) = 54.55%
R=2.87%
G=42.58%
B=54.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6891140.950.2200.55193.899023.53
Hex659725F16037c25a18
Octal61311621372606730213230
Binary11010110011110010101111110110011011111000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065972; }

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

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

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

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

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

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

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

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