Color Hex Logo

#0f1358 Color Hex

#0F1358
(15,19,88)
0 Favorites   0 Comments

Color spaces of #0f1358

RGB 151988
HSL0.660.710.20
HSV237°83°35°
CMYK 0.830.780.00   0.65
XYZ2.19131.27199.3625
Yxy1.27190.17090.0992
Hunter Lab11.277914.9465-41.3261
CIE-Lab11.077525.5929-41.5902

#0f1358 color RGB value is (15,19,88).

#0f1358 hex color red value is 15, green value is 19 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #0f1358 hue: 0.66 , saturation: 0.71 and the lightness value of 0f1358 is 0.20.

The process color (four color CMYK) of #0f1358 color hex is 0.83, 0.78, 0.00, 0.65. Web safe color of #0f1358 is #000066. Color #0f1358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00010011 01011000
Octal 17 23 130
Decimal 15 19 88
Hex F 13 58

RGB Percentages of Color #0f1358

%12.30
%15.57
%72.13

CMYK Percentages of Color #0f1358

%83
%78
%0
%65

Triadic Colors of #0f1358

#0f1358 #580f13 #13580f

Analogous Colors of #0f1358

#0f1358 #300f58 #0f3758

Monochromatic Colors of #0f1358

#0f1358

Complementary Color

#0f1358 #58540f

#0f1358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f1358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f1358 Color CSS Codes

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

#0f1358 Text Font Color

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

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


#0f1358 Background Color

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

This div background color is #0f1358


#0f1358 Border Color

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

This div border color is #0f1358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f1358


Comments

No comments written yet.

Please login to write comment.