COLOR #0F4BA3

HEX: #0F4BA3
RGB: (15,75,163)

Color info

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

RGB color model

#0F4BA3 color RGB value is (15,75,163).

  • red value is 15;
  • green value is 75;
  • blue value is 163.
RGB:
(15,75,163)
(6%,29%,64%)

RGB channels and saturation

R 15 of 255 = 6%
G 75 of 255 = 29%
B 163 of 255 = 64%

15
75
163

R + G + B ~ 33%. #0F4BA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 75 + 163 = 253 (100%)
R 15 of 253 ~ 5.93%
G 75 of 253 ~ 29.64%
B 163 of 253 ~ 64.43%

%29.64
%64.43

CMYK color model

#0F4BA3 color CMYK value is (91,54,0,36).

  • cyan value is 90.80%
  • magenta value is 53.99%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(91,54,0,36)
C91M54Y0K36 
(91%,54%,0%,36%)
(0.91/0.54/0.00/0.36)	

CMYK percentages

%90.8
%53.99
%0
%36.08

Codes

Color #0F4BA3 in popluar color models

0F4BA3
RGB1575163
HSL216°83.15%34.90%
HSB/HSV216°90.80%63.92%
CMYK90.80%53.99%0.00%
36.08%

Color #0F4BA3 in popluar number systems.

HEX0F4BA3
Decimal1575163
Binary1111100101110100011
Octal17113243

Shades and tints

Shades of #0F4BA3

#0F4BA3
(15,75,163)
#0E4595
(14,69,149)
#0D3F87
(13,63,135)
#0C3979
(12,57,121)
#0B336B
(11,51,107)
#0A2D5D
(10,45,93)
#09274F
(9,39,79)
#082141
(8,33,65)
#071B33
(7,27,51)
#061525
(6,21,37)
#050F17
(5,15,23)
#000000
(0,0,0)

Tints of #0F4BA3

#0F4BA3
(15,75,163)
#245BAB
(36,91,171)
#396BB3
(57,107,179)
#4E7BBB
(78,123,187)
#638BC3
(99,139,195)
#789BCB
(120,155,203)
#8DABD3
(141,171,211)
#A2BBDB
(162,187,219)
#B7CBE3
(183,203,227)
#CCDBEB
(204,219,235)
#E1EBF3
(225,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4BA3 color. Also use rgb(15,75,163) instead hex code.

Text Font Color

.myTextColor { color: #0F4BA3; }

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

This text font color is #0F4BA3.


Background Color

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

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

This div background color is #0F4BA3.


Border color

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

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

This div border color is #0F4BA3.


Opacity

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

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

Text with #0F4BA3 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 #0F4BA3;}

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

This text has shadow with #0F4BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4BA3 on black background.


Color preview on white background

This text has color #0F4BA3 on white background.



Black color preview on #0F4BA3 background

This text has black color on #0F4BA3 background.


White color preview on #0F4BA3 background

This text has white color on #0F4BA3 background.