COLOR #0D10B4

HEX: #0D10B4
RGB: (13,16,180)

Color info

#0D10B4 contains mainly blue color. Web safe color of #0D10B4 is #0000CC (or #00C).

RGB color model

#0D10B4 color RGB value is (13,16,180).

  • red value is 13;
  • green value is 16;
  • blue value is 180.
RGB:
(13,16,180)
(5%,6%,71%)

RGB channels and saturation

R 13 of 255 = 5%
G 16 of 255 = 6%
B 180 of 255 = 71%

13
16
180

R + G + B ~ 27%. #0D10B4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 16 + 180 = 209 (100%)
R 13 of 209 ~ 6.22%
G 16 of 209 ~ 7.66%
B 180 of 209 ~ 86.12%

%86.12

CMYK color model

#0D10B4 color CMYK value is (93,91,0,29).

  • cyan value is 92.78%
  • magenta value is 91.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(93,91,0,29)
C93M91Y0K29 
(93%,91%,0%,29%)
(0.93/0.91/0.00/0.29)	

CMYK percentages

%92.78
%91.11
%0
%29.41

Codes

Color #0D10B4 in popluar color models

0D10B4
RGB1316180
HSL239°86.53%37.84%
HSB/HSV239°92.78%70.59%
CMYK92.78%91.11%0.00%
29.41%

Color #0D10B4 in popluar number systems.

HEX0D10B4
Decimal1316180
Binary11011000010110100
Octal1520264

Shades and tints

Shades of #0D10B4

#0D10B4
(13,16,180)
#0C0FA4
(12,15,164)
#0B0E94
(11,14,148)
#0A0D84
(10,13,132)
#090C74
(9,12,116)
#080B64
(8,11,100)
#070A54
(7,10,84)
#060944
(6,9,68)
#050834
(5,8,52)
#040724
(4,7,36)
#030614
(3,6,20)
#000000
(0,0,0)

Tints of #0D10B4

#0D10B4
(13,16,180)
#2325BA
(35,37,186)
#393AC0
(57,58,192)
#4F4FC6
(79,79,198)
#6564CC
(101,100,204)
#7B79D2
(123,121,210)
#918ED8
(145,142,216)
#A7A3DE
(167,163,222)
#BDB8E4
(189,184,228)
#D3CDEA
(211,205,234)
#E9E2F0
(233,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D10B4 color. Also use rgb(13,16,180) instead hex code.

Text Font Color

.myTextColor { color: #0D10B4; }

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

This text font color is #0D10B4.


Background Color

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

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

This div background color is #0D10B4.


Border color

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

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

This div border color is #0D10B4.


Opacity

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

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

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

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

This text has shadow with #0D10B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D10B4 on black background.


Color preview on white background

This text has color #0D10B4 on white background.



Black color preview on #0D10B4 background

This text has black color on #0D10B4 background.


White color preview on #0D10B4 background

This text has white color on #0D10B4 background.