Color Hex Logo

#013cca Color Hex

#013CCA
(1,60,202)
0 Favorites   0 Comments

Color spaces of #013cca

RGB 160202
HSL0.620.990.40
HSV222°100°79°
CMYK 1.000.700.00   0.21
XYZ12.28907.502456.6775
Yxy7.50240.16070.0981
Hunter Lab27.390532.1522-103.5118
CIE-Lab32.924341.9498-76.5320

#013cca color RGB value is (1,60,202).

#013cca hex color red value is 1, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #013cca hue: 0.62 , saturation: 0.99 and the lightness value of 013cca is 0.40.

The process color (four color CMYK) of #013cca color hex is 1.00, 0.70, 0.00, 0.21. Web safe color of #013cca is #0033cc. Color #013cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111100 11001010
Octal 1 74 312
Decimal 1 60 202
Hex 1 3C CA

RGB Percentages of Color #013cca

%0.38
%22.81
%76.81

CMYK Percentages of Color #013cca

%100
%70
%0
%21

Triadic Colors of #013cca

#013cca #ca013c #3cca01

Analogous Colors of #013cca

#013cca #2a01ca #01a1ca

Monochromatic Colors of #013cca

#013cca

Complementary Color

#013cca #ca8f01

#013cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#013cca Color CSS Codes

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

#013cca Text Font Color

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

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


#013cca Background Color

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

This div background color is #013cca


#013cca Border Color

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

This div border color is #013cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013cca


Comments

No comments written yet.

Please login to write comment.