COLOR #0D69A3

HEX: #0D69A3
RGB: (13,105,163)

Color info

#0D69A3 contains mainly green and blue colors. Web safe color of #0D69A3 is #006699 (or #069).

RGB color model

#0D69A3 color RGB value is (13,105,163).

  • red value is 13;
  • green value is 105;
  • blue value is 163.
RGB:
(13,105,163)
(5%,41%,64%)

RGB channels and saturation

R 13 of 255 = 5%
G 105 of 255 = 41%
B 163 of 255 = 64%

13
105
163

R + G + B ~ 37%. #0D69A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 105 + 163 = 281 (100%)
R 13 of 281 ~ 4.63%
G 105 of 281 ~ 37.37%
B 163 of 281 ~ 58.01%

%37.37
%58.01

CMYK color model

#0D69A3 color CMYK value is (92,36,0,36).

  • cyan value is 92.02%
  • magenta value is 35.58%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(92,36,0,36)
C92M36Y0K36 
(92%,36%,0%,36%)
(0.92/0.36/0.00/0.36)	

CMYK percentages

%92.02
%35.58
%0
%36.08

Codes

Color #0D69A3 in popluar color models

0D69A3
RGB13105163
HSL203°85.23%34.51%
HSB/HSV203°92.02%63.92%
CMYK92.02%35.58%0.00%
36.08%

Color #0D69A3 in popluar number systems.

HEX0D69A3
Decimal13105163
Binary1101110100110100011
Octal15151243

Shades and tints

Shades of #0D69A3

#0D69A3
(13,105,163)
#0C6095
(12,96,149)
#0B5787
(11,87,135)
#0A4E79
(10,78,121)
#09456B
(9,69,107)
#083C5D
(8,60,93)
#07334F
(7,51,79)
#062A41
(6,42,65)
#052133
(5,33,51)
#041825
(4,24,37)
#030F17
(3,15,23)
#000000
(0,0,0)

Tints of #0D69A3

#0D69A3
(13,105,163)
#2376AB
(35,118,171)
#3983B3
(57,131,179)
#4F90BB
(79,144,187)
#659DC3
(101,157,195)
#7BAACB
(123,170,203)
#91B7D3
(145,183,211)
#A7C4DB
(167,196,219)
#BDD1E3
(189,209,227)
#D3DEEB
(211,222,235)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D69A3 color. Also use rgb(13,105,163) instead hex code.

Text Font Color

.myTextColor { color: #0D69A3; }

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

This text font color is #0D69A3.


Background Color

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

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

This div background color is #0D69A3.


Border color

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

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

This div border color is #0D69A3.


Opacity

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

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

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

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

This text has shadow with #0D69A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D69A3 on black background.


Color preview on white background

This text has color #0D69A3 on white background.



Black color preview on #0D69A3 background

This text has black color on #0D69A3 background.


White color preview on #0D69A3 background

This text has white color on #0D69A3 background.