Color Hex Logo

#01616f Color Hex

#01616F
(1,97,111)
0 Favorites   0 Comments

Color spaces of #01616f

RGB 197111
HSL0.520.980.22
HSV188°99°44°
CMYK 0.990.130.00   0.56
XYZ7.15659.703516.5347
Yxy9.70350.21430.2906
Hunter Lab31.1504-13.5047-9.6659
CIE-Lab37.3049-18.6290-14.7976

#01616f color RGB value is (1,97,111).

#01616f hex color red value is 1, green value is 97 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #01616f hue: 0.52 , saturation: 0.98 and the lightness value of 01616f is 0.22.

The process color (four color CMYK) of #01616f color hex is 0.99, 0.13, 0.00, 0.56. Web safe color of #01616f is #006666. Color #01616f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100001 01101111
Octal 1 141 157
Decimal 1 97 111
Hex 1 61 6F

RGB Percentages of Color #01616f

%0.48
%46.41
%53.11

CMYK Percentages of Color #01616f

%99
%13
%0
%56

Triadic Colors of #01616f

#01616f #6f0161 #616f01

Analogous Colors of #01616f

#01616f #012a6f #016f46

Monochromatic Colors of #01616f

#01616f

Complementary Color

#01616f #6f0f01

#01616f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01616f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01616f Color CSS Codes

.mybgcolor {background-color:#01616f; } 
.myforecolor {color:#01616f; }
.mybordercolor {border:3px solid #01616f; }

#01616f Text Font Color

<p style="color:#01616f">Text here</p>

This sample text font color is #01616f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#01616f Background Color

<div style="background-color:#01616f">
Div content here</div>

This div background color is #01616f


#01616f Border Color

<div style="border:3px solid #01616f">
Div here</div>

This div border color is #01616f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,97,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01616f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01616f;
  -webkit-box-shadow: 1px 1px 3px 2px #01616f;
  box-shadow:         1px 1px 3px 2px #01616f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,97,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #01616f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #01616f;
  -webkit-box-shadow: 1px 1px 3px 2px #01616f;
  box-shadow:         1px 1px 3px 2px #01616f;">
Div content here</div>

This div box has shadow with color #01616f


Comments

No comments written yet.

Please login to write comment.