Color Hex Logo

#12448e Color Hex

#12448E
(18,68,142)
0 Favorites   0 Comments

Color spaces of #12448e

RGB 1868142
HSL0.600.780.31
HSV216°87°56°
CMYK 0.870.520.00   0.44
XYZ7.19916.215826.4115
Yxy6.21580.18080.1561
Hunter Lab24.93157.9127-45.3575
CIE-Lab29.950513.4892-45.5060

#12448e color RGB value is (18,68,142).

#12448e hex color red value is 18, green value is 68 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #12448e hue: 0.60 , saturation: 0.78 and the lightness value of 12448e is 0.31.

The process color (four color CMYK) of #12448e color hex is 0.87, 0.52, 0.00, 0.44. Web safe color of #12448e is #003399. Color #12448e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000100 10001110
Octal 22 104 216
Decimal 18 68 142
Hex 12 44 8E

RGB Percentages of Color #12448e

%7.89
%29.82
%62.28

CMYK Percentages of Color #12448e

%87
%52
%0
%44

Triadic Colors of #12448e

#12448e #8e1244 #448e12

Analogous Colors of #12448e

#12448e #1e128e #12828e

Monochromatic Colors of #12448e

#12448e

Complementary Color

#12448e #8e5c12

#12448e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12448e Color Preview on White Background

Lorem ipsum dolor sit amet.

#12448e Color CSS Codes

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

#12448e Text Font Color

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

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


#12448e Background Color

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

This div background color is #12448e


#12448e Border Color

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

This div border color is #12448e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12448e


Comments

No comments written yet.

Please login to write comment.