Color Hex Logo

#12293e Color Hex

#12293E
(18,41,62)
0 Favorites   0 Comments

Color spaces of #12293e

RGB 184162
HSL0.580.550.16
HSV209°71°24°
CMYK 0.710.340.00   0.76
XYZ1.91192.06234.8547
Yxy2.06230.21660.2336
Hunter Lab14.3607-1.3668-9.9907
CIE-Lab15.8108-1.1345-16.0730

#12293e color RGB value is (18,41,62).

#12293e hex color red value is 18, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #12293e hue: 0.58 , saturation: 0.55 and the lightness value of 12293e is 0.16.

The process color (four color CMYK) of #12293e color hex is 0.71, 0.34, 0.00, 0.76. Web safe color of #12293e is #003333. Color #12293e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00101001 00111110
Octal 22 51 76
Decimal 18 41 62
Hex 12 29 3E

RGB Percentages of Color #12293e

%14.88
%33.88
%51.24

CMYK Percentages of Color #12293e

%71
%34
%0
%76

Triadic Colors of #12293e

#12293e #3e1229 #293e12

Analogous Colors of #12293e

#12293e #12133e #123e3d

Monochromatic Colors of #12293e

#12293e

Complementary Color

#12293e #3e2712

#12293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12293e Color CSS Codes

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

#12293e Text Font Color

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

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


#12293e Background Color

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

This div background color is #12293e


#12293e Border Color

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

This div border color is #12293e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,41,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12293e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12293e;
  -webkit-box-shadow: 1px 1px 3px 2px #12293e;
  box-shadow:         1px 1px 3px 2px #12293e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12293e


Comments

No comments written yet.

Please login to write comment.