Color Hex Logo

#012cca Color Hex

#012CCA
(1,44,202)
0 Favorites   0 Comments

Color spaces of #012cca

RGB 144202
HSL0.630.990.40
HSV227°100°79°
CMYK 1.000.780.00   0.21
XYZ11.57396.072156.4391
Yxy6.07210.15620.0820
Hunter Lab24.641640.7166-118.5485
CIE-Lab29.593651.3037-82.0486

#012cca color RGB value is (1,44,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101100 11001010
Octal 1 54 312
Decimal 1 44 202
Hex 1 2C CA

RGB Percentages of Color #012cca

%0.40
%17.81
%81.78

CMYK Percentages of Color #012cca

%100
%78
%0
%21

Triadic Colors of #012cca

#012cca #ca012c #2cca01

Analogous Colors of #012cca

#012cca #3b01ca #0191ca

Monochromatic Colors of #012cca

#012cca

Complementary Color

#012cca #ca9f01

#012cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#012cca Color CSS Codes

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

#012cca Text Font Color

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

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


#012cca Background Color

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

This div background color is #012cca


#012cca Border Color

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

This div border color is #012cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,44,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 #012cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012cca


Comments

No comments written yet.

Please login to write comment.