Color Hex Logo

#12225a Color Hex

#12225A
(18,34,90)
0 Favorites   0 Comments

Color spaces of #12225a

RGB 183490
HSL0.630.670.21
HSV227°80°35°
CMYK 0.800.620.00   0.65
XYZ2.66692.01089.9204
Yxy2.01080.18270.1377
Hunter Lab14.18038.7552-31.5526
CIE-Lab15.543815.9708-35.6094

#12225a color RGB value is (18,34,90).

#12225a hex color red value is 18, green value is 34 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #12225a hue: 0.63 , saturation: 0.67 and the lightness value of 12225a is 0.21.

The process color (four color CMYK) of #12225a color hex is 0.80, 0.62, 0.00, 0.65. Web safe color of #12225a is #003366. Color #12225a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100010 01011010
Octal 22 42 132
Decimal 18 34 90
Hex 12 22 5A

RGB Percentages of Color #12225a

%12.68
%23.94
%63.38

CMYK Percentages of Color #12225a

%80
%62
%0
%65

Triadic Colors of #12225a

#12225a #5a1222 #225a12

Analogous Colors of #12225a

#12225a #26125a #12465a

Monochromatic Colors of #12225a

#12225a

Complementary Color

#12225a #5a4a12

#12225a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12225a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12225a Color CSS Codes

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

#12225a Text Font Color

<p style="color:#12225a">Text here</p>

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


#12225a Background Color

<div style="background-color:#12225a">
Div content here</div>

This div background color is #12225a


#12225a Border Color

<div style="border:3px solid #12225a">
Div here</div>

This div border color is #12225a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,34,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12225a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12225a;
  -webkit-box-shadow: 1px 1px 3px 2px #12225a;
  box-shadow:         1px 1px 3px 2px #12225a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,34,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12225a


Comments

No comments written yet.

Please login to write comment.