#065E85

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

Shades of Blue Lagoon #065E85

Tints of Blue Lagoon #065E85

Color information

#065E85 (or 0x065E85) is unknown color: approx Blue Lagoon. HEX triplet: 06, 5E and 85. RGB value is (6,94,133). Sum of RGB (Red+Green+Blue) = 6+94+133=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #065E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E85 is #F9A17A. Grayscale: #474747. Windows color (decimal): -16359803 or 8740358. OLE color: 8740358.

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

Color convert

RGB694133-
CMYK0.950.2900.48
HSL198.43º91.37%27.25%-
HSV(B)198.43º95.49%52.16%-
XYZ8.319.7423.63-
YUV72.13162.3580.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 94 (37.11% from 255) = 40.34%
BLUE value IS 133 (52.34% from 255) = 57.08%
R=2.58%
G=40.34%
B=57.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6941330.950.2900.48198.4391.3727.25
Hex65E855F1D030c65b1b
Octal61362051373506030613333
Binary110101111010000101101111111101011000011000110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,94,133); }

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

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

 a { background-color: rgb(6,94,133); }

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

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

 span { border-color: rgb(6,94,133); }

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