Color Hex Logo

#0f305e Color Hex

#0F305E
(15,48,94)
0 Favorites   0 Comments

Color spaces of #0f305e

RGB 154894
HSL0.600.720.21
HSV215°84°37°
CMYK 0.840.490.00   0.63
XYZ3.27433.023611.0007
Yxy3.02360.18930.1748
Hunter Lab17.38853.1821-25.3374
CIE-Lab20.13826.9230-30.8429

#0f305e color RGB value is (15,48,94).

#0f305e hex color red value is 15, green value is 48 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #0f305e hue: 0.60 , saturation: 0.72 and the lightness value of 0f305e is 0.21.

The process color (four color CMYK) of #0f305e color hex is 0.84, 0.49, 0.00, 0.63. Web safe color of #0f305e is #003366. Color #0f305e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00110000 01011110
Octal 17 60 136
Decimal 15 48 94
Hex F 30 5E

RGB Percentages of Color #0f305e

%9.55
%30.57
%59.87

CMYK Percentages of Color #0f305e

%84
%49
%0
%63

Triadic Colors of #0f305e

#0f305e #5e0f30 #305e0f

Analogous Colors of #0f305e

#0f305e #160f5e #0f585e

Monochromatic Colors of #0f305e

#0f305e

Complementary Color

#0f305e #5e3d0f

#0f305e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f305e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f305e Color CSS Codes

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

#0f305e Text Font Color

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

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


#0f305e Background Color

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

This div background color is #0f305e


#0f305e Border Color

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

This div border color is #0f305e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f305e


Comments

No comments written yet.

Please login to write comment.