COLOR #0F32A4

HEX: #0F32A4
RGB: (15,50,164)

Color info

#0F32A4 contains mainly blue color. Web safe color of #0F32A4 is #003399 (or #039).

RGB color model

#0F32A4 color RGB value is (15,50,164).

  • red value is 15;
  • green value is 50;
  • blue value is 164.
RGB:
(15,50,164)
(6%,20%,64%)

RGB channels and saturation

R 15 of 255 = 6%
G 50 of 255 = 20%
B 164 of 255 = 64%

15
50
164

R + G + B ~ 30%. #0F32A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 50 + 164 = 229 (100%)
R 15 of 229 ~ 6.55%
G 50 of 229 ~ 21.83%
B 164 of 229 ~ 71.62%

%21.83
%71.62

CMYK color model

#0F32A4 color CMYK value is (91,70,0,36).

  • cyan value is 90.85%
  • magenta value is 69.51%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(91,70,0,36)
C91M70Y0K36 
(91%,70%,0%,36%)
(0.91/0.70/0.00/0.36)	

CMYK percentages

%90.85
%69.51
%0
%35.69

Codes

Color #0F32A4 in popluar color models

0F32A4
RGB1550164
HSL226°83.24%35.10%
HSB/HSV226°90.85%64.31%
CMYK90.85%69.51%0.00%
35.69%

Color #0F32A4 in popluar number systems.

HEX0F32A4
Decimal1550164
Binary111111001010100100
Octal1762244

Shades and tints

Shades of #0F32A4

#0F32A4
(15,50,164)
#0E2E96
(14,46,150)
#0D2A88
(13,42,136)
#0C267A
(12,38,122)
#0B226C
(11,34,108)
#0A1E5E
(10,30,94)
#091A50
(9,26,80)
#081642
(8,22,66)
#071234
(7,18,52)
#060E26
(6,14,38)
#050A18
(5,10,24)
#000000
(0,0,0)

Tints of #0F32A4

#0F32A4
(15,50,164)
#2444AC
(36,68,172)
#3956B4
(57,86,180)
#4E68BC
(78,104,188)
#637AC4
(99,122,196)
#788CCC
(120,140,204)
#8D9ED4
(141,158,212)
#A2B0DC
(162,176,220)
#B7C2E4
(183,194,228)
#CCD4EC
(204,212,236)
#E1E6F4
(225,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F32A4 color. Also use rgb(15,50,164) instead hex code.

Text Font Color

.myTextColor { color: #0F32A4; }

<p style="color:#0F32A4">This sample text font color is #0F32A4.</p>

This text font color is #0F32A4.


Background Color

.myBgColor { background-color: #0F32A4; }

<div style="background-color:#0F32A4">Inner text</div>

This div background color is #0F32A4.


Border color

.myBorderColor { border: 1px solid #0F32A4; }

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

This div border color is #0F32A4.


Opacity

.myOpacity80 { color: #0F32A4; opacity: 0.8; }

<p style="color:#0F32A4;opacity:0.8;">80%</p>

Text with #0F32A4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F32A4;}

<p style="text-shadow: 3px 3px 1px #0F32A4">Text here.</p>

This text has shadow with #0F32A4 color.

.textShadow {text-shadow: 3px 3px 1px #0F32A4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F32A4, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F32A4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F32A4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F32A4, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F32A4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0F32A4;
  -webkit-box-shadow:	1px 1px 3px 2px #0F32A4;
  box-shadow:		1px 1px 3px 2px #0F32A4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F32A4;
-webkit-box-shadow: 1px 1px 3px 2px #0F32A4;
box-shadow:1px 1px 3px 2px #0F32A4;">
Div content here</div>
This div box has shadow with color #0F32A4.

Preview

Color preview on black background

This text has color #0F32A4 on black background.


Color preview on white background

This text has color #0F32A4 on white background.



Black color preview on #0F32A4 background

This text has black color on #0F32A4 background.


White color preview on #0F32A4 background

This text has white color on #0F32A4 background.