#016B7C

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

Shades of Blue Lagoon #016B7C

Tints of Blue Lagoon #016B7C

Color information

#016B7C (or 0x016B7C) is unknown color: approx Blue Lagoon. HEX triplet: 01, 6B and 7C. RGB value is (1,107,124). Sum of RGB (Red+Green+Blue) = 1+107+124=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #016B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B7C is #FE9483. Grayscale: #4D4D4D. Windows color (decimal): -16684164 or 8153857. OLE color: 8153857.

HSL color Cylindrical-coordinate representation of color #016B7C: hue angle of 188.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B7C is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1107124-
CMYK0.990.1400.51
HSL188.29º98.4%24.51%-
HSV(B)188.29º99.19%48.63%-
XYZ8.9111.9820.91-
YUV77.24154.3873.62-

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.12%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=0.43%
G=46.12%
B=53.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11071240.990.1400.51188.2998.424.51
Hex16B7C63E033bc6219
Octal11531741431606327414231
Binary11101011111110011000111110011001110111100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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