#015775

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

Shades of Blue Lagoon #015775

Tints of Blue Lagoon #015775

Color information

#015775 (or 0x015775) is unknown color: approx Blue Lagoon. HEX triplet: 01, 57 and 75. RGB value is (1,87,117). Sum of RGB (Red+Green+Blue) = 1+87+117=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #015775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015775 is #FEA88A. Grayscale: #404040. Windows color (decimal): -16689291 or 7689985. OLE color: 7689985.

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

Color convert

RGB187117-
CMYK0.990.2600.54
HSL195.52º98.31%23.14%-
HSV(B)195.52º99.15%45.88%-
XYZ6.638.1118.04-
YUV64.71157.5182.56-

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.44%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=0.49%
G=42.44%
B=57.07%

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
Decimal1871170.990.2600.54195.5298.3123.14
Hex15775631A036c46217
Octal11271651433206630414227
Binary110101111110101110001111010011011011000100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015775; }

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

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

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

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

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

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

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

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