Color Hex Logo

#0f4777 Color Hex

#0F4777
(15,71,119)
0 Favorites   0 Comments

Color spaces of #0f4777

RGB 1571119
HSL0.580.780.26
HSV208°87°47°
CMYK 0.870.400.00   0.53
XYZ5.78005.939918.2946
Yxy5.93990.19260.1979
Hunter Lab24.3719-0.3181-27.4453
CIE-Lab29.26031.5348-32.3265

#0f4777 color RGB value is (15,71,119).

#0f4777 hex color red value is 15, green value is 71 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #0f4777 hue: 0.58 , saturation: 0.78 and the lightness value of 0f4777 is 0.26.

The process color (four color CMYK) of #0f4777 color hex is 0.87, 0.40, 0.00, 0.53. Web safe color of #0f4777 is #003366. Color #0f4777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01000111 01110111
Octal 17 107 167
Decimal 15 71 119
Hex F 47 77

RGB Percentages of Color #0f4777

%7.32
%34.63
%58.05

CMYK Percentages of Color #0f4777

%87
%40
%0
%53

Triadic Colors of #0f4777

#0f4777 #770f47 #47770f

Analogous Colors of #0f4777

#0f4777 #0f1377 #0f7773

Monochromatic Colors of #0f4777

#0f4777

Complementary Color

#0f4777 #773f0f

#0f4777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f4777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f4777 Color CSS Codes

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

#0f4777 Text Font Color

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

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


#0f4777 Background Color

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

This div background color is #0f4777


#0f4777 Border Color

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

This div border color is #0f4777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f4777


Comments

No comments written yet.

Please login to write comment.