Color Hex Logo

#0f6196 Color Hex

#0F6196
(15,97,150)
0 Favorites   0 Comments

Color spaces of #0f6196

RGB 1597150
HSL0.570.820.32
HSV204°90°59°
CMYK 0.900.350.00   0.41
XYZ9.976710.853030.4232
Yxy10.85300.19470.2118
Hunter Lab32.9439-3.5950-31.6927
CIE-Lab39.3318-2.6398-35.3514

#0f6196 color RGB value is (15,97,150).

#0f6196 hex color red value is 15, green value is 97 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #0f6196 hue: 0.57 , saturation: 0.82 and the lightness value of 0f6196 is 0.32.

The process color (four color CMYK) of #0f6196 color hex is 0.90, 0.35, 0.00, 0.41. Web safe color of #0f6196 is #006699. Color #0f6196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01100001 10010110
Octal 17 141 226
Decimal 15 97 150
Hex F 61 96

RGB Percentages of Color #0f6196

%5.73
%37.02
%57.25

CMYK Percentages of Color #0f6196

%90
%35
%0
%41

Triadic Colors of #0f6196

#0f6196 #960f61 #61960f

Analogous Colors of #0f6196

#0f6196 #0f1e96 #0f9688

Monochromatic Colors of #0f6196

#0f6196

Complementary Color

#0f6196 #96440f

#0f6196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f6196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f6196 Color CSS Codes

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

#0f6196 Text Font Color

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

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


#0f6196 Background Color

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

This div background color is #0f6196


#0f6196 Border Color

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

This div border color is #0f6196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f6196


Comments

No comments written yet.

Please login to write comment.