#065B74

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

Shades of Blue Lagoon #065B74

Tints of Blue Lagoon #065B74

Color information

#065B74 (or 0x065B74) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5B and 74. RGB value is (6,91,116). Sum of RGB (Red+Green+Blue) = 6+91+116=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #065B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065B74 is #F9A48B. Grayscale: #444444. Windows color (decimal): -16360588 or 7625478. OLE color: 7625478.

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

Color convert

RGB691116-
CMYK0.950.2200.55
HSL193.64º90.16%23.92%-
HSV(B)193.64º94.83%45.49%-
XYZ6.978.7817.85-
YUV68.43154.8483.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 91 (35.94% from 255) = 42.72%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=2.82%
G=42.72%
B=54.46%

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
Decimal6911160.950.2200.55193.6490.1623.92
Hex65B745F16037c25a18
Octal61331641372606730213230
Binary11010110111110100101111110110011011111000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,91,116); }

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

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

 a { background-color: rgb(6,91,116); }

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

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

 span { border-color: rgb(6,91,116); }

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