#065877

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

Shades of Blue Lagoon #065877

Tints of Blue Lagoon #065877

Color information

#065877 (or 0x065877) is unknown color: approx Blue Lagoon. HEX triplet: 06, 58 and 77. RGB value is (6,88,119). Sum of RGB (Red+Green+Blue) = 6+88+119=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #065877 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065877 is #F9A788. Grayscale: #424242. Windows color (decimal): -16361353 or 7821318. OLE color: 7821318.

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

Color convert

RGB688119-
CMYK0.950.2600.53
HSL196.46º90.4%24.51%-
HSV(B)196.46º94.96%46.67%-
XYZ6.898.3518.7-
YUV67.02157.3384.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 88 (34.77% from 255) = 41.31%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=2.82%
G=41.31%
B=55.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6881190.950.2600.53196.4690.424.51
Hex658775F1A035c45a19
Octal61301671373206530413231
Binary11010110001110111101111111010011010111000100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065877; }

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

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

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

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

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

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

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

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