Color Hex Logo

#0f457d Color Hex

#0F457D
(15,69,125)
0 Favorites   0 Comments

Color spaces of #0f457d

RGB 1569125
HSL0.580.790.27
HSV211°88°49°
CMYK 0.880.450.00   0.51
XYZ6.02685.838520.2113
Yxy5.83850.18790.1820
Hunter Lab24.16302.2367-32.6794
CIE-Lab29.00135.4110-36.4999

#0f457d color RGB value is (15,69,125).

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

The process color (four color CMYK) of #0f457d color hex is 0.88, 0.45, 0.00, 0.51. Web safe color of #0f457d is #003366. Color #0f457d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01000101 01111101
Octal 17 105 175
Decimal 15 69 125
Hex F 45 7D

RGB Percentages of Color #0f457d

%7.18
%33.01
%59.81

CMYK Percentages of Color #0f457d

%88
%45
%0
%51

Triadic Colors of #0f457d

#0f457d #7d0f45 #457d0f

Analogous Colors of #0f457d

#0f457d #100f7d #0f7c7d

Monochromatic Colors of #0f457d

#0f457d

Complementary Color

#0f457d #7d470f

#0f457d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f457d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f457d Color CSS Codes

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

#0f457d Text Font Color

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

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


#0f457d Background Color

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

This div background color is #0f457d


#0f457d Border Color

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

This div border color is #0f457d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,69,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 #0f457d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f457d


Comments

No comments written yet.

Please login to write comment.