Color Hex Logo

#0170bd Color Hex

#0170BD
(1,112,189)
0 Favorites   0 Comments

Color spaces of #0170bd

RGB 1112189
HSL0.570.990.37
HSV205°99°74°
CMYK 0.990.410.00   0.26
XYZ14.992015.268950.3011
Yxy15.26890.18610.1895
Hunter Lab39.07540.1027-48.9701
CIE-Lab46.00032.9106-47.7123

#0170bd color RGB value is (1,112,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110000 10111101
Octal 1 160 275
Decimal 1 112 189
Hex 1 70 BD

RGB Percentages of Color #0170bd

%0.33
%37.09
%62.58

CMYK Percentages of Color #0170bd

%99
%41
%0
%26

Triadic Colors of #0170bd

#0170bd #bd0170 #70bd01

Analogous Colors of #0170bd

#0170bd #0112bd #01bdac

Monochromatic Colors of #0170bd

#0170bd

Complementary Color

#0170bd #bd4e01

#0170bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0170bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0170bd Color CSS Codes

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

#0170bd Text Font Color

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

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


#0170bd Background Color

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

This div background color is #0170bd


#0170bd Border Color

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

This div border color is #0170bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,112,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 #0170bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0170bd


Comments

No comments written yet.

Please login to write comment.