COLOR #0D2262

HEX: #0D2262
RGB: (13,34,98)

Color info

#0D2262 contains mainly blue color. Web safe color of #0D2262 is #003366 (or #036).

RGB color model

#0D2262 color RGB value is (13,34,98).

  • red value is 13;
  • green value is 34;
  • blue value is 98.
RGB:
(13,34,98)
(5%,13%,38%)

RGB channels and saturation

R 13 of 255 = 5%
G 34 of 255 = 13%
B 98 of 255 = 38%

13
34
98

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

Portions of RGB colors in percentages

R + G + B =
13 + 34 + 98 = 145 (100%)
R 13 of 145 ~ 8.97%
G 34 of 145 ~ 23.45%
B 98 of 145 ~ 67.59%

%23.45
%67.59

CMYK color model

#0D2262 color CMYK value is (87,65,0,62).

  • cyan value is 86.73%
  • magenta value is 65.31%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(87,65,0,62)
C87M65Y0K62 
(87%,65%,0%,62%)
(0.87/0.65/0.00/0.62)	

CMYK percentages

%86.73
%65.31
%0
%61.57

Codes

Color #0D2262 in popluar color models

0D2262
RGB133498
HSL225°76.58%21.76%
HSB/HSV225°86.73%38.43%
CMYK86.73%65.31%0.00%
61.57%

Color #0D2262 in popluar number systems.

HEX0D2262
Decimal133498
Binary11011000101100010
Octal1542142

Shades and tints

Shades of #0D2262

#0D2262
(13,34,98)
#0C1F5A
(12,31,90)
#0B1C52
(11,28,82)
#0A194A
(10,25,74)
#091642
(9,22,66)
#08133A
(8,19,58)
#071032
(7,16,50)
#060D2A
(6,13,42)
#050A22
(5,10,34)
#04071A
(4,7,26)
#030412
(3,4,18)
#000000
(0,0,0)

Tints of #0D2262

#0D2262
(13,34,98)
#233670
(35,54,112)
#394A7E
(57,74,126)
#4F5E8C
(79,94,140)
#65729A
(101,114,154)
#7B86A8
(123,134,168)
#919AB6
(145,154,182)
#A7AEC4
(167,174,196)
#BDC2D2
(189,194,210)
#D3D6E0
(211,214,224)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2262 color. Also use rgb(13,34,98) instead hex code.

Text Font Color

.myTextColor { color: #0D2262; }

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

This text font color is #0D2262.


Background Color

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

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

This div background color is #0D2262.


Border color

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

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

This div border color is #0D2262.


Opacity

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

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

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

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

This text has shadow with #0D2262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2262 on black background.


Color preview on white background

This text has color #0D2262 on white background.



Black color preview on #0D2262 background

This text has black color on #0D2262 background.


White color preview on #0D2262 background

This text has white color on #0D2262 background.