Color Hex Logo

#0f256c Color Hex

#0F256C
(15,37,108)
0 Favorites   0 Comments

Color spaces of #0f256c

RGB 1537108
HSL0.630.760.24
HSV226°86°42°
CMYK 0.860.660.00   0.58
XYZ3.56532.507414.4834
Yxy2.50740.17340.1220
Hunter Lab15.834812.4796-43.1457
CIE-Lab17.952021.0295-43.5560

#0f256c color RGB value is (15,37,108).

#0f256c hex color red value is 15, green value is 37 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #0f256c hue: 0.63 , saturation: 0.76 and the lightness value of 0f256c is 0.24.

The process color (four color CMYK) of #0f256c color hex is 0.86, 0.66, 0.00, 0.58. Web safe color of #0f256c is #003366. Color #0f256c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00100101 01101100
Octal 17 45 154
Decimal 15 37 108
Hex F 25 6C

RGB Percentages of Color #0f256c

%9.38
%23.13
%67.50

CMYK Percentages of Color #0f256c

%86
%66
%0
%58

Triadic Colors of #0f256c

#0f256c #6c0f25 #256c0f

Analogous Colors of #0f256c

#0f256c #270f6c #0f546c

Monochromatic Colors of #0f256c

#0f256c

Complementary Color

#0f256c #6c560f

#0f256c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f256c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f256c Color CSS Codes

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

#0f256c Text Font Color

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

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


#0f256c Background Color

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

This div background color is #0f256c


#0f256c Border Color

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

This div border color is #0f256c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f256c


Comments

No comments written yet.

Please login to write comment.