COLOR #0D0E63

HEX: #0D0E63
RGB: (13,14,99)

Color info

#0D0E63 contains mainly blue color. Web safe color of #0D0E63 is #000066 (or #006).

RGB color model

#0D0E63 color RGB value is (13,14,99).

  • red value is 13;
  • green value is 14;
  • blue value is 99.
RGB:
(13,14,99)
(5%,5%,39%)

RGB channels and saturation

R 13 of 255 = 5%
G 14 of 255 = 5%
B 99 of 255 = 39%

13
14
99

R + G + B ~ 16%. #0D0E63 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 14 + 99 = 126 (100%)
R 13 of 126 ~ 10.32%
G 14 of 126 ~ 11.11%
B 99 of 126 ~ 78.57%

%10.32
%11.11
%78.57

CMYK color model

#0D0E63 color CMYK value is (87,86,0,61).

  • cyan value is 86.87%
  • magenta value is 85.86%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(87,86,0,61)
C87M86Y0K61 
(87%,86%,0%,61%)
(0.87/0.86/0.00/0.61)	

CMYK percentages

%86.87
%85.86
%0
%61.18

Codes

Color #0D0E63 in popluar color models

0D0E63
RGB131499
HSL239°76.79%21.96%
HSB/HSV239°86.87%38.82%
CMYK86.87%85.86%0.00%
61.18%

Color #0D0E63 in popluar number systems.

HEX0D0E63
Decimal131499
Binary110111101100011
Octal1516143

Shades and tints

Shades of #0D0E63

#0D0E63
(13,14,99)
#0C0D5A
(12,13,90)
#0B0C51
(11,12,81)
#0A0B48
(10,11,72)
#090A3F
(9,10,63)
#080936
(8,9,54)
#07082D
(7,8,45)
#060724
(6,7,36)
#05061B
(5,6,27)
#040512
(4,5,18)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #0D0E63

#0D0E63
(13,14,99)
#232371
(35,35,113)
#39387F
(57,56,127)
#4F4D8D
(79,77,141)
#65629B
(101,98,155)
#7B77A9
(123,119,169)
#918CB7
(145,140,183)
#A7A1C5
(167,161,197)
#BDB6D3
(189,182,211)
#D3CBE1
(211,203,225)
#E9E0EF
(233,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D0E63 color. Also use rgb(13,14,99) instead hex code.

Text Font Color

.myTextColor { color: #0D0E63; }

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

This text font color is #0D0E63.


Background Color

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

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

This div background color is #0D0E63.


Border color

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

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

This div border color is #0D0E63.


Opacity

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

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

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

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

This text has shadow with #0D0E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0E63 on black background.


Color preview on white background

This text has color #0D0E63 on white background.



Black color preview on #0D0E63 background

This text has black color on #0D0E63 background.


White color preview on #0D0E63 background

This text has white color on #0D0E63 background.