COLOR #03134F

HEX: #03134F
RGB: (3,19,79)

Color info

#03134F contains mainly blue color. Web safe color of #03134F is #000066 (or #006).

RGB color model

#03134F color RGB value is (3,19,79).

  • red value is 3;
  • green value is 19;
  • blue value is 79.
RGB: (3,19,79) (1%,7%,31%)

RGB channels and saturation

R 3 of 255 = 1%
G 19 of 255 = 7%
B 79 of 255 = 31%

3
19
79

R + G + B ~ 13%. #03134F is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 19 + 79 = 101 (100%)
R 3 of 101 ~ 2.97%
G 19 of 101 ~ 18.81%
B 79 of 101 ~ 78.22%

%18.81
%78.22

CMYK color model

#03134F color CMYK value is (96,76,0,69).

  • cyan value is 96.20%
  • magenta value is 75.95%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (96,76,0,69) C96M76Y0K69 (96%,76%,0%,69%) (0.96/0.76/0.00/0.69)

CMYK percentages

%96.2
%75.95
%0
%69.02

Codes

Color #03134F in popluar color models

03134F
RGB31979
HSL227°92.68%16.08%
HSB/HSV227°96.20%30.98%
CMYK96.20%75.95%0.00%
69.02%

Color #03134F in popluar number systems.

HEX03134F
Decimal31979
Binary11100111001111
Octal323117

Shades and tints

Shades of #03134F

#03134F
(3,19,79)
#031248
(3,18,72)
#031141
(3,17,65)
#03103A
(3,16,58)
#030F33
(3,15,51)
#030E2C
(3,14,44)
#030D25
(3,13,37)
#030C1E
(3,12,30)
#030B17
(3,11,23)
#030A10
(3,10,16)
#030909
(3,9,9)
#000000
(0,0,0)

Tints of #03134F

#03134F
(3,19,79)
#19285F
(25,40,95)
#2F3D6F
(47,61,111)
#45527F
(69,82,127)
#5B678F
(91,103,143)
#717C9F
(113,124,159)
#8791AF
(135,145,175)
#9DA6BF
(157,166,191)
#B3BBCF
(179,187,207)
#C9D0DF
(201,208,223)
#DFE5EF
(223,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03134F color. Also use rgb(3,19,79) instead hex code.

Text Font Color

.myTextColor { color: #03134F; }

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

This text font color is #03134F.


Background Color

.myBgColor { background-color: #03134F; }

<div style="background-color:#03134F">Inner text</div>

This div background color is #03134F.


Border color

.myBorderColor { border: 1px solid #03134F; }

<div style="border:3px solid #03134F">Div</div>

This div border color is #03134F.


Opacity

.myOpacity80 { color: #03134F; opacity: 0.8; }

<p style="color:#03134F;opacity:0.8;">80%</p>

Text with #03134F 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 #03134F;}

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

This text has shadow with #03134F color.

.textShadow {text-shadow: 3px 3px 1px #03134F, 3px 3px 1px red;}

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

This text has shadow with #03134F primary color and red secondary color.


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

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

This text has shadow with #03134F and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #03134F; -webkit-box-shadow:	1px 1px 3px 2px #03134F; box-shadow:	1px 1px 3px 2px #03134F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #03134F; -webkit-box-shadow: 1px 1px 3px 2px #03134F; box-shadow:1px 1px 3px 2px #03134F;">
Div content here</div>
This div box has shadow with color #03134F.

Preview

Color preview on black background

This text has color #03134F on black background.


Color preview on white background

This text has color #03134F on white background.



Black color preview on #03134F background

This text has black color on #03134F background.


White color preview on #03134F background

This text has white color on #03134F background.