Color Hex Logo

#0f036f Color Hex

#0F036F
(15,3,111)
0 Favorites   0 Comments

Color spaces of #0f036f

RGB 153111
HSL0.690.950.22
HSV247°97°44°
CMYK 0.860.970.00   0.56
XYZ3.09881.314415.1293
Yxy1.31440.15860.0673
Hunter Lab11.464728.1835-70.2161
CIE-Lab11.375841.7315-56.3899

#0f036f color RGB value is (15,3,111).

#0f036f hex color red value is 15, green value is 3 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #0f036f hue: 0.69 , saturation: 0.95 and the lightness value of 0f036f is 0.22.

The process color (four color CMYK) of #0f036f color hex is 0.86, 0.97, 0.00, 0.56. Web safe color of #0f036f is #000066. Color #0f036f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00000011 01101111
Octal 17 3 157
Decimal 15 3 111
Hex F 3 6F

RGB Percentages of Color #0f036f

%11.63
%2.33
%86.05

CMYK Percentages of Color #0f036f

%86
%97
%0
%56

Triadic Colors of #0f036f

#0f036f #6f0f03 #036f0f

Analogous Colors of #0f036f

#0f036f #45036f #032d6f

Monochromatic Colors of #0f036f

#0f036f

Complementary Color

#0f036f #636f03

#0f036f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f036f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f036f Color CSS Codes

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

#0f036f Text Font Color

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

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


#0f036f Background Color

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

This div background color is #0f036f


#0f036f Border Color

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

This div border color is #0f036f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f036f


Comments

No comments written yet.

Please login to write comment.