#065D7A

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

Shades of Blue Lagoon #065D7A

Tints of Blue Lagoon #065D7A

Color information

#065D7A (or 0x065D7A) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5D and 7A. RGB value is (6,93,122). Sum of RGB (Red+Green+Blue) = 6+93+122=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 122 (48.05% from 255 or 55.20% from 221); Max value from RGB is 122 - color contains mainly: blue. Hex color #065D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065D7A is #F9A285. Grayscale: #464646. Windows color (decimal): -16360070 or 8019206. OLE color: 8019206.

HSL color Cylindrical-coordinate representation of color #065D7A: hue angle of 195º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065D7A is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB693122-
CMYK0.950.2400.52
HSL195º90.62%25.1%-
HSV(B)195º95.08%47.84%-
XYZ7.59.2719.81-
YUV70.29157.1882.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 122 (48.05% from 255) = 55.20%
R=2.71%
G=42.08%
B=55.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6931220.950.2400.5219590.6225.1
Hex65D7A5F18034c35b19
Octal61351721373006430313331
Binary11010111011111010101111111000011010011000011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,93,122); }

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

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

 a { background-color: rgb(6,93,122); }

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

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

 span { border-color: rgb(6,93,122); }

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