#065878

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

Shades of Blue Lagoon #065878

Tints of Blue Lagoon #065878

Color information

#065878 (or 0x065878) is unknown color: approx Blue Lagoon. HEX triplet: 06, 58 and 78. RGB value is (6,88,120). Sum of RGB (Red+Green+Blue) = 6+88+120=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #065878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065878 is #F9A787. Grayscale: #424242. Windows color (decimal): -16361352 or 7886854. OLE color: 7886854.

HSL color Cylindrical-coordinate representation of color #065878: hue angle of 196.84º 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 #065878 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB688120-
CMYK0.950.2700.53
HSL196.84º90.48%24.71%-
HSV(B)196.84º95%47.06%-
XYZ6.958.3719.02-
YUV67.13157.8384.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.80%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 120 (47.27% from 255) = 56.07%
R=2.80%
G=41.12%
B=56.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6881200.950.2700.53196.8490.4824.71
Hex658785F1B035c55a19
Octal61301701373306530513231
Binary11010110001111000101111111011011010111000101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065878; }

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

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

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

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

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

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

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

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