Color Hex Logo

#0f39af Color Hex

#0F39AF
(15,57,175)
0 Favorites   0 Comments

Color spaces of #0f39af

RGB 1557175
HSL0.620.840.37
HSV224°91°69°
CMYK 0.910.670.00   0.31
XYZ9.39806.123041.2440
Yxy6.12300.16560.1079
Hunter Lab24.744724.4908-81.5022
CIE-Lab29.720734.1358-65.8807

#0f39af color RGB value is (15,57,175).

#0f39af hex color red value is 15, green value is 57 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0f39af hue: 0.62 , saturation: 0.84 and the lightness value of 0f39af is 0.37.

The process color (four color CMYK) of #0f39af color hex is 0.91, 0.67, 0.00, 0.31. Web safe color of #0f39af is #003399. Color #0f39af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00111001 10101111
Octal 17 71 257
Decimal 15 57 175
Hex F 39 AF

RGB Percentages of Color #0f39af

%6.07
%23.08
%70.85

CMYK Percentages of Color #0f39af

%91
%67
%0
%31

Triadic Colors of #0f39af

#0f39af #af0f39 #39af0f

Analogous Colors of #0f39af

#0f39af #350faf #0f89af

Monochromatic Colors of #0f39af

#0f39af

Complementary Color

#0f39af #af850f

#0f39af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f39af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f39af Color CSS Codes

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

#0f39af Text Font Color

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

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


#0f39af Background Color

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

This div background color is #0f39af


#0f39af Border Color

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

This div border color is #0f39af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f39af


Comments

No comments written yet.

Please login to write comment.