color codes Logo

#012ab5 color codes

#012AB5
(1,42,181)
0 Favorites   0 Comments

Color spaces of #012ab5

RGB 142181
HSL0.630.990.36
HSV226°99°71°
CMYK 0.990.770.00   0.29
XYZ9.18104.998644.1970
Yxy4.99860.15730.0856
Hunter Lab22.357534.1743-101.5558
CIE-Lab26.730845.2299-74.4101

#012ab5 color RGB value is (1,42,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101010 10110101
Octal 1 52 265
Decimal 1 42 181
Hex 1 2A B5

RGB Percentages of Color #012ab5

%0.45
%18.75
%80.80

CMYK Percentages of Color #012ab5

%99
%77
%0
%29

Triadic Colors of #012ab5

#012ab5 #b5012a #2ab501

Analogous Colors of #012ab5

#012ab5 #3201b5 #0184b5

Monochromatic Colors of #012ab5

#012ab5

Complementary Color

#012ab5 #b58c01

#012ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012ab5 Color CSS Codes

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

#012ab5 Text Font Color

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

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


#012ab5 Background Color

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

This div background color is #012ab5


#012ab5 Border Color

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

This div border color is #012ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012ab5


Comments

No comments written yet.

Please login to write comment.