#015579

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

Shades of Blue Lagoon #015579

Tints of Blue Lagoon #015579

Color information

#015579 (or 0x015579) is unknown color: approx Blue Lagoon. HEX triplet: 01, 55 and 79. RGB value is (1,85,121). Sum of RGB (Red+Green+Blue) = 1+85+121=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #015579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015579 is #FEAA86. Grayscale: #3F3F3F. Windows color (decimal): -16689799 or 7951617. OLE color: 7951617.

HSL color Cylindrical-coordinate representation of color #015579: hue angle of 198º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015579 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB185121-
CMYK0.990.3000.53
HSL198º98.36%23.92%-
HSV(B)198º99.17%47.45%-
XYZ6.717.8819.26-
YUV63.99160.1783.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 121 (47.66% from 255) = 58.45%
R=0.48%
G=41.06%
B=58.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1851210.990.3000.5319898.3623.92
Hex15579631E035c66218
Octal11251711433606530614230
Binary110101011111001110001111110011010111000110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015579; }

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

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

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

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

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

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

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

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