Color Hex Logo

#0f328d Color Hex

#0F328D
(15,50,141)
0 Favorites   0 Comments

Color spaces of #0f328d

RGB 1550141
HSL0.620.810.31
HSV223°89°55°
CMYK 0.890.650.00   0.45
XYZ6.14534.305825.7065
Yxy4.30580.17000.1191
Hunter Lab20.750416.5501-58.9257
CIE-Lab24.657725.4317-53.5117

#0f328d color RGB value is (15,50,141).

#0f328d hex color red value is 15, green value is 50 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #0f328d hue: 0.62 , saturation: 0.81 and the lightness value of 0f328d is 0.31.

The process color (four color CMYK) of #0f328d color hex is 0.89, 0.65, 0.00, 0.45. Web safe color of #0f328d is #003399. Color #0f328d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00110010 10001101
Octal 17 62 215
Decimal 15 50 141
Hex F 32 8D

RGB Percentages of Color #0f328d

%7.28
%24.27
%68.45

CMYK Percentages of Color #0f328d

%89
%65
%0
%45

Triadic Colors of #0f328d

#0f328d #8d0f32 #328d0f

Analogous Colors of #0f328d

#0f328d #2b0f8d #0f718d

Monochromatic Colors of #0f328d

#0f328d

Complementary Color

#0f328d #8d6a0f

#0f328d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f328d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f328d Color CSS Codes

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

#0f328d Text Font Color

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

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


#0f328d Background Color

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

This div background color is #0f328d


#0f328d Border Color

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

This div border color is #0f328d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f328d


Comments

No comments written yet.

Please login to write comment.