Color Hex Logo

#0173fb Color Hex

#0173FB
(1,115,251)
0 Favorites   0 Comments

Color spaces of #0173fb

RGB 1115251
HSL0.590.990.49
HSV213°100°98°
CMYK 1.000.540.00   0.02
XYZ23.555819.233093.7376
Yxy19.23300.17250.1409
Hunter Lab43.855419.1296-96.0290
CIE-Lab50.958725.4525-74.8142

#0173fb color RGB value is (1,115,251).

#0173fb hex color red value is 1, green value is 115 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0173fb hue: 0.59 , saturation: 0.99 and the lightness value of 0173fb is 0.49.

The process color (four color CMYK) of #0173fb color hex is 1.00, 0.54, 0.00, 0.02. Web safe color of #0173fb is #0066ff. Color #0173fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110011 11111011
Octal 1 163 373
Decimal 1 115 251
Hex 1 73 FB

RGB Percentages of Color #0173fb

%0.27
%31.34
%68.39

CMYK Percentages of Color #0173fb

%100
%54
%0
%2

Triadic Colors of #0173fb

#0173fb #fb0173 #73fb01

Analogous Colors of #0173fb

#0173fb #0c01fb #01f0fb

Monochromatic Colors of #0173fb

#0173fb

Complementary Color

#0173fb #fb8901

#0173fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0173fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0173fb Color CSS Codes

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

#0173fb Text Font Color

<p style="color:#0173fb">Text here</p>

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


#0173fb Background Color

<div style="background-color:#0173fb">
Div content here</div>

This div background color is #0173fb


#0173fb Border Color

<div style="border:3px solid #0173fb">
Div here</div>

This div border color is #0173fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,115,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0173fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0173fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0173fb;
  box-shadow:         1px 1px 3px 2px #0173fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0173fb


Comments

No comments written yet.

Please login to write comment.