Color Hex Logo

#1279c3 Color Hex

#1279C3
(18,121,195)
0 Favorites   0 Comments

Color spaces of #1279c3

RGB 18121195
HSL0.570.830.42
HSV205°91°76°
CMYK 0.910.380.00   0.24
XYZ16.937217.743554.1619
Yxy17.74350.19060.1997
Hunter Lab42.1230-1.9425-46.7491
CIE-Lab49.18350.4022-46.0825

#1279c3 color RGB value is (18,121,195).

#1279c3 hex color red value is 18, green value is 121 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #1279c3 hue: 0.57 , saturation: 0.83 and the lightness value of 1279c3 is 0.42.

The process color (four color CMYK) of #1279c3 color hex is 0.91, 0.38, 0.00, 0.24. Web safe color of #1279c3 is #0066cc. Color #1279c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111001 11000011
Octal 22 171 303
Decimal 18 121 195
Hex 12 79 C3

RGB Percentages of Color #1279c3

%5.39
%36.23
%58.38

CMYK Percentages of Color #1279c3

%91
%38
%0
%24

Triadic Colors of #1279c3

#1279c3 #c31279 #79c312

Analogous Colors of #1279c3

#1279c3 #1221c3 #12c3b5

Monochromatic Colors of #1279c3

#1279c3

Complementary Color

#1279c3 #c35c12

#1279c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1279c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1279c3 Color CSS Codes

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

#1279c3 Text Font Color

<p style="color:#1279c3">Text here</p>

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


#1279c3 Background Color

<div style="background-color:#1279c3">
Div content here</div>

This div background color is #1279c3


#1279c3 Border Color

<div style="border:3px solid #1279c3">
Div here</div>

This div border color is #1279c3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,121,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1279c3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1279c3;
  -webkit-box-shadow: 1px 1px 3px 2px #1279c3;
  box-shadow:         1px 1px 3px 2px #1279c3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1279c3


Comments

No comments written yet.

Please login to write comment.