Color Hex Logo

#0f3988 Color Hex

#0F3988
(15,57,136)
0 Favorites   0 Comments

Color spaces of #0f3988

RGB 1557136
HSL0.610.800.30
HSV219°89°53°
CMYK 0.890.580.00   0.47
XYZ6.10414.805423.8984
Yxy4.80540.17540.1381
Hunter Lab21.921211.3423-49.2928
CIE-Lab26.173018.4507-47.9302

#0f3988 color RGB value is (15,57,136).

#0f3988 hex color red value is 15, green value is 57 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #0f3988 hue: 0.61 , saturation: 0.80 and the lightness value of 0f3988 is 0.30.

The process color (four color CMYK) of #0f3988 color hex is 0.89, 0.58, 0.00, 0.47. Web safe color of #0f3988 is #003399. Color #0f3988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00111001 10001000
Octal 17 71 210
Decimal 15 57 136
Hex F 39 88

RGB Percentages of Color #0f3988

%7.21
%27.40
%65.38

CMYK Percentages of Color #0f3988

%89
%58
%0
%47

Triadic Colors of #0f3988

#0f3988 #880f39 #39880f

Analogous Colors of #0f3988

#0f3988 #210f88 #0f7688

Monochromatic Colors of #0f3988

#0f3988

Complementary Color

#0f3988 #885e0f

#0f3988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f3988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f3988 Color CSS Codes

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

#0f3988 Text Font Color

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

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


#0f3988 Background Color

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

This div background color is #0f3988


#0f3988 Border Color

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

This div border color is #0f3988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f3988


Comments

No comments written yet.

Please login to write comment.