Color Hex Logo

#1212db Color Hex

#1212DB
(18,18,219)
0 Favorites   0 Comments

Color spaces of #1212db

RGB 1818219
HSL0.670.850.46
HSV240°92°86°
CMYK 0.920.920.00   0.14
XYZ13.25195.675767.4149
Yxy5.67570.15350.0657
Hunter Lab23.823757.5987-151.0985
CIE-Lab28.579167.1174-93.6019

#1212db color RGB value is (18,18,219).

#1212db hex color red value is 18, green value is 18 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1212db hue: 0.67 , saturation: 0.85 and the lightness value of 1212db is 0.46.

The process color (four color CMYK) of #1212db color hex is 0.92, 0.92, 0.00, 0.14. Web safe color of #1212db is #0000cc. Color #1212db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00010010 11011011
Octal 22 22 333
Decimal 18 18 219
Hex 12 12 DB

RGB Percentages of Color #1212db

%7.06
%7.06
%85.88

CMYK Percentages of Color #1212db

%92
%92
%0
%14

Triadic Colors of #1212db

#1212db #db1212 #12db12

Analogous Colors of #1212db

#1212db #7712db #1277db

Monochromatic Colors of #1212db

#1212db

Complementary Color

#1212db #dbdb12

#1212db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1212db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1212db Color CSS Codes

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

#1212db Text Font Color

<p style="color:#1212db">Text here</p>

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


#1212db Background Color

<div style="background-color:#1212db">
Div content here</div>

This div background color is #1212db


#1212db Border Color

<div style="border:3px solid #1212db">
Div here</div>

This div border color is #1212db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,18,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 #1212db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1212db


Comments

No comments written yet.

Please login to write comment.