Color Hex Logo

#01626c Color Hex

#01626C
(1,98,108)
0 Favorites   0 Comments

Color spaces of #01626c

RGB 198108
HSL0.520.980.21
HSV186°99°42°
CMYK 0.990.090.00   0.58
XYZ7.08709.824515.7102
Yxy9.82450.21720.3012
Hunter Lab31.3441-14.4926-7.7764
CIE-Lab37.5256-20.2658-12.6133

#01626c color RGB value is (1,98,108).

#01626c hex color red value is 1, green value is 98 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #01626c hue: 0.52 , saturation: 0.98 and the lightness value of 01626c is 0.21.

The process color (four color CMYK) of #01626c color hex is 0.99, 0.09, 0.00, 0.58. Web safe color of #01626c is #006666. Color #01626c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100010 01101100
Octal 1 142 154
Decimal 1 98 108
Hex 1 62 6C

RGB Percentages of Color #01626c

%0.48
%47.34
%52.17

CMYK Percentages of Color #01626c

%99
%9
%0
%58

Triadic Colors of #01626c

#01626c #6c0162 #626c01

Analogous Colors of #01626c

#01626c #012d6c #016c41

Monochromatic Colors of #01626c

#01626c

Complementary Color

#01626c #6c0b01

#01626c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01626c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01626c Color CSS Codes

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

#01626c Text Font Color

<p style="color:#01626c">Text here</p>

This sample text font color is #01626c
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.


#01626c Background Color

<div style="background-color:#01626c">
Div content here</div>

This div background color is #01626c


#01626c Border Color

<div style="border:3px solid #01626c">
Div here</div>

This div border color is #01626c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,98,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01626c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01626c;
  -webkit-box-shadow: 1px 1px 3px 2px #01626c;
  box-shadow:         1px 1px 3px 2px #01626c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01626c


Comments

No comments written yet.

Please login to write comment.