#016169

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

Shades of Blue Lagoon #016169

Tints of Blue Lagoon #016169

Color information

#016169 (or 0x016169) is unknown color: approx Blue Lagoon. HEX triplet: 01, 61 and 69. RGB value is (1,97,105). Sum of RGB (Red+Green+Blue) = 1+97+105=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #016169 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016169 is #FE9E96. Grayscale: #454545. Windows color (decimal): -16686743 or 6906113. OLE color: 6906113.

HSL color Cylindrical-coordinate representation of color #016169: hue angle of 184.62º 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 #016169 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB197105-
CMYK0.990.0800.59
HSL184.62º98.11%20.78%-
HSV(B)184.62º99.05%41.18%-
XYZ6.849.5814.85-
YUV69.21148.279.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=0.49%
G=47.78%
B=51.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1971050.990.0800.59184.6298.1120.78
Hex1616963803Bb96215
Octal11411511431007327114225
Binary11100001110100111000111000011101110111001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016169; }

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

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

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

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

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

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

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

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