#016570

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

Shades of Blue Lagoon #016570

Tints of Blue Lagoon #016570

Color information

#016570 (or 0x016570) is unknown color: approx Blue Lagoon. HEX triplet: 01, 65 and 70. RGB value is (1,101,112). Sum of RGB (Red+Green+Blue) = 1+101+112=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #016570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016570 is #FE9A8F. Grayscale: #484848. Windows color (decimal): -16685712 or 7365889. OLE color: 7365889.

HSL color Cylindrical-coordinate representation of color #016570: hue angle of 185.95º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016570 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1101112-
CMYK0.990.1000.56
HSL185.95º98.23%22.16%-
HSV(B)185.95º99.11%43.92%-
XYZ7.5910.4816.95-
YUV72.35150.3777.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 101 (39.84% from 255) = 47.20%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=0.47%
G=47.20%
B=52.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11011120.990.1000.56185.9598.2322.16
Hex1657063A038ba6216
Octal11451601431207027214226
Binary11100101111000011000111010011100010111010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016570; }

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

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

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

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

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

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

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

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