Color Hex Logo

#013ebe Color Hex

#013EBE
(1,62,190)
0 Favorites   0 Comments

Color spaces of #013ebe

RGB 162190
HSL0.610.990.37
HSV221°99°75°
CMYK 0.990.670.00   0.25
XYZ11.02947.169449.5177
Yxy7.16940.16290.1059
Hunter Lab26.775726.6698-90.9049
CIE-Lab32.189536.1658-70.7172

#013ebe color RGB value is (1,62,190).

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

The process color (four color CMYK) of #013ebe color hex is 0.99, 0.67, 0.00, 0.25. Web safe color of #013ebe is #0033cc. Color #013ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111110 10111110
Octal 1 76 276
Decimal 1 62 190
Hex 1 3E BE

RGB Percentages of Color #013ebe

%0.40
%24.51
%75.10

CMYK Percentages of Color #013ebe

%99
%67
%0
%25

Triadic Colors of #013ebe

#013ebe #be013e #3ebe01

Analogous Colors of #013ebe

#013ebe #2201be #019dbe

Monochromatic Colors of #013ebe

#013ebe

Complementary Color

#013ebe #be8101

#013ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#013ebe Color CSS Codes

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

#013ebe Text Font Color

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

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


#013ebe Background Color

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

This div background color is #013ebe


#013ebe Border Color

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

This div border color is #013ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013ebe


Comments

No comments written yet.

Please login to write comment.