#065C72

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

Shades of Blue Lagoon #065C72

Tints of Blue Lagoon #065C72

Color information

#065C72 (or 0x065C72) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5C and 72. RGB value is (6,92,114). Sum of RGB (Red+Green+Blue) = 6+92+114=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #065C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065C72 is #F9A38D. Grayscale: #444444. Windows color (decimal): -16360334 or 7494662. OLE color: 7494662.

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

Color convert

RGB692114-
CMYK0.950.1900.55
HSL192.22º90%23.53%-
HSV(B)192.22º94.74%44.71%-
XYZ6.948.9117.27-
YUV68.79153.5183.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=2.83%
G=43.40%
B=53.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6921140.950.1900.55192.229023.53
Hex65C725F13037c05a18
Octal61341621372306730013230
Binary11010111001110010101111110011011011111000000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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