Color Hex Logo

#12468f Color Hex

#12468F
(18,70,143)
0 Favorites   0 Comments

Color spaces of #12468f

RGB 1870143
HSL0.600.780.32
HSV215°87°56°
CMYK 0.870.510.00   0.44
XYZ7.39756.492126.8498
Yxy6.49210.18160.1594
Hunter Lab25.47967.2347-44.6427
CIE-Lab30.621512.5227-45.0352

#12468f color RGB value is (18,70,143).

#12468f hex color red value is 18, green value is 70 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #12468f hue: 0.60 , saturation: 0.78 and the lightness value of 12468f is 0.32.

The process color (four color CMYK) of #12468f color hex is 0.87, 0.51, 0.00, 0.44. Web safe color of #12468f is #003399. Color #12468f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000110 10001111
Octal 22 106 217
Decimal 18 70 143
Hex 12 46 8F

RGB Percentages of Color #12468f

%7.79
%30.30
%61.90

CMYK Percentages of Color #12468f

%87
%51
%0
%44

Triadic Colors of #12468f

#12468f #8f1246 #468f12

Analogous Colors of #12468f

#12468f #1c128f #12858f

Monochromatic Colors of #12468f

#12468f

Complementary Color

#12468f #8f5b12

#12468f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12468f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12468f Color CSS Codes

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

#12468f Text Font Color

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

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


#12468f Background Color

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

This div background color is #12468f


#12468f Border Color

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

This div border color is #12468f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,70,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12468f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12468f;
  -webkit-box-shadow: 1px 1px 3px 2px #12468f;
  box-shadow:         1px 1px 3px 2px #12468f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12468f


Comments

No comments written yet.

Please login to write comment.