#015A71

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

Shades of Blue Lagoon #015A71

Tints of Blue Lagoon #015A71

Color information

#015A71 (or 0x015A71) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5A and 71. RGB value is (1,90,113). Sum of RGB (Red+Green+Blue) = 1+90+113=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #015A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A71 is #FEA58E. Grayscale: #414141. Windows color (decimal): -16688527 or 7428609. OLE color: 7428609.

HSL color Cylindrical-coordinate representation of color #015A71: hue angle of 192.32º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A71 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB190113-
CMYK0.990.2000.56
HSL192.32º98.25%22.35%-
HSV(B)192.32º99.12%44.31%-
XYZ6.658.5116.92-
YUV66.01154.5181.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 113 (44.53% from 255) = 55.39%
R=0.49%
G=44.12%
B=55.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1901130.990.2000.56192.3298.2522.35
Hex15A716314038c06216
Octal11321611432407030014226
Binary110110101110001110001110100011100011000000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,90,113); }

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

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

 a { background-color: rgb(1,90,113); }

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

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

 span { border-color: rgb(1,90,113); }

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