#065A7F

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

Shades of Blue Lagoon #065A7F

Tints of Blue Lagoon #065A7F

Color information

#065A7F (or 0x065A7F) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5A and 7F. RGB value is (6,90,127). Sum of RGB (Red+Green+Blue) = 6+90+127=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #065A7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A7F is #F9A580. Grayscale: #444444. Windows color (decimal): -16360833 or 8346118. OLE color: 8346118.

HSL color Cylindrical-coordinate representation of color #065A7F: hue angle of 198.35º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065A7F is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB690127-
CMYK0.950.2900.50
HSL198.35º90.98%26.08%-
HSV(B)198.35º95.28%49.8%-
XYZ7.568.8821.39-
YUV69.1160.6782.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 127 (50% from 255) = 56.95%
R=2.69%
G=40.36%
B=56.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6901270.950.2900.50198.3590.9826.08
Hex65A7F5F1D032c65b1a
Octal61321771373506230613332
Binary11010110101111111101111111101011001011000110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,90,127); }

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

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

 a { background-color: rgb(6,90,127); }

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

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

 span { border-color: rgb(6,90,127); }

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