Color Hex Logo

#0f145d Color Hex

#0F145D
(15,20,93)
0 Favorites   0 Comments

Color spaces of #0f145d

RGB 152093
HSL0.660.720.21
HSV236°84°36°
CMYK 0.840.780.00   0.64
XYZ2.42291.392210.4969
Yxy1.39220.16930.0973
Hunter Lab11.799216.0056-44.4869
CIE-Lab11.905626.8701-43.5927

#0f145d color RGB value is (15,20,93).

#0f145d hex color red value is 15, green value is 20 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #0f145d hue: 0.66 , saturation: 0.72 and the lightness value of 0f145d is 0.21.

The process color (four color CMYK) of #0f145d color hex is 0.84, 0.78, 0.00, 0.64. Web safe color of #0f145d is #000066. Color #0f145d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00010100 01011101
Octal 17 24 135
Decimal 15 20 93
Hex F 14 5D

RGB Percentages of Color #0f145d

%11.72
%15.63
%72.66

CMYK Percentages of Color #0f145d

%84
%78
%0
%64

Triadic Colors of #0f145d

#0f145d #5d0f14 #145d0f

Analogous Colors of #0f145d

#0f145d #310f5d #0f3b5d

Monochromatic Colors of #0f145d

#0f145d

Complementary Color

#0f145d #5d580f

#0f145d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f145d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f145d Color CSS Codes

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

#0f145d Text Font Color

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

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


#0f145d Background Color

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

This div background color is #0f145d


#0f145d Border Color

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

This div border color is #0f145d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f145d


Comments

No comments written yet.

Please login to write comment.