#015576

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

Shades of Blue Lagoon #015576

Tints of Blue Lagoon #015576

Color information

#015576 (or 0x015576) is unknown color: approx Blue Lagoon. HEX triplet: 01, 55 and 76. RGB value is (1,85,118). Sum of RGB (Red+Green+Blue) = 1+85+118=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #015576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015576 is #FEAA89. Grayscale: #3F3F3F. Windows color (decimal): -16689802 or 7755009. OLE color: 7755009.

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

Color convert

RGB185118-
CMYK0.990.2800.54
HSL196.92º98.32%23.33%-
HSV(B)196.92º99.15%46.27%-
XYZ6.537.8118.3-
YUV63.65158.6783.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=0.49%
G=41.67%
B=57.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1851180.990.2800.54196.9298.3223.33
Hex15576631C036c56217
Octal11251661433406630514227
Binary110101011110110110001111100011011011000101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015576; }

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

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

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

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

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

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

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

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