Color Hex Logo

#12287d Color Hex

#12287D
(18,40,125)
0 Favorites   0 Comments

Color spaces of #12287d

RGB 1840125
HSL0.630.750.28
HSV228°86°49°
CMYK 0.860.680.00   0.51
XYZ4.70993.126919.7573
Yxy3.12690.17070.1133
Hunter Lab17.683016.5984-53.8667
CIE-Lab20.545126.1294-50.2188

#12287d color RGB value is (18,40,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00101000 01111101
Octal 22 50 175
Decimal 18 40 125
Hex 12 28 7D

RGB Percentages of Color #12287d

%9.84
%21.86
%68.31

CMYK Percentages of Color #12287d

%86
%68
%0
%51

Triadic Colors of #12287d

#12287d #7d1228 #287d12

Analogous Colors of #12287d

#12287d #32127d #125e7d

Monochromatic Colors of #12287d

#12287d

Complementary Color

#12287d #7d6712

#12287d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12287d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12287d Color CSS Codes

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

#12287d Text Font Color

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

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


#12287d Background Color

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

This div background color is #12287d


#12287d Border Color

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

This div border color is #12287d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,40,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 #12287d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12287d


Comments

No comments written yet.

Please login to write comment.