Color Hex Logo

#12869d Color Hex

#12869D
(18,134,157)
0 Favorites   0 Comments

Color spaces of #12869d

RGB 18134157
HSL0.530.790.34
HSV190°89°62°
CMYK 0.890.150.00   0.38
XYZ14.860419.613134.9008
Yxy19.61310.21420.2827
Hunter Lab44.2867-17.6060-15.7237
CIE-Lab51.3969-21.1434-20.6727

#12869d color RGB value is (18,134,157).

#12869d hex color red value is 18, green value is 134 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #12869d hue: 0.53 , saturation: 0.79 and the lightness value of 12869d is 0.34.

The process color (four color CMYK) of #12869d color hex is 0.89, 0.15, 0.00, 0.38. Web safe color of #12869d is #009999. Color #12869d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000110 10011101
Octal 22 206 235
Decimal 18 134 157
Hex 12 86 9D

RGB Percentages of Color #12869d

%5.83
%43.37
%50.81

CMYK Percentages of Color #12869d

%89
%15
%0
%38

Triadic Colors of #12869d

#12869d #9d1286 #869d12

Analogous Colors of #12869d

#12869d #12409d #129d6f

Monochromatic Colors of #12869d

#12869d

Complementary Color

#12869d #9d2912

#12869d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12869d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12869d Color CSS Codes

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

#12869d Text Font Color

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

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


#12869d Background Color

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

This div background color is #12869d


#12869d Border Color

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

This div border color is #12869d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12869d


Comments

No comments written yet.

Please login to write comment.