COLOR #0D19E6

HEX: #0D19E6
RGB: (13,25,230)

Color info

#0D19E6 contains mainly blue color. Web safe color of #0D19E6 is #0000CC (or #00C).

RGB color model

#0D19E6 color RGB value is (13,25,230).

  • red value is 13;
  • green value is 25;
  • blue value is 230.
RGB:
(13,25,230)
(5%,10%,90%)

RGB channels and saturation

R 13 of 255 = 5%
G 25 of 255 = 10%
B 230 of 255 = 90%

13
25
230

R + G + B ~ 35%. #0D19E6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 25 + 230 = 268 (100%)
R 13 of 268 ~ 4.85%
G 25 of 268 ~ 9.33%
B 230 of 268 ~ 85.82%

%85.82

CMYK color model

#0D19E6 color CMYK value is (94,89,0,10).

  • cyan value is 94.35%
  • magenta value is 89.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(94,89,0,10)
C94M89Y0K10 
(94%,89%,0%,10%)
(0.94/0.89/0.00/0.10)	

CMYK percentages

%94.35
%89.13
%0
%9.8

Codes

Color #0D19E6 in popluar color models

0D19E6
RGB1325230
HSL237°89.30%47.65%
HSB/HSV237°94.35%90.20%
CMYK94.35%89.13%0.00%
9.80%

Color #0D19E6 in popluar number systems.

HEX0D19E6
Decimal1325230
Binary11011100111100110
Octal1531346

Shades and tints

Shades of #0D19E6

#0D19E6
(13,25,230)
#0C17D2
(12,23,210)
#0B15BE
(11,21,190)
#0A13AA
(10,19,170)
#091196
(9,17,150)
#080F82
(8,15,130)
#070D6E
(7,13,110)
#060B5A
(6,11,90)
#050946
(5,9,70)
#040732
(4,7,50)
#03051E
(3,5,30)
#000000
(0,0,0)

Tints of #0D19E6

#0D19E6
(13,25,230)
#232DE8
(35,45,232)
#3941EA
(57,65,234)
#4F55EC
(79,85,236)
#6569EE
(101,105,238)
#7B7DF0
(123,125,240)
#9191F2
(145,145,242)
#A7A5F4
(167,165,244)
#BDB9F6
(189,185,246)
#D3CDF8
(211,205,248)
#E9E1FA
(233,225,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D19E6 color. Also use rgb(13,25,230) instead hex code.

Text Font Color

.myTextColor { color: #0D19E6; }

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

This text font color is #0D19E6.


Background Color

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

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

This div background color is #0D19E6.


Border color

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

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

This div border color is #0D19E6.


Opacity

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

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

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

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

This text has shadow with #0D19E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D19E6 on black background.


Color preview on white background

This text has color #0D19E6 on white background.



Black color preview on #0D19E6 background

This text has black color on #0D19E6 background.


White color preview on #0D19E6 background

This text has white color on #0D19E6 background.