Color Hex Logo

#0f5aba Color Hex

#0F5ABA
(15,90,186)
0 Favorites   0 Comments

Color spaces of #0f5aba

RGB 1590186
HSL0.590.850.39
HSV214°92°73°
CMYK 0.920.520.00   0.27
XYZ12.716110.959147.8995
Yxy10.95910.17770.1531
Hunter Lab33.104510.6324-62.6145
CIE-Lab39.511516.4525-56.3991

#0f5aba color RGB value is (15,90,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01011010 10111010
Octal 17 132 272
Decimal 15 90 186
Hex F 5A BA

RGB Percentages of Color #0f5aba

%5.15
%30.93
%63.92

CMYK Percentages of Color #0f5aba

%92
%52
%0
%27

Triadic Colors of #0f5aba

#0f5aba #ba0f5a #5aba0f

Analogous Colors of #0f5aba

#0f5aba #190fba #0fb0ba

Monochromatic Colors of #0f5aba

#0f5aba

Complementary Color

#0f5aba #ba6f0f

#0f5aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f5aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f5aba Color CSS Codes

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

#0f5aba Text Font Color

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

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


#0f5aba Background Color

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

This div background color is #0f5aba


#0f5aba Border Color

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

This div border color is #0f5aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f5aba


Comments

No comments written yet.

Please login to write comment.