#016582

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

Shades of Blue Lagoon #016582

Tints of Blue Lagoon #016582

Color information

#016582 (or 0x016582) is unknown color: approx Blue Lagoon. HEX triplet: 01, 65 and 82. RGB value is (1,101,130). Sum of RGB (Red+Green+Blue) = 1+101+130=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #016582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016582 is #FE9A7D. Grayscale: #4A4A4A. Windows color (decimal): -16685694 or 8545537. OLE color: 8545537.

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

Color convert

RGB1101130-
CMYK0.990.2200.49
HSL193.49º98.47%25.69%-
HSV(B)193.49º99.23%50.98%-
XYZ8.710.9322.77-
YUV74.41159.3775.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 130 (51.17% from 255) = 56.03%
R=0.43%
G=43.53%
B=56.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11011300.990.2200.49193.4998.4725.69
Hex165826316031c1621a
Octal11452021432606130114232
Binary1110010110000010110001110110011000111000001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016582; }

 p { color: rgb(1,101,130); }

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

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

 a { background-color: rgb(1,101,130); }

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

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

 span { border-color: rgb(1,101,130); }

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