#01696D

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

Shades of Blue Lagoon #01696D

Tints of Blue Lagoon #01696D

Color information

#01696D (or 0x01696D) is unknown color: approx Blue Lagoon. HEX triplet: 01, 69 and 6D. RGB value is (1,105,109). Sum of RGB (Red+Green+Blue) = 1+105+109=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #01696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01696D is #FE9692. Grayscale: #4A4A4A. Windows color (decimal): -16684691 or 7170305. OLE color: 7170305.

HSL color Cylindrical-coordinate representation of color #01696D: hue angle of 182.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01696D is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1105109-
CMYK0.990.0400.57
HSL182.22º98.18%21.57%-
HSV(B)182.22º99.08%42.75%-
XYZ7.8211.2116.22-
YUV74.36147.5475.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 105 (41.41% from 255) = 48.84%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=0.47%
G=48.84%
B=50.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11051090.990.0400.57182.2298.1821.57
Hex1696D634039b66216
Octal1151155143407126614226
Binary1110100111011011100011100011100110110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01696D; }

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

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

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

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

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

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

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

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