#016487

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

Shades of Blue Lagoon #016487

Tints of Blue Lagoon #016487

Color information

#016487 (or 0x016487) is unknown color: approx Blue Lagoon. HEX triplet: 01, 64 and 87. RGB value is (1,100,135). Sum of RGB (Red+Green+Blue) = 1+100+135=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #016487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016487 is #FE9B78. Grayscale: #4A4A4A. Windows color (decimal): -16685945 or 8872961. OLE color: 8872961.

HSL color Cylindrical-coordinate representation of color #016487: hue angle of 195.67º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016487 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1100135-
CMYK0.990.2600.47
HSL195.67º98.53%26.67%-
HSV(B)195.67º99.26%52.94%-
XYZ8.9410.8724.55-
YUV74.39162.275.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 100 (39.45% from 255) = 42.37%
BLUE value IS 135 (53.12% from 255) = 57.20%
R=0.42%
G=42.37%
B=57.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11001350.990.2600.47195.6798.5326.67
Hex16487631A02Fc4631b
Octal11442071433205730414333
Binary1110010010000111110001111010010111111000100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016487; }

 p { color: rgb(1,100,135); }

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

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

 a { background-color: rgb(1,100,135); }

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

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

 span { border-color: rgb(1,100,135); }

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