COLOR #163059

HEX: #163059
RGB: (22,48,89)

Color info

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

RGB color model

#163059 color RGB value is (22,48,89).

  • red value is 22;
  • green value is 48;
  • blue value is 89.
RGB:
(22,48,89)
(9%,19%,35%)

RGB channels and saturation

R 22 of 255 = 9%
G 48 of 255 = 19%
B 89 of 255 = 35%

22
48
89

R + G + B ~ 21%. #163059 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 48 + 89 = 159 (100%)
R 22 of 159 ~ 13.84%
G 48 of 159 ~ 30.19%
B 89 of 159 ~ 55.97%

%13.84
%30.19
%55.97

CMYK color model

#163059 color CMYK value is (75,46,0,65).

  • cyan value is 75.28%
  • magenta value is 46.07%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(75,46,0,65)
C75M46Y0K65 
(75%,46%,0%,65%)
(0.75/0.46/0.00/0.65)	

CMYK percentages

%75.28
%46.07
%0
%65.1

Codes

Color #163059 in popluar color models

163059
RGB224889
HSL217°60.36%21.76%
HSB/HSV217°75.28%34.90%
CMYK75.28%46.07%0.00%
65.10%

Color #163059 in popluar number systems.

HEX163059
Decimal224889
Binary101101100001011001
Octal2660131

Shades and tints

Shades of #163059

#163059
(22,48,89)
#142C51
(20,44,81)
#122849
(18,40,73)
#102441
(16,36,65)
#0E2039
(14,32,57)
#0C1C31
(12,28,49)
#0A1829
(10,24,41)
#081421
(8,20,33)
#061019
(6,16,25)
#040C11
(4,12,17)
#020809
(2,8,9)
#000000
(0,0,0)

Tints of #163059

#163059
(22,48,89)
#2B4268
(43,66,104)
#405477
(64,84,119)
#556686
(85,102,134)
#6A7895
(106,120,149)
#7F8AA4
(127,138,164)
#949CB3
(148,156,179)
#A9AEC2
(169,174,194)
#BEC0D1
(190,192,209)
#D3D2E0
(211,210,224)
#E8E4EF
(232,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #163059 color. Also use rgb(22,48,89) instead hex code.

Text Font Color

.myTextColor { color: #163059; }

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

This text font color is #163059.


Background Color

.myBgColor { background-color: #163059; }

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

This div background color is #163059.


Border color

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

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

This div border color is #163059.


Opacity

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

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

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

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

This text has shadow with #163059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #163059 on black background.


Color preview on white background

This text has color #163059 on white background.



Black color preview on #163059 background

This text has black color on #163059 background.


White color preview on #163059 background

This text has white color on #163059 background.