COLOR #0F53A3

HEX: #0F53A3
RGB: (15,83,163)

Color info

#0F53A3 contains mainly blue color. Web safe color of #0F53A3 is #006699 (or #069).

RGB color model

#0F53A3 color RGB value is (15,83,163).

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

RGB channels and saturation

R 15 of 255 = 6%
G 83 of 255 = 33%
B 163 of 255 = 64%

15
83
163

R + G + B ~ 34%. #0F53A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 83 + 163 = 261 (100%)
R 15 of 261 ~ 5.75%
G 83 of 261 ~ 31.8%
B 163 of 261 ~ 62.45%

%31.8
%62.45

CMYK color model

#0F53A3 color CMYK value is (91,49,0,36).

  • cyan value is 90.80%
  • magenta value is 49.08%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK: (91,49,0,36) C91M49Y0K36 (91%,49%,0%,36%) (0.91/0.49/0.00/0.36)

CMYK percentages

%90.8
%49.08
%0
%36.08

Codes

Color #0F53A3 in popluar color models

0F53A3
RGB1583163
HSL212°83.15%34.90%
HSB/HSV212°90.80%63.92%
CMYK90.80%49.08%0.00%
36.08%

Color #0F53A3 in popluar number systems.

HEX0F53A3
Decimal1583163
Binary1111101001110100011
Octal17123243

Shades and tints

Shades of #0F53A3

#0F53A3
(15,83,163)
#0E4C95
(14,76,149)
#0D4587
(13,69,135)
#0C3E79
(12,62,121)
#0B376B
(11,55,107)
#0A305D
(10,48,93)
#09294F
(9,41,79)
#082241
(8,34,65)
#071B33
(7,27,51)
#061425
(6,20,37)
#050D17
(5,13,23)
#000000
(0,0,0)

Tints of #0F53A3

#0F53A3
(15,83,163)
#2462AB
(36,98,171)
#3971B3
(57,113,179)
#4E80BB
(78,128,187)
#638FC3
(99,143,195)
#789ECB
(120,158,203)
#8DADD3
(141,173,211)
#A2BCDB
(162,188,219)
#B7CBE3
(183,203,227)
#CCDAEB
(204,218,235)
#E1E9F3
(225,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F53A3; }

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

This text font color is #0F53A3.


Background Color

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

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

This div background color is #0F53A3.


Border color

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

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

This div border color is #0F53A3.


Opacity

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

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

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

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

This text has shadow with #0F53A3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0F53A3 on black background.


Color preview on white background

This text has color #0F53A3 on white background.



Black color preview on #0F53A3 background

This text has black color on #0F53A3 background.


White color preview on #0F53A3 background

This text has white color on #0F53A3 background.