Color Hex Logo

#0f61ce Color Hex

#0F61CE
(15,97,206)
0 Favorites   0 Comments

Color spaces of #0f61ce

RGB 1597206
HSL0.600.860.43
HSV214°93°81°
CMYK 0.930.530.00   0.19
XYZ15.612313.107260.0996
Yxy13.10720.17580.1476
Hunter Lab36.203913.6183-73.0806
CIE-Lab42.924319.8449-62.4655

#0f61ce color RGB value is (15,97,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01100001 11001110
Octal 17 141 316
Decimal 15 97 206
Hex F 61 CE

RGB Percentages of Color #0f61ce

%4.72
%30.50
%64.78

CMYK Percentages of Color #0f61ce

%93
%53
%0
%19

Triadic Colors of #0f61ce

#0f61ce #ce0f61 #61ce0f

Analogous Colors of #0f61ce

#0f61ce #1c0fce #0fc1ce

Monochromatic Colors of #0f61ce

#0f61ce

Complementary Color

#0f61ce #ce7c0f

#0f61ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f61ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f61ce Color CSS Codes

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

#0f61ce Text Font Color

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

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


#0f61ce Background Color

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

This div background color is #0f61ce


#0f61ce Border Color

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

This div border color is #0f61ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f61ce


Comments

No comments written yet.

Please login to write comment.