Color Hex Logo

#013ba8 Color Hex

#013BA8
(1,59,168)
0 Favorites   0 Comments

Color spaces of #013ba8

RGB 159168
HSL0.610.990.33
HSV219°99°66°
CMYK 0.990.650.00   0.34
XYZ8.64445.961537.7409
Yxy5.96150.16510.1139
Hunter Lab24.416220.4685-74.5552
CIE-Lab29.315129.5310-62.3611

#013ba8 color RGB value is (1,59,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111011 10101000
Octal 1 73 250
Decimal 1 59 168
Hex 1 3B A8

RGB Percentages of Color #013ba8

%0.44
%25.88
%73.68

CMYK Percentages of Color #013ba8

%99
%65
%0
%34

Triadic Colors of #013ba8

#013ba8 #a8013b #3ba801

Analogous Colors of #013ba8

#013ba8 #1a01a8 #018fa8

Monochromatic Colors of #013ba8

#013ba8

Complementary Color

#013ba8 #a86e01

#013ba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013ba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013ba8 Color CSS Codes

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

#013ba8 Text Font Color

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

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


#013ba8 Background Color

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

This div background color is #013ba8


#013ba8 Border Color

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

This div border color is #013ba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013ba8


Comments

No comments written yet.

Please login to write comment.