COLOR #0D2062

HEX: #0D2062
RGB: (13,32,98)

Color info

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

RGB color model

#0D2062 color RGB value is (13,32,98).

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

RGB channels and saturation

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

13
32
98

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

Portions of RGB colors in percentages

R + G + B =
13 + 32 + 98 = 143 (100%)
R 13 of 143 ~ 9.09%
G 32 of 143 ~ 22.38%
B 98 of 143 ~ 68.53%

%22.38
%68.53

CMYK color model

#0D2062 color CMYK value is (87,67,0,62).

  • cyan value is 86.73%
  • magenta value is 67.35%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(87,67,0,62)
C87M67Y0K62 
(87%,67%,0%,62%)
(0.87/0.67/0.00/0.62)	

CMYK percentages

%86.73
%67.35
%0
%61.57

Codes

Color #0D2062 in popluar color models

0D2062
RGB133298
HSL227°76.58%21.76%
HSB/HSV227°86.73%38.43%
CMYK86.73%67.35%0.00%
61.57%

Color #0D2062 in popluar number systems.

HEX0D2062
Decimal133298
Binary11011000001100010
Octal1540142

Shades and tints

Shades of #0D2062

#0D2062
(13,32,98)
#0C1E5A
(12,30,90)
#0B1C52
(11,28,82)
#0A1A4A
(10,26,74)
#091842
(9,24,66)
#08163A
(8,22,58)
#071432
(7,20,50)
#06122A
(6,18,42)
#051022
(5,16,34)
#040E1A
(4,14,26)
#030C12
(3,12,18)
#000000
(0,0,0)

Tints of #0D2062

#0D2062
(13,32,98)
#233470
(35,52,112)
#39487E
(57,72,126)
#4F5C8C
(79,92,140)
#65709A
(101,112,154)
#7B84A8
(123,132,168)
#9198B6
(145,152,182)
#A7ACC4
(167,172,196)
#BDC0D2
(189,192,210)
#D3D4E0
(211,212,224)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2062; }

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

This text font color is #0D2062.


Background Color

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

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

This div background color is #0D2062.


Border color

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

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

This div border color is #0D2062.


Opacity

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

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

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

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

This text has shadow with #0D2062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2062 on black background.


Color preview on white background

This text has color #0D2062 on white background.



Black color preview on #0D2062 background

This text has black color on #0D2062 background.


White color preview on #0D2062 background

This text has white color on #0D2062 background.