COLOR #0D0235

HEX: #0D0235
RGB: (13,2,53)

Color info

#0D0235 contains red, green and blue colors in about the same proportion. Web safe color of #0D0235 is #000033 (or #003).

RGB color model

#0D0235 color RGB value is (13,2,53).

  • red value is 13;
  • green value is 2;
  • blue value is 53.
RGB:
(13,2,53)
(5%,1%,21%)

RGB channels and saturation

R 13 of 255 = 5%
G 2 of 255 = 1%
B 53 of 255 = 21%

13
2
53

R + G + B ~ 9%. #0D0235 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 2 + 53 = 68 (100%)
R 13 of 68 ~ 19.12%
G 2 of 68 ~ 2.94%
B 53 of 68 ~ 77.94%

%19.12
%77.94

CMYK color model

#0D0235 color CMYK value is (75,96,0,79).

  • cyan value is 75.47%
  • magenta value is 96.23%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(75,96,0,79)
C75M96Y0K79 
(75%,96%,0%,79%)
(0.75/0.96/0.00/0.79)	

CMYK percentages

%75.47
%96.23
%0
%79.22

Codes

Color #0D0235 in popluar color models

0D0235
RGB13253
HSL253°92.73%10.78%
HSB/HSV253°96.23%20.78%
CMYK75.47%96.23%0.00%
79.22%

Color #0D0235 in popluar number systems.

HEX0D0235
Decimal13253
Binary110110110101
Octal15265

Shades and tints

Shades of #0D0235

#0D0235
(13,2,53)
#0C0231
(12,2,49)
#0B022D
(11,2,45)
#0A0229
(10,2,41)
#090225
(9,2,37)
#080221
(8,2,33)
#07021D
(7,2,29)
#060219
(6,2,25)
#050215
(5,2,21)
#040211
(4,2,17)
#03020D
(3,2,13)
#000000
(0,0,0)

Tints of #0D0235

#0D0235
(13,2,53)
#231947
(35,25,71)
#393059
(57,48,89)
#4F476B
(79,71,107)
#655E7D
(101,94,125)
#7B758F
(123,117,143)
#918CA1
(145,140,161)
#A7A3B3
(167,163,179)
#BDBAC5
(189,186,197)
#D3D1D7
(211,209,215)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D0235 color. Also use rgb(13,2,53) instead hex code.

Text Font Color

.myTextColor { color: #0D0235; }

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

This text font color is #0D0235.


Background Color

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

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

This div background color is #0D0235.


Border color

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

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

This div border color is #0D0235.


Opacity

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

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

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

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

This text has shadow with #0D0235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0235 on black background.


Color preview on white background

This text has color #0D0235 on white background.



Black color preview on #0D0235 background

This text has black color on #0D0235 background.


White color preview on #0D0235 background

This text has white color on #0D0235 background.