COLOR #03149D

HEX: #03149D
RGB: (3,20,157)

Color info

#03149D contains mainly blue color. Web safe color of #03149D is #000099 (or #009).

RGB color model

#03149D color RGB value is (3,20,157).

  • red value is 3;
  • green value is 20;
  • blue value is 157.
RGB:
(3,20,157)
(1%,8%,62%)

RGB channels and saturation

R 3 of 255 = 1%
G 20 of 255 = 8%
B 157 of 255 = 62%

3
20
157

R + G + B ~ 24%. #03149D is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 20 + 157 = 180 (100%)
R 3 of 180 ~ 1.67%
G 20 of 180 ~ 11.11%
B 157 of 180 ~ 87.22%

%11.11
%87.22

CMYK color model

#03149D color CMYK value is (98,87,0,38).

  • cyan value is 98.09%
  • magenta value is 87.26%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(98,87,0,38)
C98M87Y0K38 
(98%,87%,0%,38%)
(0.98/0.87/0.00/0.38)	

CMYK percentages

%98.09
%87.26
%0
%38.43

Codes

Color #03149D in popluar color models

03149D
RGB320157
HSL233°96.25%31.37%
HSB/HSV233°98.09%61.57%
CMYK98.09%87.26%0.00%
38.43%

Color #03149D in popluar number systems.

HEX03149D
Decimal320157
Binary111010010011101
Octal324235

Shades and tints

Shades of #03149D

#03149D
(3,20,157)
#03138F
(3,19,143)
#031281
(3,18,129)
#031173
(3,17,115)
#031065
(3,16,101)
#030F57
(3,15,87)
#030E49
(3,14,73)
#030D3B
(3,13,59)
#030C2D
(3,12,45)
#030B1F
(3,11,31)
#030A11
(3,10,17)
#000000
(0,0,0)

Tints of #03149D

#03149D
(3,20,157)
#1929A5
(25,41,165)
#2F3EAD
(47,62,173)
#4553B5
(69,83,181)
#5B68BD
(91,104,189)
#717DC5
(113,125,197)
#8792CD
(135,146,205)
#9DA7D5
(157,167,213)
#B3BCDD
(179,188,221)
#C9D1E5
(201,209,229)
#DFE6ED
(223,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03149D color. Also use rgb(3,20,157) instead hex code.

Text Font Color

.myTextColor { color: #03149D; }

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

This text font color is #03149D.


Background Color

.myBgColor { background-color: #03149D; }

<div style="background-color:#03149D">Inner text</div>

This div background color is #03149D.


Border color

.myBorderColor { border: 1px solid #03149D; }

<div style="border:3px solid #03149D">Div</div>

This div border color is #03149D.


Opacity

.myOpacity80 { color: #03149D; opacity: 0.8; }

<p style="color:#03149D;opacity:0.8;">80%</p>

Text with #03149D 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 #03149D;}

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

This text has shadow with #03149D color.

.textShadow {text-shadow: 3px 3px 1px #03149D, 3px 3px 1px red;}

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

This text has shadow with #03149D primary color and red secondary color.


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

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

This text has shadow with #03149D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03149D on black background.


Color preview on white background

This text has color #03149D on white background.



Black color preview on #03149D background

This text has black color on #03149D background.


White color preview on #03149D background

This text has white color on #03149D background.