Color Hex Logo

#0f4762 Color Hex

#0F4762
(15,71,98)
0 Favorites   0 Comments

Color spaces of #0f4762

RGB 157198
HSL0.550.730.22
HSV200°85°38°
CMYK 0.850.280.00   0.62
XYZ4.65485.489912.3696
Yxy5.48990.20670.2438
Hunter Lab23.4305-5.5419-14.8994
CIE-Lab28.0872-7.0987-20.8514

#0f4762 color RGB value is (15,71,98).

#0f4762 hex color red value is 15, green value is 71 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #0f4762 hue: 0.55 , saturation: 0.73 and the lightness value of 0f4762 is 0.22.

The process color (four color CMYK) of #0f4762 color hex is 0.85, 0.28, 0.00, 0.62. Web safe color of #0f4762 is #003366. Color #0f4762 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01000111 01100010
Octal 17 107 142
Decimal 15 71 98
Hex F 47 62

RGB Percentages of Color #0f4762

%8.15
%38.59
%53.26

CMYK Percentages of Color #0f4762

%85
%28
%0
%62

Triadic Colors of #0f4762

#0f4762 #620f47 #47620f

Analogous Colors of #0f4762

#0f4762 #0f1d62 #0f6254

Monochromatic Colors of #0f4762

#0f4762

Complementary Color

#0f4762 #622a0f

#0f4762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f4762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f4762 Color CSS Codes

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

#0f4762 Text Font Color

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

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


#0f4762 Background Color

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

This div background color is #0f4762


#0f4762 Border Color

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

This div border color is #0f4762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f4762


Comments

No comments written yet.

Please login to write comment.