#065778

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

Shades of Blue Lagoon #065778

Tints of Blue Lagoon #065778

Color information

#065778 (or 0x065778) is unknown color: approx Blue Lagoon. HEX triplet: 06, 57 and 78. RGB value is (6,87,120). Sum of RGB (Red+Green+Blue) = 6+87+120=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #065778 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065778 is #F9A887. Grayscale: #424242. Windows color (decimal): -16361608 or 7886598. OLE color: 7886598.

HSL color Cylindrical-coordinate representation of color #065778: hue angle of 197.37º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065778 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB687120-
CMYK0.950.2800.53
HSL197.37º90.48%24.71%-
HSV(B)197.37º95%47.06%-
XYZ6.878.2118.99-
YUV66.54158.1684.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 87 (34.38% from 255) = 40.85%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=2.82%
G=40.85%
B=56.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6871200.950.2800.53197.3790.4824.71
Hex657785F1C035c55a19
Octal61271701373406530513231
Binary11010101111111000101111111100011010111000101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065778; }

 p { color: rgb(6,87,120); }

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

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

 a { background-color: rgb(6,87,120); }

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

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

 span { border-color: rgb(6,87,120); }

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