#016376

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

Shades of Blue Lagoon #016376

Tints of Blue Lagoon #016376

Color information

#016376 (or 0x016376) is unknown color: approx Blue Lagoon. HEX triplet: 01, 63 and 76. RGB value is (1,99,118). Sum of RGB (Red+Green+Blue) = 1+99+118=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #016376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016376 is #FE9C89. Grayscale: #474747. Windows color (decimal): -16686218 or 7758593. OLE color: 7758593.

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

Color convert

RGB199118-
CMYK0.990.1600.54
HSL189.74º98.32%23.33%-
HSV(B)189.74º99.15%46.27%-
XYZ7.7410.2418.71-
YUV71.86154.0377.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=0.46%
G=45.41%
B=54.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1991180.990.1600.54189.7498.3223.33
Hex163766310036be6217
Octal11431661432006627614227
Binary111000111110110110001110000011011010111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016376; }

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

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

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

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

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

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

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

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