Color Hex Logo

#0f698e Color Hex

#0F698E
(15,105,142)
0 Favorites   0 Comments

Color spaces of #0f698e

RGB 15105142
HSL0.550.810.31
HSV197°89°56°
CMYK 0.890.260.00   0.44
XYZ10.131112.157727.4039
Yxy12.15770.20390.2447
Hunter Lab34.8679-9.1544-22.1906
CIE-Lab41.4657-10.6271-27.1953

#0f698e color RGB value is (15,105,142).

#0f698e hex color red value is 15, green value is 105 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #0f698e hue: 0.55 , saturation: 0.81 and the lightness value of 0f698e is 0.31.

The process color (four color CMYK) of #0f698e color hex is 0.89, 0.26, 0.00, 0.44. Web safe color of #0f698e is #006699. Color #0f698e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01101001 10001110
Octal 17 151 216
Decimal 15 105 142
Hex F 69 8E

RGB Percentages of Color #0f698e

%5.73
%40.08
%54.20

CMYK Percentages of Color #0f698e

%89
%26
%0
%44

Triadic Colors of #0f698e

#0f698e #8e0f69 #698e0f

Analogous Colors of #0f698e

#0f698e #0f2a8e #0f8e74

Monochromatic Colors of #0f698e

#0f698e

Complementary Color

#0f698e #8e340f

#0f698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f698e Color CSS Codes

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

#0f698e Text Font Color

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

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


#0f698e Background Color

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

This div background color is #0f698e


#0f698e Border Color

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

This div border color is #0f698e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f698e


Comments

No comments written yet.

Please login to write comment.