#015D7F

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

Shades of Blue Lagoon #015D7F

Tints of Blue Lagoon #015D7F

Color information

#015D7F (or 0x015D7F) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5D and 7F. RGB value is (1,93,127). Sum of RGB (Red+Green+Blue) = 1+93+127=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #015D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D7F is #FEA280. Grayscale: #454545. Windows color (decimal): -16687745 or 8346881. OLE color: 8346881.

HSL color Cylindrical-coordinate representation of color #015D7F: hue angle of 196.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D7F is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB193127-
CMYK0.990.2700.50
HSL196.19º98.44%25.1%-
HSV(B)196.19º99.21%49.8%-
XYZ7.769.3721.48-
YUV69.37160.5279.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 127 (50% from 255) = 57.47%
R=0.45%
G=42.08%
B=57.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1931270.990.2700.50196.1998.4425.1
Hex15D7F631B032c46219
Octal11351771433306230414231
Binary110111011111111110001111011011001011000100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015D7F; }

 p { color: rgb(1,93,127); }

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

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

 a { background-color: rgb(1,93,127); }

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

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

 span { border-color: rgb(1,93,127); }

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