#015776

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

Shades of Blue Lagoon #015776

Tints of Blue Lagoon #015776

Color information

#015776 (or 0x015776) is unknown color: approx Blue Lagoon. HEX triplet: 01, 57 and 76. RGB value is (1,87,118). Sum of RGB (Red+Green+Blue) = 1+87+118=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #015776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015776 is #FEA889. Grayscale: #404040. Windows color (decimal): -16689290 or 7755521. OLE color: 7755521.

HSL color Cylindrical-coordinate representation of color #015776: hue angle of 195.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015776 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB187118-
CMYK0.990.2600.54
HSL195.9º98.32%23.33%-
HSV(B)195.9º99.15%46.27%-
XYZ6.698.1318.36-
YUV64.82158.0182.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=0.49%
G=42.23%
B=57.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1871180.990.2600.54195.998.3223.33
Hex15776631A036c46217
Octal11271661433206630414227
Binary110101111110110110001111010011011011000100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015776; }

 p { color: rgb(1,87,118); }

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

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

 a { background-color: rgb(1,87,118); }

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

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

 span { border-color: rgb(1,87,118); }

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