#016477

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

Shades of Blue Lagoon #016477

Tints of Blue Lagoon #016477

Color information

#016477 (or 0x016477) is unknown color: approx Blue Lagoon. HEX triplet: 01, 64 and 77. RGB value is (1,100,119). Sum of RGB (Red+Green+Blue) = 1+100+119=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #016477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016477 is #FE9B88. Grayscale: #484848. Windows color (decimal): -16685961 or 7824385. OLE color: 7824385.

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

Color convert

RGB1100119-
CMYK0.990.1600.53
HSL189.66º98.33%23.53%-
HSV(B)189.66º99.16%46.67%-
XYZ7.910.4519.05-
YUV72.56154.276.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.45%
GREEN value IS 100 (39.45% from 255) = 45.45%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=0.45%
G=45.45%
B=54.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11001190.990.1600.53189.6698.3323.53
Hex164776310035be6218
Octal11441671432006527614230
Binary111001001110111110001110000011010110111110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016477; }

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

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

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

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

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

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

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

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