COLOR #03135E

HEX: #03135E
RGB: (3,19,94)

Color info

#03135E contains mainly blue color. Web safe color of #03135E is #000066 (or #006).

RGB color model

#03135E color RGB value is (3,19,94).

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

RGB channels and saturation

R 3 of 255 = 1%
G 19 of 255 = 7%
B 94 of 255 = 37%

3
19
94

R + G + B ~ 15%. #03135E is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 19 + 94 = 116 (100%)
R 3 of 116 ~ 2.59%
G 19 of 116 ~ 16.38%
B 94 of 116 ~ 81.03%

%16.38
%81.03

CMYK color model

#03135E color CMYK value is (97,80,0,63).

  • cyan value is 96.81%
  • magenta value is 79.79%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(97,80,0,63)
C97M80Y0K63 
(97%,80%,0%,63%)
(0.97/0.80/0.00/0.63)	

CMYK percentages

%96.81
%79.79
%0
%63.14

Codes

Color #03135E in popluar color models

03135E
RGB31994
HSL229°93.81%19.02%
HSB/HSV229°96.81%36.86%
CMYK96.81%79.79%0.00%
63.14%

Color #03135E in popluar number systems.

HEX03135E
Decimal31994
Binary11100111011110
Octal323136

Shades and tints

Shades of #03135E

#03135E
(3,19,94)
#031256
(3,18,86)
#03114E
(3,17,78)
#031046
(3,16,70)
#030F3E
(3,15,62)
#030E36
(3,14,54)
#030D2E
(3,13,46)
#030C26
(3,12,38)
#030B1E
(3,11,30)
#030A16
(3,10,22)
#03090E
(3,9,14)
#000000
(0,0,0)

Tints of #03135E

#03135E
(3,19,94)
#19286C
(25,40,108)
#2F3D7A
(47,61,122)
#455288
(69,82,136)
#5B6796
(91,103,150)
#717CA4
(113,124,164)
#8791B2
(135,145,178)
#9DA6C0
(157,166,192)
#B3BBCE
(179,187,206)
#C9D0DC
(201,208,220)
#DFE5EA
(223,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03135E color. Also use rgb(3,19,94) instead hex code.

Text Font Color

.myTextColor { color: #03135E; }

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

This text font color is #03135E.


Background Color

.myBgColor { background-color: #03135E; }

<div style="background-color:#03135E">Inner text</div>

This div background color is #03135E.


Border color

.myBorderColor { border: 1px solid #03135E; }

<div style="border:3px solid #03135E">Div</div>

This div border color is #03135E.


Opacity

.myOpacity80 { color: #03135E; opacity: 0.8; }

<p style="color:#03135E;opacity:0.8;">80%</p>

Text with #03135E 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 #03135E;}

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

This text has shadow with #03135E color.

.textShadow {text-shadow: 3px 3px 1px #03135E, 3px 3px 1px red;}

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

This text has shadow with #03135E primary color and red secondary color.


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

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

This text has shadow with #03135E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03135E on black background.


Color preview on white background

This text has color #03135E on white background.



Black color preview on #03135E background

This text has black color on #03135E background.


White color preview on #03135E background

This text has white color on #03135E background.