Color Hex Logo

#1499bf Color Hex

#1499BF
(20,153,191)
0 Favorites   0 Comments

Color spaces of #1499bf

RGB 20153191
HSL0.540.810.41
HSV193°90°75°
CMYK 0.900.200.00   0.25
XYZ21.083726.692853.3312
Yxy26.69280.20850.2640
Hunter Lab51.6651-17.5709-25.0365
CIE-Lab58.6889-19.2625-28.8796

#1499bf color RGB value is (20,153,191).

#1499bf hex color red value is 20, green value is 153 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #1499bf hue: 0.54 , saturation: 0.81 and the lightness value of 1499bf is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011001 10111111
Octal 24 231 277
Decimal 20 153 191
Hex 14 99 BF

RGB Percentages of Color #1499bf

%5.49
%42.03
%52.47

CMYK Percentages of Color #1499bf

%90
%20
%0
%25

Triadic Colors of #1499bf

#1499bf #bf1499 #99bf14

Analogous Colors of #1499bf

#1499bf #1444bf #14bf90

Monochromatic Colors of #1499bf

#1499bf

Complementary Color

#1499bf #bf3a14

#1499bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1499bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1499bf Color CSS Codes

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

#1499bf Text Font Color

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

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


#1499bf Background Color

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

This div background color is #1499bf


#1499bf Border Color

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

This div border color is #1499bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1499bf


Comments

No comments written yet.

Please login to write comment.