COLOR #0F3BA5

HEX: #0F3BA5 RGB: (15,59,165)

Color info

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

RGB color model

#0F3BA5 color RGB value is (15,59,165).

RGB: (15,59,165) (6%, 23%, 65%)

RGB channels and saturation

R 15 of 255 = 6%
G 59 of 255 = 23%
B 165 of 255 = 65%

15
59
165

R + G + B ~ 31%. #0F3BA5 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 59 + 165 = 239 (100%)
R 15 of 239 ~ 6.28%
G 59 of 239 ~ 24.69%
B 165 of 239 ~ 69.04'%

%24.69
%69.04

CMYK color model

#0F3BA5 color CMYK value is (91,64,0,35).

  • cyan value is 90.91%
  • magenta value is 64.24%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (91,64,0,35)
C91M64Y0K35 (91%, 64%, 0%, 35%)
(0.91 / 0.64 / 0.00 / 0.35)

CMYK percentages

%90.91
%64.24
%0
%35.29

Codes

Color #0F3BA5 in popluar color models

0F 3B A5
RGB 15 59 165
HSL 222° 83.33% 35.29%
HSB/HSV 222° 90.91% 64.71%
CMYK 90.91% 64.24% 0.00%
35.29%

Color #0F3BA5 in popluar number systems.

HEX 0F 3B A5
Decimal 15 59 165
Binary 1111 111011 10100101
Octal 17 73 245

Shades and tints

Shades of #0F3BA5

#0F3BA5
(15,59,165)
#0E3696
(14,54,150)
#0D3187
(13,49,135)
#0C2C78
(12,44,120)
#0B2769
(11,39,105)
#0A225A
(10,34,90)
#091D4B
(9,29,75)
#08183C
(8,24,60)
#07132D
(7,19,45)
#060E1E
(6,14,30)
#05090F
(5,9,15)
#000000
(0,0,0)

Tints of #0F3BA5

#0F3BA5
(15,59,165)
#244CAD
(36,76,173)
#395DB5
(57,93,181)
#4E6EBD
(78,110,189)
#637FC5
(99,127,197)
#7890CD
(120,144,205)
#8DA1D5
(141,161,213)
#A2B2DD
(162,178,221)
#B7C3E5
(183,195,229)
#CCD4ED
(204,212,237)
#E1E5F5
(225,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3BA5 color. Also use rgb(15,59,165) instead hex code.

Text Font Color

.myTextColor { color: #0F3BA5; }

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

This text font color is #0F3BA5.

Background Color

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

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

This div background color is #0F3BA5.

Border color

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

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

This div border color is #0F3BA5.

Opacity

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

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

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

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

This text has shadow with #0F3BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3BA5.

Preview

Color preview on black background

This text has color #0F3BA5 on black background.


Color preview on white background

This text has color #0F3BA5 on white background.


Black color preview on #0F3BA5 background

This text has black color on #0F3BA5 background.


White color preview on #0F3BA5 background

This text has white color on #0F3BA5 background.


Related colors

Complementary color

Complementary color for #hex is #F0C45A.


I love getcolorcode.com

Triadic colors

1 #A50F3B and #3BA50F with #0F3BA5 are triadic colors.

2 #A53B0F and #3B0FA5 with #0F3BA5 are triadic colors.