Color Hex Logo

#0f6dbf Color Hex

#0F6DBF
(15,109,191)
0 Favorites   0 Comments

Color spaces of #0f6dbf

RGB 15109191
HSL0.580.850.40
HSV208°92°75°
CMYK 0.920.430.00   0.25
XYZ15.069614.800451.3527
Yxy14.80040.18550.1822
Hunter Lab38.47132.5955-52.2123
CIE-Lab45.35966.1377-49.8870

#0f6dbf color RGB value is (15,109,191).

#0f6dbf hex color red value is 15, green value is 109 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0f6dbf hue: 0.58 , saturation: 0.85 and the lightness value of 0f6dbf is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01101101 10111111
Octal 17 155 277
Decimal 15 109 191
Hex F 6D BF

RGB Percentages of Color #0f6dbf

%4.76
%34.60
%60.63

CMYK Percentages of Color #0f6dbf

%92
%43
%0
%25

Triadic Colors of #0f6dbf

#0f6dbf #bf0f6d #6dbf0f

Analogous Colors of #0f6dbf

#0f6dbf #0f15bf #0fbfb9

Monochromatic Colors of #0f6dbf

#0f6dbf

Complementary Color

#0f6dbf #bf610f

#0f6dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f6dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f6dbf Color CSS Codes

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

#0f6dbf Text Font Color

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

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


#0f6dbf Background Color

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

This div background color is #0f6dbf


#0f6dbf Border Color

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

This div border color is #0f6dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f6dbf


Comments

No comments written yet.

Please login to write comment.