Color Hex Logo

#0f142a Color Hex

#0F142A
(15,20,42)
0 Favorites   0 Comments

Color spaces of #0f142a

RGB 152042
HSL0.640.470.11
HSV229°64°16°
CMYK 0.640.520.00   0.84
XYZ0.86510.76902.2933
Yxy0.76900.22030.1958
Hunter Lab8.76932.2631-9.3668
CIE-Lab6.94635.4884-15.6702

#0f142a color RGB value is (15,20,42).

#0f142a hex color red value is 15, green value is 20 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #0f142a hue: 0.64 , saturation: 0.47 and the lightness value of 0f142a is 0.11.

The process color (four color CMYK) of #0f142a color hex is 0.64, 0.52, 0.00, 0.84. Web safe color of #0f142a is #000033. Color #0f142a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00010100 00101010
Octal 17 24 52
Decimal 15 20 42
Hex F 14 2A

RGB Percentages of Color #0f142a

%19.48
%25.97
%54.55

CMYK Percentages of Color #0f142a

%64
%52
%0
%84

Triadic Colors of #0f142a

#0f142a #2a0f14 #142a0f

Analogous Colors of #0f142a

#0f142a #180f2a #0f222a

Monochromatic Colors of #0f142a

#0f142a

Complementary Color

#0f142a #2a250f

#0f142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f142a Color CSS Codes

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

#0f142a Text Font Color

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

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


#0f142a Background Color

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

This div background color is #0f142a


#0f142a Border Color

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

This div border color is #0f142a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f142a


Comments

No comments written yet.

Please login to write comment.