#016569

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

Shades of Blue Lagoon #016569

Tints of Blue Lagoon #016569

Color information

#016569 (or 0x016569) is unknown color: approx Blue Lagoon. HEX triplet: 01, 65 and 69. RGB value is (1,101,105). Sum of RGB (Red+Green+Blue) = 1+101+105=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #016569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016569 is #FE9A96. Grayscale: #474747. Windows color (decimal): -16685719 or 6907137. OLE color: 6907137.

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

Color convert

RGB1101105-
CMYK0.990.0400.59
HSL182.31º98.11%20.78%-
HSV(B)182.31º99.05%41.18%-
XYZ7.2210.3314.98-
YUV71.56146.8777.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 101 (39.84% from 255) = 48.79%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=0.48%
G=48.79%
B=50.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11011050.990.0400.59182.3198.1120.78
Hex1656963403Bb66215
Octal1145151143407326614225
Binary1110010111010011100011100011101110110110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016569; }

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

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

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

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

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

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

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

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