Color Hex Logo

#0f112e Color Hex

#0F112E
(15,17,46)
0 Favorites   0 Comments

Color spaces of #0f112e

RGB 151746
HSL0.660.510.12
HSV236°67°18°
CMYK 0.670.630.00   0.82
XYZ0.89060.69972.6729
Yxy0.69970.20890.1641
Hunter Lab8.36484.3665-13.0902
CIE-Lab6.32039.2024-19.6427

#0f112e color RGB value is (15,17,46).

#0f112e hex color red value is 15, green value is 17 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #0f112e hue: 0.66 , saturation: 0.51 and the lightness value of 0f112e is 0.12.

The process color (four color CMYK) of #0f112e color hex is 0.67, 0.63, 0.00, 0.82. Web safe color of #0f112e is #000033. Color #0f112e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00010001 00101110
Octal 17 21 56
Decimal 15 17 46
Hex F 11 2E

RGB Percentages of Color #0f112e

%19.23
%21.79
%58.97

CMYK Percentages of Color #0f112e

%67
%63
%0
%82

Triadic Colors of #0f112e

#0f112e #2e0f11 #112e0f

Analogous Colors of #0f112e

#0f112e #1c0f2e #0f212e

Monochromatic Colors of #0f112e

#0f112e

Complementary Color

#0f112e #2e2c0f

#0f112e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f112e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f112e Color CSS Codes

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

#0f112e Text Font Color

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

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


#0f112e Background Color

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

This div background color is #0f112e


#0f112e Border Color

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

This div border color is #0f112e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f112e


Comments

No comments written yet.

Please login to write comment.