#016680

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

Shades of Blue Lagoon #016680

Tints of Blue Lagoon #016680

Color information

#016680 (or 0x016680) is unknown color: approx Blue Lagoon. HEX triplet: 01, 66 and 80. RGB value is (1,102,128). Sum of RGB (Red+Green+Blue) = 1+102+128=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #016680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016680 is #FE997F. Grayscale: #4A4A4A. Windows color (decimal): -16685440 or 8414721. OLE color: 8414721.

HSL color Cylindrical-coordinate representation of color #016680: hue angle of 192.28º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016680 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1102128-
CMYK0.990.2000.50
HSL192.28º98.45%25.29%-
HSV(B)192.28º99.22%50.2%-
XYZ8.6611.0722.1-
YUV74.76158.0475.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 102 (40.23% from 255) = 44.16%
BLUE value IS 128 (50.39% from 255) = 55.41%
R=0.43%
G=44.16%
B=55.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11021280.990.2000.50192.2898.4525.29
Hex166806314032c06219
Octal11462001432406230014231
Binary1110011010000000110001110100011001011000000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016680; }

 p { color: rgb(1,102,128); }

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

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

 a { background-color: rgb(1,102,128); }

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

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

 span { border-color: rgb(1,102,128); }

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