Color Hex Logo

#0f59ba Color Hex

#0F59BA
(15,89,186)
0 Favorites   0 Comments

Color spaces of #0f59ba

RGB 1589186
HSL0.590.850.39
HSV214°92°73°
CMYK 0.920.520.00   0.27
XYZ12.632310.791547.8715
Yxy10.79150.17720.1514
Hunter Lab32.850411.1522-63.4055
CIE-Lab39.227117.1155-56.8598

#0f59ba color RGB value is (15,89,186).

#0f59ba hex color red value is 15, green value is 89 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0f59ba hue: 0.59 , saturation: 0.85 and the lightness value of 0f59ba is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01011001 10111010
Octal 17 131 272
Decimal 15 89 186
Hex F 59 BA

RGB Percentages of Color #0f59ba

%5.17
%30.69
%64.14

CMYK Percentages of Color #0f59ba

%92
%52
%0
%27

Triadic Colors of #0f59ba

#0f59ba #ba0f59 #59ba0f

Analogous Colors of #0f59ba

#0f59ba #1a0fba #0fafba

Monochromatic Colors of #0f59ba

#0f59ba

Complementary Color

#0f59ba #ba700f

#0f59ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f59ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f59ba Color CSS Codes

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

#0f59ba Text Font Color

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

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


#0f59ba Background Color

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

This div background color is #0f59ba


#0f59ba Border Color

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

This div border color is #0f59ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f59ba


Comments

No comments written yet.

Please login to write comment.