Color Hex Logo

#013eb0 Color Hex

#013EB0
(1,62,176)
0 Favorites   0 Comments

Color spaces of #013eb0

RGB 162176
HSL0.610.990.35
HSV219°99°69°
CMYK 0.990.650.00   0.31
XYZ9.57166.586341.8411
Yxy6.58630.16500.1136
Hunter Lab25.663821.6620-78.6991
CIE-Lab30.845930.7006-64.6356

#013eb0 color RGB value is (1,62,176).

#013eb0 hex color red value is 1, green value is 62 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #013eb0 hue: 0.61 , saturation: 0.99 and the lightness value of 013eb0 is 0.35.

The process color (four color CMYK) of #013eb0 color hex is 0.99, 0.65, 0.00, 0.31. Web safe color of #013eb0 is #003399. Color #013eb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111110 10110000
Octal 1 76 260
Decimal 1 62 176
Hex 1 3E B0

RGB Percentages of Color #013eb0

%0.42
%25.94
%73.64

CMYK Percentages of Color #013eb0

%99
%65
%0
%31

Triadic Colors of #013eb0

#013eb0 #b0013e #3eb001

Analogous Colors of #013eb0

#013eb0 #1b01b0 #0196b0

Monochromatic Colors of #013eb0

#013eb0

Complementary Color

#013eb0 #b07301

#013eb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013eb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013eb0 Color CSS Codes

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

#013eb0 Text Font Color

<p style="color:#013eb0">Text here</p>

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


#013eb0 Background Color

<div style="background-color:#013eb0">
Div content here</div>

This div background color is #013eb0


#013eb0 Border Color

<div style="border:3px solid #013eb0">
Div here</div>

This div border color is #013eb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,62,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #013eb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #013eb0;
  -webkit-box-shadow: 1px 1px 3px 2px #013eb0;
  box-shadow:         1px 1px 3px 2px #013eb0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013eb0


Comments

No comments written yet.

Please login to write comment.