Color Hex Logo

#12407d Color Hex

#12407D
(18,64,125)
0 Favorites   0 Comments

Color spaces of #12407d

RGB 1864125
HSL0.600.750.28
HSV214°86°49°
CMYK 0.860.490.00   0.51
XYZ5.78455.276120.1155
Yxy5.27610.18550.1692
Hunter Lab22.96984.7548-35.8437
CIE-Lab27.50739.1419-38.8952

#12407d color RGB value is (18,64,125).

#12407d hex color red value is 18, green value is 64 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #12407d hue: 0.60 , saturation: 0.75 and the lightness value of 12407d is 0.28.

The process color (four color CMYK) of #12407d color hex is 0.86, 0.49, 0.00, 0.51. Web safe color of #12407d is #003366. Color #12407d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000000 01111101
Octal 22 100 175
Decimal 18 64 125
Hex 12 40 7D

RGB Percentages of Color #12407d

%8.70
%30.92
%60.39

CMYK Percentages of Color #12407d

%86
%49
%0
%51

Triadic Colors of #12407d

#12407d #7d1240 #407d12

Analogous Colors of #12407d

#12407d #1a127d #12767d

Monochromatic Colors of #12407d

#12407d

Complementary Color

#12407d #7d4f12

#12407d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12407d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12407d Color CSS Codes

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

#12407d Text Font Color

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

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


#12407d Background Color

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

This div background color is #12407d


#12407d Border Color

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

This div border color is #12407d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,64,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12407d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12407d;
  -webkit-box-shadow: 1px 1px 3px 2px #12407d;
  box-shadow:         1px 1px 3px 2px #12407d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12407d


Comments

No comments written yet.

Please login to write comment.