Color Hex Logo

#1449bc Color Hex

#1449BC
(20,73,188)
0 Favorites   0 Comments

Color spaces of #1449bc

RGB 2073188
HSL0.610.810.41
HSV221°89°74°
CMYK 0.890.610.00   0.26
XYZ11.74818.544648.6070
Yxy8.54460.17050.1240
Hunter Lab29.231120.5853-78.1285
CIE-Lab35.092328.8399-64.7637

#1449bc color RGB value is (20,73,188).

#1449bc hex color red value is 20, green value is 73 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #1449bc hue: 0.61 , saturation: 0.81 and the lightness value of 1449bc is 0.41.

The process color (four color CMYK) of #1449bc color hex is 0.89, 0.61, 0.00, 0.26. Web safe color of #1449bc is #0033cc. Color #1449bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001001 10111100
Octal 24 111 274
Decimal 20 73 188
Hex 14 49 BC

RGB Percentages of Color #1449bc

%7.12
%25.98
%66.90

CMYK Percentages of Color #1449bc

%89
%61
%0
%26

Triadic Colors of #1449bc

#1449bc #bc1449 #49bc14

Analogous Colors of #1449bc

#1449bc #3314bc #149dbc

Monochromatic Colors of #1449bc

#1449bc

Complementary Color

#1449bc #bc8714

#1449bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1449bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1449bc Color CSS Codes

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

#1449bc Text Font Color

<p style="color:#1449bc">Text here</p>

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


#1449bc Background Color

<div style="background-color:#1449bc">
Div content here</div>

This div background color is #1449bc


#1449bc Border Color

<div style="border:3px solid #1449bc">
Div here</div>

This div border color is #1449bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,73,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1449bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1449bc;
  -webkit-box-shadow: 1px 1px 3px 2px #1449bc;
  box-shadow:         1px 1px 3px 2px #1449bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,73,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1449bc


Comments

No comments written yet.

Please login to write comment.