#016669

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

Shades of Blue Lagoon #016669

Tints of Blue Lagoon #016669

Color information

#016669 (or 0x016669) is unknown color: approx Blue Lagoon. HEX triplet: 01, 66 and 69. RGB value is (1,102,105). Sum of RGB (Red+Green+Blue) = 1+102+105=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #016669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016669 is #FE9996. Grayscale: #484848. Windows color (decimal): -16685463 or 6907393. OLE color: 6907393.

HSL color Cylindrical-coordinate representation of color #016669: hue angle of 181.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016669 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1102105-
CMYK0.990.0300.59
HSL181.73º98.11%20.78%-
HSV(B)181.73º99.05%41.18%-
XYZ7.3110.5315.01-
YUV72.14146.5477.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=0.48%
G=49.04%
B=50.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11021050.990.0300.59181.7398.1120.78
Hex1666963303Bb66215
Octal1146151143307326614225
Binary111001101101001110001111011101110110110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016669; }

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

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

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

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

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

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

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

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