#016769

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

Shades of Blue Lagoon #016769

Tints of Blue Lagoon #016769

Color information

#016769 (or 0x016769) is unknown color: approx Blue Lagoon. HEX triplet: 01, 67 and 69. RGB value is (1,103,105). Sum of RGB (Red+Green+Blue) = 1+103+105=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #016769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016769 is #FE9896. Grayscale: #484848. Windows color (decimal): -16685207 or 6907649. OLE color: 6907649.

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

Color convert

RGB1103105-
CMYK0.990.0200.59
HSL181.15º98.11%20.78%-
HSV(B)181.15º99.05%41.18%-
XYZ7.4110.7315.04-
YUV72.73146.2176.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 103 (40.62% from 255) = 49.28%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=0.48%
G=49.28%
B=50.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11031050.990.0200.59181.1598.1120.78
Hex1676963203Bb56215
Octal1147151143207326514225
Binary111001111101001110001110011101110110101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016769; }

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

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

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

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

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

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

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

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