color codes Logo

#014dba color codes

#014DBA
(1,77,186)
0 Favorites   0 Comments

Color spaces of #014dba

RGB 177186
HSL0.600.990.37
HSV215°99°73°
CMYK 0.990.590.00   0.27
XYZ11.52938.859447.5567
Yxy8.85940.16970.1304
Hunter Lab29.764717.0532-73.8954
CIE-Lab35.712224.6120-62.5859

#014dba color RGB value is (1,77,186).

#014dba hex color red value is 1, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #014dba hue: 0.60 , saturation: 0.99 and the lightness value of 014dba is 0.37.

The process color (four color CMYK) of #014dba color code is 0.99, 0.59, 0.00, 0.27. Web safe color of #014dba is #0066cc. Color #014dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001101 10111010
Octal 1 115 272
Decimal 1 77 186
Hex 1 4D BA

RGB Percentages of Color #014dba

%0.38
%29.17
%70.45

CMYK Percentages of Color #014dba

%99
%59
%0
%27

Triadic Colors of #014dba

#014dba #ba014d #4dba01

Analogous Colors of #014dba

#014dba #1101ba #01aaba

Monochromatic Colors of #014dba

#014dba

Complementary Color

#014dba #ba6e01

#014dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#014dba Color CSS Codes

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

#014dba Text Font Color

<p style="color:#014dba">Text here</p>

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


#014dba Background Color

<div style="background-color:#014dba">
Div content here</div>

This div background color is #014dba


#014dba Border Color

<div style="border:3px solid #014dba">
Div here</div>

This div border color is #014dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,77,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014dba;
  -webkit-box-shadow: 1px 1px 3px 2px #014dba;
  box-shadow:         1px 1px 3px 2px #014dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,77,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014dba


Comments

No comments written yet.

Please login to write comment.