Color Hex Logo

#013070 Color Hex

#013070
(1,48,112)
0 Favorites   0 Comments

Color spaces of #013070

RGB 148112
HSL0.600.980.22
HSV215°99°44°
CMYK 0.990.570.00   0.56
XYZ3.99413.290215.7538
Yxy3.29020.17340.1428
Hunter Lab18.13897.5617-38.7966
CIE-Lab21.170513.6144-40.9086

#013070 color RGB value is (1,48,112).

#013070 hex color red value is 1, green value is 48 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #013070 hue: 0.60 , saturation: 0.98 and the lightness value of 013070 is 0.22.

The process color (four color CMYK) of #013070 color hex is 0.99, 0.57, 0.00, 0.56. Web safe color of #013070 is #003366. Color #013070 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110000 01110000
Octal 1 60 160
Decimal 1 48 112
Hex 1 30 70

RGB Percentages of Color #013070

%0.62
%29.81
%69.57

CMYK Percentages of Color #013070

%99
%57
%0
%56

Triadic Colors of #013070

#013070 #700130 #307001

Analogous Colors of #013070

#013070 #090170 #016870

Monochromatic Colors of #013070

#013070

Complementary Color

#013070 #704101

#013070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013070 Color CSS Codes

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

#013070 Text Font Color

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

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


#013070 Background Color

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

This div background color is #013070


#013070 Border Color

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

This div border color is #013070


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,48,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #013070; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #013070;
  -webkit-box-shadow: 1px 1px 3px 2px #013070;
  box-shadow:         1px 1px 3px 2px #013070; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013070


Comments

No comments written yet.

Please login to write comment.