Color Hex Logo

#0f3481 Color Hex

#0F3481
(15,52,129)
0 Favorites   0 Comments

Color spaces of #0f3481

RGB 1552129
HSL0.610.790.28
HSV221°88°51°
CMYK 0.880.600.00   0.49
XYZ5.38744.142521.2845
Yxy4.14250.17480.1344
Hunter Lab20.353111.6303-47.7559
CIE-Lab24.137119.0614-46.8712

#0f3481 color RGB value is (15,52,129).

#0f3481 hex color red value is 15, green value is 52 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #0f3481 hue: 0.61 , saturation: 0.79 and the lightness value of 0f3481 is 0.28.

The process color (four color CMYK) of #0f3481 color hex is 0.88, 0.60, 0.00, 0.49. Web safe color of #0f3481 is #003399. Color #0f3481 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00110100 10000001
Octal 17 64 201
Decimal 15 52 129
Hex F 34 81

RGB Percentages of Color #0f3481

%7.65
%26.53
%65.82

CMYK Percentages of Color #0f3481

%88
%60
%0
%49

Triadic Colors of #0f3481

#0f3481 #810f34 #34810f

Analogous Colors of #0f3481

#0f3481 #230f81 #0f6d81

Monochromatic Colors of #0f3481

#0f3481

Complementary Color

#0f3481 #815c0f

#0f3481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f3481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f3481 Color CSS Codes

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

#0f3481 Text Font Color

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

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


#0f3481 Background Color

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

This div background color is #0f3481


#0f3481 Border Color

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

This div border color is #0f3481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f3481


Comments

No comments written yet.

Please login to write comment.