#016573

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

Shades of Blue Lagoon #016573

Tints of Blue Lagoon #016573

Color information

#016573 (or 0x016573) is unknown color: approx Blue Lagoon. HEX triplet: 01, 65 and 73. RGB value is (1,101,115). Sum of RGB (Red+Green+Blue) = 1+101+115=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #016573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016573 is #FE9A8C. Grayscale: #484848. Windows color (decimal): -16685709 or 7562497. OLE color: 7562497.

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

Color convert

RGB1101115-
CMYK0.990.1200.55
HSL187.37º98.28%22.75%-
HSV(B)187.37º99.13%45.1%-
XYZ7.7610.5517.85-
YUV72.7151.8776.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 101 (39.84% from 255) = 46.54%
BLUE value IS 115 (45.31% from 255) = 53.00%
R=0.46%
G=46.54%
B=53.00%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11011150.990.1200.55187.3798.2822.75
Hex1657363C037bb6217
Octal11451631431406727314227
Binary11100101111001111000111100011011110111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016573; }

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

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

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

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

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

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

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

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