COLOR #0D69BD

HEX: #0D69BD
RGB: (13,105,189)

Color info

#0D69BD contains mainly blue color. Web safe color of #0D69BD is #0066CC (or #06C).

RGB color model

#0D69BD color RGB value is (13,105,189).

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

RGB channels and saturation

R 13 of 255 = 5%
G 105 of 255 = 41%
B 189 of 255 = 74%

13
105
189

R + G + B ~ 40%. #0D69BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
13 + 105 + 189 = 307 (100%)
R 13 of 307 ~ 4.23%
G 105 of 307 ~ 34.2%
B 189 of 307 ~ 61.56%

%34.2
%61.56

CMYK color model

#0D69BD color CMYK value is (93,44,0,26).

  • cyan value is 93.12%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(93,44,0,26)
C93M44Y0K26 
(93%,44%,0%,26%)
(0.93/0.44/0.00/0.26)	

CMYK percentages

%93.12
%44.44
%0
%25.88

Codes

Color #0D69BD in popluar color models

0D69BD
RGB13105189
HSL209°87.13%39.61%
HSB/HSV209°93.12%74.12%
CMYK93.12%44.44%0.00%
25.88%

Color #0D69BD in popluar number systems.

HEX0D69BD
Decimal13105189
Binary1101110100110111101
Octal15151275

Shades and tints

Shades of #0D69BD

#0D69BD
(13,105,189)
#0C60AC
(12,96,172)
#0B579B
(11,87,155)
#0A4E8A
(10,78,138)
#094579
(9,69,121)
#083C68
(8,60,104)
#073357
(7,51,87)
#062A46
(6,42,70)
#052135
(5,33,53)
#041824
(4,24,36)
#030F13
(3,15,19)
#000000
(0,0,0)

Tints of #0D69BD

#0D69BD
(13,105,189)
#2376C3
(35,118,195)
#3983C9
(57,131,201)
#4F90CF
(79,144,207)
#659DD5
(101,157,213)
#7BAADB
(123,170,219)
#91B7E1
(145,183,225)
#A7C4E7
(167,196,231)
#BDD1ED
(189,209,237)
#D3DEF3
(211,222,243)
#E9EBF9
(233,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D69BD; }

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

This text font color is #0D69BD.


Background Color

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

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

This div background color is #0D69BD.


Border color

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

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

This div border color is #0D69BD.


Opacity

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

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

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

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

This text has shadow with #0D69BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D69BD on black background.


Color preview on white background

This text has color #0D69BD on white background.



Black color preview on #0D69BD background

This text has black color on #0D69BD background.


White color preview on #0D69BD background

This text has white color on #0D69BD background.