#015F6B

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

Shades of Blue Lagoon #015F6B

Tints of Blue Lagoon #015F6B

Color information

#015F6B (or 0x015F6B) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5F and 6B. RGB value is (1,95,107). Sum of RGB (Red+Green+Blue) = 1+95+107=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #015F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F6B is #FEA094. Grayscale: #444444. Windows color (decimal): -16687253 or 7036673. OLE color: 7036673.

HSL color Cylindrical-coordinate representation of color #015F6B: hue angle of 186.79º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F6B is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB195107-
CMYK0.990.1100.58
HSL186.79º98.15%21.18%-
HSV(B)186.79º99.07%41.96%-
XYZ6.769.2515.34-
YUV68.26149.8680.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 95 (37.5% from 255) = 46.80%
BLUE value IS 107 (42.19% from 255) = 52.71%
R=0.49%
G=46.80%
B=52.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1951070.990.1100.58186.7998.1521.18
Hex15F6B63B03Abb6215
Octal11371531431307227314225
Binary11011111110101111000111011011101010111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,95,107); }

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

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

 a { background-color: rgb(1,95,107); }

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

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

 span { border-color: rgb(1,95,107); }

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