Color Hex Logo

#0f2994 Color Hex

#0F2994
(15,41,148)
0 Favorites   0 Comments

Color spaces of #0f2994

RGB 1541148
HSL0.630.820.32
HSV228°90°58°
CMYK 0.900.720.00   0.42
XYZ6.33523.825628.4215
Yxy3.82560.16420.0992
Hunter Lab19.559123.5876-72.4632
CIE-Lab23.086334.2511-60.4279

#0f2994 color RGB value is (15,41,148).

#0f2994 hex color red value is 15, green value is 41 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #0f2994 hue: 0.63 , saturation: 0.82 and the lightness value of 0f2994 is 0.32.

The process color (four color CMYK) of #0f2994 color hex is 0.90, 0.72, 0.00, 0.42. Web safe color of #0f2994 is #003399. Color #0f2994 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00101001 10010100
Octal 17 51 224
Decimal 15 41 148
Hex F 29 94

RGB Percentages of Color #0f2994

%7.35
%20.10
%72.55

CMYK Percentages of Color #0f2994

%90
%72
%0
%42

Triadic Colors of #0f2994

#0f2994 #940f29 #29940f

Analogous Colors of #0f2994

#0f2994 #370f94 #0f6c94

Monochromatic Colors of #0f2994

#0f2994

Complementary Color

#0f2994 #947a0f

#0f2994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f2994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f2994 Color CSS Codes

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

#0f2994 Text Font Color

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

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


#0f2994 Background Color

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

This div background color is #0f2994


#0f2994 Border Color

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

This div border color is #0f2994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f2994


Comments

No comments written yet.

Please login to write comment.