COLOR #0F52BA

HEX: #0F52BA RGB: (15,82,186)

Color info

#0F52BA contains mainly blue color. Web safe color of #0F52BA is #0066CC (or #06C).

RGB color model

#0F52BA color RGB value is (15,82,186).

RGB: (15,82,186) (6%, 32%, 73%)

RGB channels and saturation

R 15 of 255 = 6%
G 82 of 255 = 32%
B 186 of 255 = 73%

15
82
186

R + G + B ~ 37%. #0F52BA is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 82 + 186 = 283 (100%)
R 15 of 283 ~ 5.3%
G 82 of 283 ~ 28.98%
B 186 of 283 ~ 65.72'%

%28.98
%65.72

CMYK color model

#0F52BA color CMYK value is (92,56,0,27).

  • cyan value is 91.94%
  • magenta value is 55.91%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (92,56,0,27)
C92M56Y0K27 (92%, 56%, 0%, 27%)
(0.92 / 0.56 / 0.00 / 0.27)

CMYK percentages

%91.94
%55.91
%0
%27.06

Codes

Color #0F52BA in popluar color models

0F 52 BA
RGB 15 82 186
HSL 216° 85.07% 39.41%
HSB/HSV 216° 91.94% 72.94%
CMYK 91.94% 55.91% 0.00%
27.06%

Color #0F52BA in popluar number systems.

HEX 0F 52 BA
Decimal 15 82 186
Binary 1111 1010010 10111010
Octal 17 122 272

Shades and tints

Shades of #0F52BA

#0F52BA
(15,82,186)
#0E4BAA
(14,75,170)
#0D449A
(13,68,154)
#0C3D8A
(12,61,138)
#0B367A
(11,54,122)
#0A2F6A
(10,47,106)
#09285A
(9,40,90)
#08214A
(8,33,74)
#071A3A
(7,26,58)
#06132A
(6,19,42)
#050C1A
(5,12,26)
#000000
(0,0,0)

Tints of #0F52BA

#0F52BA
(15,82,186)
#2461C0
(36,97,192)
#3970C6
(57,112,198)
#4E7FCC
(78,127,204)
#638ED2
(99,142,210)
#789DD8
(120,157,216)
#8DACDE
(141,172,222)
#A2BBE4
(162,187,228)
#B7CAEA
(183,202,234)
#CCD9F0
(204,217,240)
#E1E8F6
(225,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F52BA color. Also use rgb(15,82,186) instead hex code.

Text Font Color

.myTextColor { color: #0F52BA; }

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

This text font color is #0F52BA.

Background Color

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

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

This div background color is #0F52BA.

Border color

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

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

This div border color is #0F52BA.

Opacity

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

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

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

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

This text has shadow with #0F52BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F52BA.

Preview

Color preview on black background

This text has color #0F52BA on black background.


Color preview on white background

This text has color #0F52BA on white background.


Black color preview on #0F52BA background

This text has black color on #0F52BA background.


White color preview on #0F52BA background

This text has white color on #0F52BA background.


Related colors

Complementary color

Complementary color for #hex is #F0AD45.


I love getcolorcode.com

Gradients

Color #0F52BA is used in Sapphire gradient.

Sapphire


Triadic colors

1 #BA0F52 and #52BA0F with #0F52BA are triadic colors.

2 #BA520F and #520FBA with #0F52BA are triadic colors.