#065264

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

Shades of Blue Lagoon #065264

Tints of Blue Lagoon #065264

Color information

#065264 (or 0x065264) is unknown color: approx Blue Lagoon. HEX triplet: 06, 52 and 64. RGB value is (6,82,100). Sum of RGB (Red+Green+Blue) = 6+82+100=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #065264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065264 is #F9AD9B. Grayscale: #3D3D3D. Windows color (decimal): -16362908 or 6574598. OLE color: 6574598.

HSL color Cylindrical-coordinate representation of color #065264: hue angle of 191.49º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065264 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB682100-
CMYK0.940.1800.61
HSL191.49º88.68%20.78%-
HSV(B)191.49º94%39.22%-
XYZ5.396.9913.12-
YUV61.33149.8288.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 82 (32.42% from 255) = 43.62%
BLUE value IS 100 (39.45% from 255) = 53.19%
R=3.19%
G=43.62%
B=53.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6821000.940.1800.61191.4988.6820.78
Hex652645E1203Dbf5915
Octal61221441362207527713125
Binary11010100101100100101111010010011110110111111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065264; }

 p { color: rgb(6,82,100); }

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

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

 a { background-color: rgb(6,82,100); }

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

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

 span { border-color: rgb(6,82,100); }

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