#015B6F

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

Shades of Blue Lagoon #015B6F

Tints of Blue Lagoon #015B6F

Color information

#015B6F (or 0x015B6F) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5B and 6F. RGB value is (1,91,111). Sum of RGB (Red+Green+Blue) = 1+91+111=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #015B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B6F is #FEA490. Grayscale: #424242. Windows color (decimal): -16688273 or 7297793. OLE color: 7297793.

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

Color convert

RGB191111-
CMYK0.990.1800.56
HSL190.91º98.21%21.96%-
HSV(B)190.91º99.1%43.53%-
XYZ6.628.6416.36-
YUV66.37153.1881.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 91 (35.94% from 255) = 44.83%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=0.49%
G=44.83%
B=54.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1911110.990.1800.56190.9198.2121.96
Hex15B6F6312038bf6216
Octal11331571432207027714226
Binary110110111101111110001110010011100010111111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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