#015A6F

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

Shades of Blue Lagoon #015A6F

Tints of Blue Lagoon #015A6F

Color information

#015A6F (or 0x015A6F) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5A and 6F. RGB value is (1,90,111). Sum of RGB (Red+Green+Blue) = 1+90+111=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #015A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A6F is #FEA590. Grayscale: #414141. Windows color (decimal): -16688529 or 7297537. OLE color: 7297537.

HSL color Cylindrical-coordinate representation of color #015A6F: hue angle of 191.45º 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 #015A6F is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB190111-
CMYK0.990.1900.56
HSL191.45º98.21%21.96%-
HSV(B)191.45º99.1%43.53%-
XYZ6.548.4716.33-
YUV65.78153.5181.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 90 (35.55% from 255) = 44.55%
BLUE value IS 111 (43.75% from 255) = 54.95%
R=0.50%
G=44.55%
B=54.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1901110.990.1900.56191.4598.2121.96
Hex15A6F6313038bf6216
Octal11321571432307027714226
Binary110110101101111110001110011011100010111111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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