Color Hex Logo

#0f59ca Color Hex

#0F59CA
(15,89,202)
0 Favorites   0 Comments

Color spaces of #0f59ca

RGB 1589202
HSL0.600.860.43
HSV216°93°79°
CMYK 0.930.560.00   0.21
XYZ14.430111.510657.3383
Yxy11.51060.17330.1382
Hunter Lab33.927316.5477-76.4531
CIE-Lab40.427523.5133-64.2183

#0f59ca color RGB value is (15,89,202).

#0f59ca hex color red value is 15, green value is 89 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0f59ca hue: 0.60 , saturation: 0.86 and the lightness value of 0f59ca is 0.43.

The process color (four color CMYK) of #0f59ca color hex is 0.93, 0.56, 0.00, 0.21. Web safe color of #0f59ca is #0066cc. Color #0f59ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01011001 11001010
Octal 17 131 312
Decimal 15 89 202
Hex F 59 CA

RGB Percentages of Color #0f59ca

%4.90
%29.08
%66.01

CMYK Percentages of Color #0f59ca

%93
%56
%0
%21

Triadic Colors of #0f59ca

#0f59ca #ca0f59 #59ca0f

Analogous Colors of #0f59ca

#0f59ca #230fca #0fb7ca

Monochromatic Colors of #0f59ca

#0f59ca

Complementary Color

#0f59ca #ca800f

#0f59ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f59ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f59ca Color CSS Codes

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

#0f59ca Text Font Color

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

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


#0f59ca Background Color

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

This div background color is #0f59ca


#0f59ca Border Color

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

This div border color is #0f59ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f59ca


Comments

No comments written yet.

Please login to write comment.