Color Hex Logo

#1260db Color Hex

#1260DB
(18,96,219)
0 Favorites   0 Comments

Color spaces of #1260db

RGB 1896219
HSL0.600.850.46
HSV217°92°86°
CMYK 0.920.560.00   0.14
XYZ17.218513.608868.7371
Yxy13.60880.17290.1367
Hunter Lab36.890118.7574-84.6516
CIE-Lab43.666625.7312-68.6962

#1260db color RGB value is (18,96,219).

#1260db hex color red value is 18, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1260db hue: 0.60 , saturation: 0.85 and the lightness value of 1260db is 0.46.

The process color (four color CMYK) of #1260db color hex is 0.92, 0.56, 0.00, 0.14. Web safe color of #1260db is #0066cc. Color #1260db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100000 11011011
Octal 22 140 333
Decimal 18 96 219
Hex 12 60 DB

RGB Percentages of Color #1260db

%5.41
%28.83
%65.77

CMYK Percentages of Color #1260db

%92
%56
%0
%14

Triadic Colors of #1260db

#1260db #db1260 #60db12

Analogous Colors of #1260db

#1260db #2812db #12c5db

Monochromatic Colors of #1260db

#1260db

Complementary Color

#1260db #db8d12

#1260db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1260db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1260db Color CSS Codes

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

#1260db Text Font Color

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

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


#1260db Background Color

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

This div background color is #1260db


#1260db Border Color

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

This div border color is #1260db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1260db


Comments

No comments written yet.

Please login to write comment.