Color Hex Logo

#01627e Color Hex

#01627E
(1,98,126)
0 Favorites   0 Comments

Color spaces of #01627e

RGB 198126
HSL0.540.980.25
HSV193°99°49°
CMYK 0.990.220.00   0.51
XYZ8.146110.248221.2874
Yxy10.24820.20530.2583
Hunter Lab32.0128-10.6006-17.0168
CIE-Lab38.2843-13.5354-22.4847

#01627e color RGB value is (1,98,126).

#01627e hex color red value is 1, green value is 98 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #01627e hue: 0.54 , saturation: 0.98 and the lightness value of 01627e is 0.25.

The process color (four color CMYK) of #01627e color hex is 0.99, 0.22, 0.00, 0.51. Web safe color of #01627e is #006666. Color #01627e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100010 01111110
Octal 1 142 176
Decimal 1 98 126
Hex 1 62 7E

RGB Percentages of Color #01627e

%0.44
%43.56
%56.00

CMYK Percentages of Color #01627e

%99
%22
%0
%51

Triadic Colors of #01627e

#01627e #7e0162 #627e01

Analogous Colors of #01627e

#01627e #01237e #017e5c

Monochromatic Colors of #01627e

#01627e

Complementary Color

#01627e #7e1d01

#01627e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01627e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01627e Color CSS Codes

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

#01627e Text Font Color

<p style="color:#01627e">Text here</p>

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


#01627e Background Color

<div style="background-color:#01627e">
Div content here</div>

This div background color is #01627e


#01627e Border Color

<div style="border:3px solid #01627e">
Div here</div>

This div border color is #01627e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01627e


Comments

No comments written yet.

Please login to write comment.