Color Hex Logo

#0174bd Color Hex

#0174BD
(1,116,189)
0 Favorites   0 Comments

Color spaces of #0174bd

RGB 1116189
HSL0.560.990.37
HSV203°99°74°
CMYK 0.990.390.00   0.26
XYZ15.443216.171450.4516
Yxy16.17140.18820.1971
Hunter Lab40.2137-1.8248-46.2349
CIE-Lab47.19860.4292-45.8004

#0174bd color RGB value is (1,116,189).

#0174bd hex color red value is 1, green value is 116 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0174bd hue: 0.56 , saturation: 0.99 and the lightness value of 0174bd is 0.37.

The process color (four color CMYK) of #0174bd color hex is 0.99, 0.39, 0.00, 0.26. Web safe color of #0174bd is #0066cc. Color #0174bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110100 10111101
Octal 1 164 275
Decimal 1 116 189
Hex 1 74 BD

RGB Percentages of Color #0174bd

%0.33
%37.91
%61.76

CMYK Percentages of Color #0174bd

%99
%39
%0
%26

Triadic Colors of #0174bd

#0174bd #bd0174 #74bd01

Analogous Colors of #0174bd

#0174bd #0116bd #01bda8

Monochromatic Colors of #0174bd

#0174bd

Complementary Color

#0174bd #bd4a01

#0174bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0174bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0174bd Color CSS Codes

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

#0174bd Text Font Color

<p style="color:#0174bd">Text here</p>

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


#0174bd Background Color

<div style="background-color:#0174bd">
Div content here</div>

This div background color is #0174bd


#0174bd Border Color

<div style="border:3px solid #0174bd">
Div here</div>

This div border color is #0174bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,116,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0174bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0174bd;
  -webkit-box-shadow: 1px 1px 3px 2px #0174bd;
  box-shadow:         1px 1px 3px 2px #0174bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0174bd


Comments

No comments written yet.

Please login to write comment.