Color Hex Logo

#0f81bb Color Hex

#0F81BB
(15,129,187)
0 Favorites   0 Comments

Color spaces of #0f81bb

RGB 15129187
HSL0.560.850.40
HSV200°92°73°
CMYK 0.920.310.00   0.27
XYZ17.016919.389949.8595
Yxy19.38990.19730.2248
Hunter Lab44.0340-8.0782-36.3101
CIE-Lab51.1403-7.5915-38.3965

#0f81bb color RGB value is (15,129,187).

#0f81bb hex color red value is 15, green value is 129 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0f81bb hue: 0.56 , saturation: 0.85 and the lightness value of 0f81bb is 0.40.

The process color (four color CMYK) of #0f81bb color hex is 0.92, 0.31, 0.00, 0.27. Web safe color of #0f81bb is #0099cc. Color #0f81bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10000001 10111011
Octal 17 201 273
Decimal 15 129 187
Hex F 81 BB

RGB Percentages of Color #0f81bb

%4.53
%38.97
%56.50

CMYK Percentages of Color #0f81bb

%92
%31
%0
%27

Triadic Colors of #0f81bb

#0f81bb #bb0f81 #81bb0f

Analogous Colors of #0f81bb

#0f81bb #0f2bbb #0fbb9f

Monochromatic Colors of #0f81bb

#0f81bb

Complementary Color

#0f81bb #bb490f

#0f81bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f81bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f81bb Color CSS Codes

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

#0f81bb Text Font Color

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

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


#0f81bb Background Color

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

This div background color is #0f81bb


#0f81bb Border Color

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

This div border color is #0f81bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f81bb


Comments

No comments written yet.

Please login to write comment.