#016B7A

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

Shades of Blue Lagoon #016B7A

Tints of Blue Lagoon #016B7A

Color information

#016B7A (or 0x016B7A) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6B and 7A. RGB value is (1,107,122). Sum of RGB (Red+Green+Blue) = 1+107+122=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #016B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B7A is #FE9485. Grayscale: #4C4C4C. Windows color (decimal): -16684166 or 8022785. OLE color: 8022785.

HSL color Cylindrical-coordinate representation of color #016B7A: hue angle of 187.44º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B7A is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1107122-
CMYK0.990.1200.52
HSL187.44º98.37%24.12%-
HSV(B)187.44º99.18%47.84%-
XYZ8.7811.9320.25-
YUV77.02153.3873.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 107 (42.19% from 255) = 46.52%
BLUE value IS 122 (48.05% from 255) = 53.04%
R=0.43%
G=46.52%
B=53.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11071220.990.1200.52187.4498.3724.12
Hex16B7A63C034bb6218
Octal11531721431406427314230
Binary11101011111101011000111100011010010111011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016B7A; }

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

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

<style>
 a { background-color: #016B7A; }

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

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

<style>
 span { border-color: #016B7A; }

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

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