Color Hex Logo

#1355bf Color Hex

#1355BF
(19,85,191)
0 Favorites   0 Comments

Color spaces of #1355bf

RGB 1985191
HSL0.600.820.41
HSV217°90°75°
CMYK 0.900.550.00   0.25
XYZ12.921010.397050.6160
Yxy10.39700.17480.1406
Hunter Lab32.244415.1010-70.5001
CIE-Lab38.545721.9815-60.8870

#1355bf color RGB value is (19,85,191).

#1355bf hex color red value is 19, green value is 85 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #1355bf hue: 0.60 , saturation: 0.82 and the lightness value of 1355bf is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010101 10111111
Octal 23 125 277
Decimal 19 85 191
Hex 13 55 BF

RGB Percentages of Color #1355bf

%6.44
%28.81
%64.75

CMYK Percentages of Color #1355bf

%90
%55
%0
%25

Triadic Colors of #1355bf

#1355bf #bf1355 #55bf13

Analogous Colors of #1355bf

#1355bf #2713bf #13abbf

Monochromatic Colors of #1355bf

#1355bf

Complementary Color

#1355bf #bf7d13

#1355bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1355bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1355bf Color CSS Codes

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

#1355bf Text Font Color

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

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


#1355bf Background Color

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

This div background color is #1355bf


#1355bf Border Color

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

This div border color is #1355bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,85,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 #1355bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1355bf


Comments

No comments written yet.

Please login to write comment.