Color Hex Logo

#0f71ab Color Hex

#0F71AB
(15,113,171)
0 Favorites   0 Comments

Color spaces of #0f71ab

RGB 15113171
HSL0.560.840.36
HSV202°91°67°
CMYK 0.910.340.00   0.33
XYZ13.452814.852140.6858
Yxy14.85210.19500.2153
Hunter Lab38.5384-5.1324-35.6168
CIE-Lab45.4310-4.2164-38.1382

#0f71ab color RGB value is (15,113,171).

#0f71ab hex color red value is 15, green value is 113 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0f71ab hue: 0.56 , saturation: 0.84 and the lightness value of 0f71ab is 0.36.

The process color (four color CMYK) of #0f71ab color hex is 0.91, 0.34, 0.00, 0.33. Web safe color of #0f71ab is #006699. Color #0f71ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01110001 10101011
Octal 17 161 253
Decimal 15 113 171
Hex F 71 AB

RGB Percentages of Color #0f71ab

%5.02
%37.79
%57.19

CMYK Percentages of Color #0f71ab

%91
%34
%0
%33

Triadic Colors of #0f71ab

#0f71ab #ab0f71 #71ab0f

Analogous Colors of #0f71ab

#0f71ab #0f23ab #0fab97

Monochromatic Colors of #0f71ab

#0f71ab

Complementary Color

#0f71ab #ab490f

#0f71ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f71ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f71ab Color CSS Codes

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

#0f71ab Text Font Color

<p style="color:#0f71ab">Text here</p>

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


#0f71ab Background Color

<div style="background-color:#0f71ab">
Div content here</div>

This div background color is #0f71ab


#0f71ab Border Color

<div style="border:3px solid #0f71ab">
Div here</div>

This div border color is #0f71ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,113,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f71ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f71ab;
  -webkit-box-shadow: 1px 1px 3px 2px #0f71ab;
  box-shadow:         1px 1px 3px 2px #0f71ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,113,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f71ab


Comments

No comments written yet.

Please login to write comment.