#016876

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

Shades of Blue Lagoon #016876

Tints of Blue Lagoon #016876

Color information

#016876 (or 0x016876) is unknown color: approx Blue Lagoon. HEX triplet: 01, 68 and 76. RGB value is (1,104,118). Sum of RGB (Red+Green+Blue) = 1+104+118=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #016876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016876 is #FE9789. Grayscale: #4A4A4A. Windows color (decimal): -16684938 or 7759873. OLE color: 7759873.

HSL color Cylindrical-coordinate representation of color #016876: hue angle of 187.18º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016876 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1104118-
CMYK0.990.1200.54
HSL187.18º98.32%23.33%-
HSV(B)187.18º99.15%46.27%-
XYZ8.2311.2218.87-
YUV74.8152.3875.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=0.45%
G=46.64%
B=52.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11041180.990.1200.54187.1898.3223.33
Hex1687663C036bb6217
Octal11501661431406627314227
Binary11101000111011011000111100011011010111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016876; }

 p { color: rgb(1,104,118); }

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

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

 a { background-color: rgb(1,104,118); }

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

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

 span { border-color: rgb(1,104,118); }

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