COLOR #0D12B6

HEX: #0D12B6
RGB: (13,18,182)

Color info

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

RGB color model

#0D12B6 color RGB value is (13,18,182).

  • red value is 13;
  • green value is 18;
  • blue value is 182.
RGB:
(13,18,182)
(5%,7%,71%)

RGB channels and saturation

R 13 of 255 = 5%
G 18 of 255 = 7%
B 182 of 255 = 71%

13
18
182

R + G + B ~ 28%. #0D12B6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 18 + 182 = 213 (100%)
R 13 of 213 ~ 6.1%
G 18 of 213 ~ 8.45%
B 182 of 213 ~ 85.45%

%85.45

CMYK color model

#0D12B6 color CMYK value is (93,90,0,29).

  • cyan value is 92.86%
  • magenta value is 90.11%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(93,90,0,29)
C93M90Y0K29 
(93%,90%,0%,29%)
(0.93/0.90/0.00/0.29)	

CMYK percentages

%92.86
%90.11
%0
%28.63

Codes

Color #0D12B6 in popluar color models

0D12B6
RGB1318182
HSL238°86.67%38.24%
HSB/HSV238°92.86%71.37%
CMYK92.86%90.11%0.00%
28.63%

Color #0D12B6 in popluar number systems.

HEX0D12B6
Decimal1318182
Binary11011001010110110
Octal1522266

Shades and tints

Shades of #0D12B6

#0D12B6
(13,18,182)
#0C11A6
(12,17,166)
#0B1096
(11,16,150)
#0A0F86
(10,15,134)
#090E76
(9,14,118)
#080D66
(8,13,102)
#070C56
(7,12,86)
#060B46
(6,11,70)
#050A36
(5,10,54)
#040926
(4,9,38)
#030816
(3,8,22)
#000000
(0,0,0)

Tints of #0D12B6

#0D12B6
(13,18,182)
#2327BC
(35,39,188)
#393CC2
(57,60,194)
#4F51C8
(79,81,200)
#6566CE
(101,102,206)
#7B7BD4
(123,123,212)
#9190DA
(145,144,218)
#A7A5E0
(167,165,224)
#BDBAE6
(189,186,230)
#D3CFEC
(211,207,236)
#E9E4F2
(233,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D12B6 color. Also use rgb(13,18,182) instead hex code.

Text Font Color

.myTextColor { color: #0D12B6; }

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

This text font color is #0D12B6.


Background Color

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

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

This div background color is #0D12B6.


Border color

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

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

This div border color is #0D12B6.


Opacity

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

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

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

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

This text has shadow with #0D12B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D12B6 on black background.


Color preview on white background

This text has color #0D12B6 on white background.



Black color preview on #0D12B6 background

This text has black color on #0D12B6 background.


White color preview on #0D12B6 background

This text has white color on #0D12B6 background.