Color Hex Logo

#122495 Color Hex

#122495
(18,36,149)
0 Favorites   0 Comments

Color spaces of #122495

RGB 1836149
HSL0.640.780.33
HSV232°88°58°
CMYK 0.880.760.00   0.42
XYZ6.30513.560328.7887
Yxy3.56030.16310.0921
Hunter Lab18.868826.6264-77.2526
CIE-Lab22.161037.9177-62.5713

#122495 color RGB value is (18,36,149).

#122495 hex color red value is 18, green value is 36 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #122495 hue: 0.64 , saturation: 0.78 and the lightness value of 122495 is 0.33.

The process color (four color CMYK) of #122495 color hex is 0.88, 0.76, 0.00, 0.42. Web safe color of #122495 is #003399. Color #122495 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100100 10010101
Octal 22 44 225
Decimal 18 36 149
Hex 12 24 95

RGB Percentages of Color #122495

%8.87
%17.73
%73.40

CMYK Percentages of Color #122495

%88
%76
%0
%42

Triadic Colors of #122495

#122495 #951224 #249512

Analogous Colors of #122495

#122495 #411295 #126695

Monochromatic Colors of #122495

#122495

Complementary Color

#122495 #958312

#122495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#122495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#122495 Color CSS Codes

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

#122495 Text Font Color

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

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


#122495 Background Color

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

This div background color is #122495


#122495 Border Color

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

This div border color is #122495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #122495


Comments

No comments written yet.

Please login to write comment.