COLOR #0D235E

HEX: #0D235E
RGB: (13,35,94)

Color info

#0D235E contains mainly green and blue colors. Web safe color of #0D235E is #003366 (or #036).

RGB color model

#0D235E color RGB value is (13,35,94).

  • red value is 13;
  • green value is 35;
  • blue value is 94.
RGB:
(13,35,94)
(5%,14%,37%)

RGB channels and saturation

R 13 of 255 = 5%
G 35 of 255 = 14%
B 94 of 255 = 37%

13
35
94

R + G + B ~ 19%. #0D235E is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 35 + 94 = 142 (100%)
R 13 of 142 ~ 9.15%
G 35 of 142 ~ 24.65%
B 94 of 142 ~ 66.2%

%24.65
%66.2

CMYK color model

#0D235E color CMYK value is (86,63,0,63).

  • cyan value is 86.17%
  • magenta value is 62.77%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(86,63,0,63)
C86M63Y0K63 
(86%,63%,0%,63%)
(0.86/0.63/0.00/0.63)	

CMYK percentages

%86.17
%62.77
%0
%63.14

Codes

Color #0D235E in popluar color models

0D235E
RGB133594
HSL224°75.70%20.98%
HSB/HSV224°86.17%36.86%
CMYK86.17%62.77%0.00%
63.14%

Color #0D235E in popluar number systems.

HEX0D235E
Decimal133594
Binary11011000111011110
Octal1543136

Shades and tints

Shades of #0D235E

#0D235E
(13,35,94)
#0C2056
(12,32,86)
#0B1D4E
(11,29,78)
#0A1A46
(10,26,70)
#09173E
(9,23,62)
#081436
(8,20,54)
#07112E
(7,17,46)
#060E26
(6,14,38)
#050B1E
(5,11,30)
#040816
(4,8,22)
#03050E
(3,5,14)
#000000
(0,0,0)

Tints of #0D235E

#0D235E
(13,35,94)
#23376C
(35,55,108)
#394B7A
(57,75,122)
#4F5F88
(79,95,136)
#657396
(101,115,150)
#7B87A4
(123,135,164)
#919BB2
(145,155,178)
#A7AFC0
(167,175,192)
#BDC3CE
(189,195,206)
#D3D7DC
(211,215,220)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D235E color. Also use rgb(13,35,94) instead hex code.

Text Font Color

.myTextColor { color: #0D235E; }

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

This text font color is #0D235E.


Background Color

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

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

This div background color is #0D235E.


Border color

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

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

This div border color is #0D235E.


Opacity

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

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

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

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

This text has shadow with #0D235E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D235E on black background.


Color preview on white background

This text has color #0D235E on white background.



Black color preview on #0D235E background

This text has black color on #0D235E background.


White color preview on #0D235E background

This text has white color on #0D235E background.