#016581

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

Shades of Blue Lagoon #016581

Tints of Blue Lagoon #016581

Color information

#016581 (or 0x016581) is unknown color: approx Blue Lagoon. HEX triplet: 01, 65 and 81. RGB value is (1,101,129). Sum of RGB (Red+Green+Blue) = 1+101+129=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #016581 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016581 is #FE9A7E. Grayscale: #4A4A4A. Windows color (decimal): -16685695 or 8480001. OLE color: 8480001.

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

Color convert

RGB1101129-
CMYK0.990.2200.49
HSL193.12º98.46%25.49%-
HSV(B)193.12º99.22%50.59%-
XYZ8.6310.922.42-
YUV74.29158.8775.72-

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.72%
BLUE value IS 129 (50.78% from 255) = 55.84%
R=0.43%
G=43.72%
B=55.84%

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
Decimal11011290.990.2200.49193.1298.4625.49
Hex165816316031c16219
Octal11452011432606130114231
Binary1110010110000001110001110110011000111000001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016581; }

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

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

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

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

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

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

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

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