Color Hex Logo

#0f177d Color Hex

#0F177D
(15,23,125)
0 Favorites   0 Comments

Color spaces of #0f177d

RGB 1523125
HSL0.650.790.27
HSV236°88°49°
CMYK 0.880.820.00   0.51
XYZ4.20512.195019.6041
Yxy2.19500.16170.0844
Hunter Lab14.815524.7366-68.0824
CIE-Lab16.479036.8451-56.9359

#0f177d color RGB value is (15,23,125).

#0f177d hex color red value is 15, green value is 23 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #0f177d hue: 0.65 , saturation: 0.79 and the lightness value of 0f177d is 0.27.

The process color (four color CMYK) of #0f177d color hex is 0.88, 0.82, 0.00, 0.51. Web safe color of #0f177d is #000066. Color #0f177d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00010111 01111101
Octal 17 27 175
Decimal 15 23 125
Hex F 17 7D

RGB Percentages of Color #0f177d

%9.20
%14.11
%76.69

CMYK Percentages of Color #0f177d

%88
%82
%0
%51

Triadic Colors of #0f177d

#0f177d #7d0f17 #177d0f

Analogous Colors of #0f177d

#0f177d #3e0f7d #0f4e7d

Monochromatic Colors of #0f177d

#0f177d

Complementary Color

#0f177d #7d750f

#0f177d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f177d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f177d Color CSS Codes

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

#0f177d Text Font Color

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

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


#0f177d Background Color

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

This div background color is #0f177d


#0f177d Border Color

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

This div border color is #0f177d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f177d


Comments

No comments written yet.

Please login to write comment.