#016568

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

Shades of Blue Lagoon #016568

Tints of Blue Lagoon #016568

Color information

#016568 (or 0x016568) is unknown color: approx Blue Lagoon. HEX triplet: 01, 65 and 68. RGB value is (1,101,104). Sum of RGB (Red+Green+Blue) = 1+101+104=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #016568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016568 is #FE9A97. Grayscale: #474747. Windows color (decimal): -16685720 or 6841601. OLE color: 6841601.

HSL color Cylindrical-coordinate representation of color #016568: hue angle of 181.75º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016568 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1101104-
CMYK0.990.0300.59
HSL181.75º98.1%20.59%-
HSV(B)181.75º99.04%40.78%-
XYZ7.1610.3114.71-
YUV71.44146.3777.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 101 (39.84% from 255) = 49.03%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=0.49%
G=49.03%
B=50.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11011040.990.0300.59181.7598.120.59
Hex1656863303Bb66215
Octal1145150143307326614225
Binary111001011101000110001111011101110110110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016568; }

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

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

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

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

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

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

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

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