Color Hex Logo

#0f2caa Color Hex

#0F2CAA
(15,44,170)
0 Favorites   0 Comments

Color spaces of #0f2caa

RGB 1544170
HSL0.640.840.36
HSV229°91°67°
CMYK 0.910.740.00   0.33
XYZ8.35344.805238.5174
Yxy4.80520.16160.0930
Hunter Lab21.920829.6601-88.8351
CIE-Lab26.172440.5252-68.7366

#0f2caa color RGB value is (15,44,170).

#0f2caa hex color red value is 15, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0f2caa hue: 0.64 , saturation: 0.84 and the lightness value of 0f2caa is 0.36.

The process color (four color CMYK) of #0f2caa color hex is 0.91, 0.74, 0.00, 0.33. Web safe color of #0f2caa is #003399. Color #0f2caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00101100 10101010
Octal 17 54 252
Decimal 15 44 170
Hex F 2C AA

RGB Percentages of Color #0f2caa

%6.55
%19.21
%74.24

CMYK Percentages of Color #0f2caa

%91
%74
%0
%33

Triadic Colors of #0f2caa

#0f2caa #aa0f2c #2caa0f

Analogous Colors of #0f2caa

#0f2caa #400faa #0f7aaa

Monochromatic Colors of #0f2caa

#0f2caa

Complementary Color

#0f2caa #aa8d0f

#0f2caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f2caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f2caa Color CSS Codes

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

#0f2caa Text Font Color

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

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


#0f2caa Background Color

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

This div background color is #0f2caa


#0f2caa Border Color

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

This div border color is #0f2caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f2caa


Comments

No comments written yet.

Please login to write comment.