#016082

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

Shades of Blue Lagoon #016082

Tints of Blue Lagoon #016082

Color information

#016082 (or 0x016082) is unknown color: approx Blue Lagoon. HEX triplet: 01, 60 and 82. RGB value is (1,96,130). Sum of RGB (Red+Green+Blue) = 1+96+130=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #016082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016082 is #FE9F7D. Grayscale: #474747. Windows color (decimal): -16686974 or 8544257. OLE color: 8544257.

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

Color convert

RGB196130-
CMYK0.990.2600.49
HSL195.81º98.47%25.69%-
HSV(B)195.81º99.23%50.98%-
XYZ8.229.9822.61-
YUV71.47161.0377.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 130 (51.17% from 255) = 57.27%
R=0.44%
G=42.29%
B=57.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1961300.990.2600.49195.8198.4725.69
Hex16082631A031c4621a
Octal11402021433206130414232
Binary1110000010000010110001111010011000111000100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016082; }

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

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

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

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

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

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

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

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