COLOR #0D59F1

HEX: #0D59F1
RGB: (13,89,241)

Color info

#0D59F1 contains mainly blue color. Web safe color of #0D59F1 is #0066FF (or #06F).

RGB color model

#0D59F1 color RGB value is (13,89,241).

  • red value is 13;
  • green value is 89;
  • blue value is 241.
RGB:
(13,89,241)
(5%,35%,95%)

RGB channels and saturation

R 13 of 255 = 5%
G 89 of 255 = 35%
B 241 of 255 = 95%

13
89
241

R + G + B ~ 45%. #0D59F1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
13 + 89 + 241 = 343 (100%)
R 13 of 343 ~ 3.79%
G 89 of 343 ~ 25.95%
B 241 of 343 ~ 70.26%

%25.95
%70.26

CMYK color model

#0D59F1 color CMYK value is (95,63,0,5).

  • cyan value is 94.61%
  • magenta value is 63.07%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(95,63,0,5)
C95M63Y0K5 
(95%,63%,0%,5%)
(0.95/0.63/0.00/0.05)	

CMYK percentages

%94.61
%63.07
%0
%5.49

Codes

Color #0D59F1 in popluar color models

0D59F1
RGB1389241
HSL220°89.76%49.80%
HSB/HSV220°94.61%94.51%
CMYK94.61%63.07%0.00%
5.49%

Color #0D59F1 in popluar number systems.

HEX0D59F1
Decimal1389241
Binary1101101100111110001
Octal15131361

Shades and tints

Shades of #0D59F1

#0D59F1
(13,89,241)
#0C51DC
(12,81,220)
#0B49C7
(11,73,199)
#0A41B2
(10,65,178)
#09399D
(9,57,157)
#083188
(8,49,136)
#072973
(7,41,115)
#06215E
(6,33,94)
#051949
(5,25,73)
#041134
(4,17,52)
#03091F
(3,9,31)
#000000
(0,0,0)

Tints of #0D59F1

#0D59F1
(13,89,241)
#2368F2
(35,104,242)
#3977F3
(57,119,243)
#4F86F4
(79,134,244)
#6595F5
(101,149,245)
#7BA4F6
(123,164,246)
#91B3F7
(145,179,247)
#A7C2F8
(167,194,248)
#BDD1F9
(189,209,249)
#D3E0FA
(211,224,250)
#E9EFFB
(233,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D59F1 color. Also use rgb(13,89,241) instead hex code.

Text Font Color

.myTextColor { color: #0D59F1; }

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

This text font color is #0D59F1.


Background Color

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

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

This div background color is #0D59F1.


Border color

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

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

This div border color is #0D59F1.


Opacity

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

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

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

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

This text has shadow with #0D59F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D59F1 on black background.


Color preview on white background

This text has color #0D59F1 on white background.



Black color preview on #0D59F1 background

This text has black color on #0D59F1 background.


White color preview on #0D59F1 background

This text has white color on #0D59F1 background.