COLOR #163155

HEX: #163155 RGB: (22,49,85)

Color info

#163155 contains mainly green and blue colors. Web safe color of #163155 is #003366 (or #036).

RGB color model

#163155 color RGB value is (22,49,85).

RGB: (22,49,85) (9%, 19%, 33%)

RGB channels and saturation

R 22 of 255 = 9%
G 49 of 255 = 19%
B 85 of 255 = 33%

22
49
85

R + G + B ~ 20%. #163155 is dark color.

Portions of RGB colors in percentages

R + G + B = 22 + 49 + 85 = 156 (100%)
R 22 of 156 ~ 14.1%
G 49 of 156 ~ 31.41%
B 85 of 156 ~ 54.49'%

%14.1
%31.41
%54.49

CMYK color model

#163155 color CMYK value is (74,42,0,67).

  • cyan value is 74.12%
  • magenta value is 42.35%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (74,42,0,67)
C74M42Y0K67 (74%, 42%, 0%, 67%)
(0.74 / 0.42 / 0.00 / 0.67)

CMYK percentages

%74.12
%42.35
%0
%66.67

Codes

Color #163155 in popluar color models

16 31 55
RGB 22 49 85
HSL 214° 58.88% 20.98%
HSB/HSV 214° 74.12% 33.33%
CMYK 74.12% 42.35% 0.00%
66.67%

Color #163155 in popluar number systems.

HEX 16 31 55
Decimal 22 49 85
Binary 10110 110001 1010101
Octal 26 61 125

Shades and tints

Shades of #163155

#163155
(22,49,85)
#142D4E
(20,45,78)
#122947
(18,41,71)
#102540
(16,37,64)
#0E2139
(14,33,57)
#0C1D32
(12,29,50)
#0A192B
(10,25,43)
#081524
(8,21,36)
#06111D
(6,17,29)
#040D16
(4,13,22)
#02090F
(2,9,15)
#000000
(0,0,0)

Tints of #163155

#163155
(22,49,85)
#2B4364
(43,67,100)
#405573
(64,85,115)
#556782
(85,103,130)
#6A7991
(106,121,145)
#7F8BA0
(127,139,160)
#949DAF
(148,157,175)
#A9AFBE
(169,175,190)
#BEC1CD
(190,193,205)
#D3D3DC
(211,211,220)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #163155 color. Also use rgb(22,49,85) instead hex code.

Text Font Color

.myTextColor { color: #163155; }

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

This text font color is #163155.

Background Color

.myBgColor { background-color: #163155; }

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

This div background color is #163155.

Border color

.myBorderColor { border: 1px solid #163155; }

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

This div border color is #163155.

Opacity

.myOpacity80 { color: #163155; opacity: 0.8; }

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

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

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

This text has shadow with #163155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #163155.

Preview

Color preview on black background

This text has color #163155 on black background.


Color preview on white background

This text has color #163155 on white background.


Black color preview on #163155 background

This text has black color on #163155 background.


White color preview on #163155 background

This text has white color on #163155 background.


Related colors

Complementary color

Complementary color for #hex is #E9CEAA.


I love getcolorcode.com

Triadic colors

1 #551631 and #315516 with #163155 are triadic colors.

2 #553116 and #311655 with #163155 are triadic colors.