#01696E

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

Shades of Blue Lagoon #01696E

Tints of Blue Lagoon #01696E

Color information

#01696E (or 0x01696E) is unknown color: approx Blue Lagoon. HEX triplet: 01, 69 and 6E. RGB value is (1,105,110). Sum of RGB (Red+Green+Blue) = 1+105+110=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #01696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01696E is #FE9691. Grayscale: #4A4A4A. Windows color (decimal): -16684690 or 7235841. OLE color: 7235841.

HSL color Cylindrical-coordinate representation of color #01696E: hue angle of 182.75º 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 #01696E is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1105110-
CMYK0.990.0500.57
HSL182.75º98.2%21.76%-
HSV(B)182.75º99.09%43.14%-
XYZ7.8811.2416.51-
YUV74.47148.0475.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 105 (41.41% from 255) = 48.61%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=0.46%
G=48.61%
B=50.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11051100.990.0500.57182.7598.221.76
Hex1696E635039b76216
Octal1151156143507126714226
Binary1110100111011101100011101011100110110111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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