color codes Logo

#12538c color codes

#12538C
(18,83,140)
0 Favorites   0 Comments

Color spaces of #12538c

RGB 1883140
HSL0.580.770.31
HSV208°87°55°
CMYK 0.870.410.00   0.45
XYZ8.07638.208625.9697
Yxy8.20860.19110.1943
Hunter Lab28.65070.1785-33.6865
CIE-Lab34.41362.5170-37.1116

#12538c color RGB value is (18,83,140).

#12538c hex color red value is 18, green value is 83 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #12538c hue: 0.58 , saturation: 0.77 and the lightness value of 12538c is 0.31.

The process color (four color CMYK) of #12538c color code is 0.87, 0.41, 0.00, 0.45. Web safe color of #12538c is #006699. Color #12538c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010011 10001100
Octal 22 123 214
Decimal 18 83 140
Hex 12 53 8C

RGB Percentages of Color #12538c

%7.47
%34.44
%58.09

CMYK Percentages of Color #12538c

%87
%41
%0
%45

Triadic Colors of #12538c

#12538c #8c1253 #538c12

Analogous Colors of #12538c

#12538c #12168c #128c88

Monochromatic Colors of #12538c

#12538c

Complementary Color

#12538c #8c4b12

#12538c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12538c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12538c Color CSS Codes

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

#12538c Text Font Color

<p style="color:#12538c">Text here</p>

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


#12538c Background Color

<div style="background-color:#12538c">
Div content here</div>

This div background color is #12538c


#12538c Border Color

<div style="border:3px solid #12538c">
Div here</div>

This div border color is #12538c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,83,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12538c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12538c;
  -webkit-box-shadow: 1px 1px 3px 2px #12538c;
  box-shadow:         1px 1px 3px 2px #12538c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12538c


Comments

No comments written yet.

Please login to write comment.