COLOR #03135B

HEX: #03135B
RGB: (3,19,91)

Color info

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

RGB color model

#03135B color RGB value is (3,19,91).

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

RGB channels and saturation

R 3 of 255 = 1%
G 19 of 255 = 7%
B 91 of 255 = 36%

3
19
91

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

Portions of RGB colors in percentages

R + G + B =
3 + 19 + 91 = 113 (100%)
R 3 of 113 ~ 2.65%
G 19 of 113 ~ 16.81%
B 91 of 113 ~ 80.53%

%16.81
%80.53

CMYK color model

#03135B color CMYK value is (97,79,0,64).

  • cyan value is 96.70%
  • magenta value is 79.12%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(97,79,0,64)
C97M79Y0K64 
(97%,79%,0%,64%)
(0.97/0.79/0.00/0.64)	

CMYK percentages

%96.7
%79.12
%0
%64.31

Codes

Color #03135B in popluar color models

03135B
RGB31991
HSL229°93.62%18.43%
HSB/HSV229°96.70%35.69%
CMYK96.70%79.12%0.00%
64.31%

Color #03135B in popluar number systems.

HEX03135B
Decimal31991
Binary11100111011011
Octal323133

Shades and tints

Shades of #03135B

#03135B
(3,19,91)
#031253
(3,18,83)
#03114B
(3,17,75)
#031043
(3,16,67)
#030F3B
(3,15,59)
#030E33
(3,14,51)
#030D2B
(3,13,43)
#030C23
(3,12,35)
#030B1B
(3,11,27)
#030A13
(3,10,19)
#03090B
(3,9,11)
#000000
(0,0,0)

Tints of #03135B

#03135B
(3,19,91)
#192869
(25,40,105)
#2F3D77
(47,61,119)
#455285
(69,82,133)
#5B6793
(91,103,147)
#717CA1
(113,124,161)
#8791AF
(135,145,175)
#9DA6BD
(157,166,189)
#B3BBCB
(179,187,203)
#C9D0D9
(201,208,217)
#DFE5E7
(223,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03135B; }

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

This text font color is #03135B.


Background Color

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

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

This div background color is #03135B.


Border color

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

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

This div border color is #03135B.


Opacity

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

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

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

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

This text has shadow with #03135B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03135B on black background.


Color preview on white background

This text has color #03135B on white background.



Black color preview on #03135B background

This text has black color on #03135B background.


White color preview on #03135B background

This text has white color on #03135B background.