Color Hex Logo

#0f56bd Color Hex

#0F56BD
(15,86,189)
0 Favorites   0 Comments

Color spaces of #0f56bd

RGB 1586189
HSL0.600.850.40
HSV216°92°74°
CMYK 0.920.540.00   0.26
XYZ12.710110.431349.4877
Yxy10.43130.17500.1436
Hunter Lab32.297513.7247-68.2385
CIE-Lab38.605620.3168-59.6238

#0f56bd color RGB value is (15,86,189).

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

The process color (four color CMYK) of #0f56bd color hex is 0.92, 0.54, 0.00, 0.26. Web safe color of #0f56bd is #0066cc. Color #0f56bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01010110 10111101
Octal 17 126 275
Decimal 15 86 189
Hex F 56 BD

RGB Percentages of Color #0f56bd

%5.17
%29.66
%65.17

CMYK Percentages of Color #0f56bd

%92
%54
%0
%26

Triadic Colors of #0f56bd

#0f56bd #bd0f56 #56bd0f

Analogous Colors of #0f56bd

#0f56bd #1f0fbd #0fadbd

Monochromatic Colors of #0f56bd

#0f56bd

Complementary Color

#0f56bd #bd760f

#0f56bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f56bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f56bd Color CSS Codes

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

#0f56bd Text Font Color

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

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


#0f56bd Background Color

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

This div background color is #0f56bd


#0f56bd Border Color

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

This div border color is #0f56bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,86,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 #0f56bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f56bd


Comments

No comments written yet.

Please login to write comment.