COLOR #0D61B1

HEX: #0D61B1
RGB: (13,97,177)

Color info

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

RGB color model

#0D61B1 color RGB value is (13,97,177).

  • red value is 13;
  • green value is 97;
  • blue value is 177.
RGB:
(13,97,177)
(5%,38%,69%)

RGB channels and saturation

R 13 of 255 = 5%
G 97 of 255 = 38%
B 177 of 255 = 69%

13
97
177

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

Portions of RGB colors in percentages

R + G + B =
13 + 97 + 177 = 287 (100%)
R 13 of 287 ~ 4.53%
G 97 of 287 ~ 33.8%
B 177 of 287 ~ 61.67%

%33.8
%61.67

CMYK color model

#0D61B1 color CMYK value is (93,45,0,31).

  • cyan value is 92.66%
  • magenta value is 45.20%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(93,45,0,31)
C93M45Y0K31 
(93%,45%,0%,31%)
(0.93/0.45/0.00/0.31)	

CMYK percentages

%92.66
%45.2
%0
%30.59

Codes

Color #0D61B1 in popluar color models

0D61B1
RGB1397177
HSL209°86.32%37.25%
HSB/HSV209°92.66%69.41%
CMYK92.66%45.20%0.00%
30.59%

Color #0D61B1 in popluar number systems.

HEX0D61B1
Decimal1397177
Binary1101110000110110001
Octal15141261

Shades and tints

Shades of #0D61B1

#0D61B1
(13,97,177)
#0C59A1
(12,89,161)
#0B5191
(11,81,145)
#0A4981
(10,73,129)
#094171
(9,65,113)
#083961
(8,57,97)
#073151
(7,49,81)
#062941
(6,41,65)
#052131
(5,33,49)
#041921
(4,25,33)
#031111
(3,17,17)
#000000
(0,0,0)

Tints of #0D61B1

#0D61B1
(13,97,177)
#236FB8
(35,111,184)
#397DBF
(57,125,191)
#4F8BC6
(79,139,198)
#6599CD
(101,153,205)
#7BA7D4
(123,167,212)
#91B5DB
(145,181,219)
#A7C3E2
(167,195,226)
#BDD1E9
(189,209,233)
#D3DFF0
(211,223,240)
#E9EDF7
(233,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D61B1 color. Also use rgb(13,97,177) instead hex code.

Text Font Color

.myTextColor { color: #0D61B1; }

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

This text font color is #0D61B1.


Background Color

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

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

This div background color is #0D61B1.


Border color

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

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

This div border color is #0D61B1.


Opacity

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

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

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

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

This text has shadow with #0D61B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D61B1 on black background.


Color preview on white background

This text has color #0D61B1 on white background.



Black color preview on #0D61B1 background

This text has black color on #0D61B1 background.


White color preview on #0D61B1 background

This text has white color on #0D61B1 background.