Color Hex Logo

#1260bf Color Hex

#1260BF
(18,96,191)
0 Favorites   0 Comments

Color spaces of #1260bf

RGB 1896191
HSL0.590.830.41
HSV213°91°75°
CMYK 0.910.500.00   0.25
XYZ13.836312.255950.9266
Yxy12.25590.17960.1591
Hunter Lab35.00849.2834-61.7430
CIE-Lab41.620014.6631-55.9028

#1260bf color RGB value is (18,96,191).

#1260bf hex color red value is 18, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #1260bf hue: 0.59 , saturation: 0.83 and the lightness value of 1260bf is 0.41.

The process color (four color CMYK) of #1260bf color hex is 0.91, 0.50, 0.00, 0.25. Web safe color of #1260bf is #0066cc. Color #1260bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100000 10111111
Octal 22 140 277
Decimal 18 96 191
Hex 12 60 BF

RGB Percentages of Color #1260bf

%5.90
%31.48
%62.62

CMYK Percentages of Color #1260bf

%91
%50
%0
%25

Triadic Colors of #1260bf

#1260bf #bf1260 #60bf12

Analogous Colors of #1260bf

#1260bf #1a12bf #12b7bf

Monochromatic Colors of #1260bf

#1260bf

Complementary Color

#1260bf #bf7112

#1260bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1260bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1260bf Color CSS Codes

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

#1260bf Text Font Color

<p style="color:#1260bf">Text here</p>

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


#1260bf Background Color

<div style="background-color:#1260bf">
Div content here</div>

This div background color is #1260bf


#1260bf Border Color

<div style="border:3px solid #1260bf">
Div here</div>

This div border color is #1260bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,96,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1260bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1260bf;
  -webkit-box-shadow: 1px 1px 3px 2px #1260bf;
  box-shadow:         1px 1px 3px 2px #1260bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1260bf


Comments

No comments written yet.

Please login to write comment.