Color Hex Logo

#012cc3 Color Hex

#012CC3
(1,44,195)
0 Favorites   0 Comments

Color spaces of #012cc3

RGB 144195
HSL0.630.990.38
HSV227°99°76°
CMYK 0.990.770.00   0.24
XYZ10.76355.747952.1719
Yxy5.74790.15670.0837
Hunter Lab23.974838.1819-112.2396
CIE-Lab28.767348.9407-79.3178

#012cc3 color RGB value is (1,44,195).

#012cc3 hex color red value is 1, green value is 44 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #012cc3 hue: 0.63 , saturation: 0.99 and the lightness value of 012cc3 is 0.38.

The process color (four color CMYK) of #012cc3 color hex is 0.99, 0.77, 0.00, 0.24. Web safe color of #012cc3 is #0033cc. Color #012cc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101100 11000011
Octal 1 54 303
Decimal 1 44 195
Hex 1 2C C3

RGB Percentages of Color #012cc3

%0.42
%18.33
%81.25

CMYK Percentages of Color #012cc3

%99
%77
%0
%24

Triadic Colors of #012cc3

#012cc3 #c3012c #2cc301

Analogous Colors of #012cc3

#012cc3 #3701c3 #018dc3

Monochromatic Colors of #012cc3

#012cc3

Complementary Color

#012cc3 #c39801

#012cc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012cc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012cc3 Color CSS Codes

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

#012cc3 Text Font Color

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

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


#012cc3 Background Color

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

This div background color is #012cc3


#012cc3 Border Color

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

This div border color is #012cc3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,44,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #012cc3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #012cc3;
  -webkit-box-shadow: 1px 1px 3px 2px #012cc3;
  box-shadow:         1px 1px 3px 2px #012cc3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012cc3


Comments

No comments written yet.

Please login to write comment.