color codes Logo

#0f056d color codes

#0F056D
(15,5,109)
0 Favorites   0 Comments

Color spaces of #0f056d

RGB 155109
HSL0.680.910.22
HSV246°95°43°
CMYK 0.860.950.00   0.57
XYZ3.01161.314214.5629
Yxy1.31420.15940.0696
Hunter Lab11.463926.8309-67.2933
CIE-Lab11.374440.2249-55.0831

#0f056d color RGB value is (15,5,109).

#0f056d hex color red value is 15, green value is 5 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #0f056d hue: 0.68 , saturation: 0.91 and the lightness value of 0f056d is 0.22.

The process color (four color CMYK) of #0f056d color code is 0.86, 0.95, 0.00, 0.57. Web safe color of #0f056d is #000066. Color #0f056d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00000101 01101101
Octal 17 5 155
Decimal 15 5 109
Hex F 5 6D

RGB Percentages of Color #0f056d

%11.63
%3.88
%84.50

CMYK Percentages of Color #0f056d

%86
%95
%0
%57

Triadic Colors of #0f056d

#0f056d #6d0f05 #056d0f

Analogous Colors of #0f056d

#0f056d #43056d #052f6d

Monochromatic Colors of #0f056d

#0f056d

Complementary Color

#0f056d #636d05

#0f056d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f056d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f056d Color CSS Codes

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

#0f056d Text Font Color

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

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


#0f056d Background Color

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

This div background color is #0f056d


#0f056d Border Color

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

This div border color is #0f056d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f056d


Comments

No comments written yet.

Please login to write comment.