COLOR #03155B

HEX: #03155B RGB: (3,21,91)

Color info

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

RGB color model

#03155B color RGB value is (3,21,91).

RGB: (3,21,91) (1%, 8%, 36%)

RGB channels and saturation

R 3 of 255 = 1%
G 21 of 255 = 8%
B 91 of 255 = 36%

3
21
91

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

Portions of RGB colors in percentages

R + G + B = 3 + 21 + 91 = 115 (100%)
R 3 of 115 ~ 2.61%
G 21 of 115 ~ 18.26%
B 91 of 115 ~ 79.13'%

%18.26
%79.13

CMYK color model

#03155B color CMYK value is (97,77,0,64).

  • cyan value is 96.70%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (97,77,0,64)
C97M77Y0K64 (97%, 77%, 0%, 64%)
(0.97 / 0.77 / 0.00 / 0.64)

CMYK percentages

%96.7
%76.92
%0
%64.31

Codes

Color #03155B in popluar color models

03 15 5B
RGB 3 21 91
HSL 228° 93.62% 18.43%
HSB/HSV 228° 96.70% 35.69%
CMYK 96.70% 76.92% 0.00%
64.31%

Color #03155B in popluar number systems.

HEX 03 15 5B
Decimal 3 21 91
Binary 11 10101 1011011
Octal 3 25 133

Shades and tints

Shades of #03155B

#03155B
(3,21,91)
#031453
(3,20,83)
#03134B
(3,19,75)
#031243
(3,18,67)
#03113B
(3,17,59)
#031033
(3,16,51)
#030F2B
(3,15,43)
#030E23
(3,14,35)
#030D1B
(3,13,27)
#030C13
(3,12,19)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #03155B

#03155B
(3,21,91)
#192A69
(25,42,105)
#2F3F77
(47,63,119)
#455485
(69,84,133)
#5B6993
(91,105,147)
#717EA1
(113,126,161)
#8793AF
(135,147,175)
#9DA8BD
(157,168,189)
#B3BDCB
(179,189,203)
#C9D2D9
(201,210,217)
#DFE7E7
(223,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03155B; }

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

This text font color is #03155B.

Background Color

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

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

This div background color is #03155B.

Border color

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

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

This div border color is #03155B.

Opacity

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

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

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

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

This text has shadow with #03155B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03155B.

Preview

Color preview on black background

This text has color #03155B on black background.


Color preview on white background

This text has color #03155B on white background.


Black color preview on #03155B background

This text has black color on #03155B background.


White color preview on #03155B background

This text has white color on #03155B background.


Related colors

Complementary color

Complementary color for #hex is #FCEAA4.


I love getcolorcode.com

Triadic colors

1 #5B0315 and #155B03 with #03155B are triadic colors.

2 #5B1503 and #15035B with #03155B are triadic colors.