Color Hex Logo

#012cdb Color Hex

#012CDB
(1,44,219)
0 Favorites   0 Comments

Color spaces of #012cdb

RGB 144219
HSL0.630.990.43
HSV228°100°86°
CMYK 1.000.800.00   0.14
XYZ13.69946.922367.6319
Yxy6.92230.15520.0784
Hunter Lab26.310346.8996-133.9908
CIE-Lab31.629456.8558-88.5255

#012cdb color RGB value is (1,44,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101100 11011011
Octal 1 54 333
Decimal 1 44 219
Hex 1 2C DB

RGB Percentages of Color #012cdb

%0.38
%16.67
%82.95

CMYK Percentages of Color #012cdb

%100
%80
%0
%14

Triadic Colors of #012cdb

#012cdb #db012c #2cdb01

Analogous Colors of #012cdb

#012cdb #4301db #0199db

Monochromatic Colors of #012cdb

#012cdb

Complementary Color

#012cdb #dbb001

#012cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#012cdb Color CSS Codes

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

#012cdb Text Font Color

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

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


#012cdb Background Color

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

This div background color is #012cdb


#012cdb Border Color

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

This div border color is #012cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012cdb


Comments

No comments written yet.

Please login to write comment.