Color Hex Logo

#013fcc Color Hex

#013FCC
(1,63,204)
0 Favorites   0 Comments

Color spaces of #013fcc

RGB 163204
HSL0.620.990.40
HSV222°100°80°
CMYK 1.000.690.00   0.20
XYZ12.68917.921157.9869
Yxy7.92110.16140.1008
Hunter Lab28.144431.2251-102.4560
CIE-Lab33.818040.8122-76.2206

#013fcc color RGB value is (1,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111111 11001100
Octal 1 77 314
Decimal 1 63 204
Hex 1 3F CC

RGB Percentages of Color #013fcc

%0.37
%23.51
%76.12

CMYK Percentages of Color #013fcc

%100
%69
%0
%20

Triadic Colors of #013fcc

#013fcc #cc013f #3fcc01

Analogous Colors of #013fcc

#013fcc #2901cc #01a5cc

Monochromatic Colors of #013fcc

#013fcc

Complementary Color

#013fcc #cc8e01

#013fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#013fcc Color CSS Codes

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

#013fcc Text Font Color

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

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


#013fcc Background Color

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

This div background color is #013fcc


#013fcc Border Color

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

This div border color is #013fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013fcc


Comments

No comments written yet.

Please login to write comment.