COLOR #193B43

HEX: #193B43
RGB: (25,59,67)

Color info

#193B43 contains red, green and blue colors in about the same proportion. Web safe color of #193B43 is #003333 (or #033).

RGB color model

#193B43 color RGB value is (25,59,67).

  • red value is 25;
  • green value is 59;
  • blue value is 67.
RGB:
(25,59,67)
(10%,23%,26%)

RGB channels and saturation

R 25 of 255 = 10%
G 59 of 255 = 23%
B 67 of 255 = 26%

25
59
67

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

Portions of RGB colors in percentages

R + G + B =
25 + 59 + 67 = 151 (100%)
R 25 of 151 ~ 16.56%
G 59 of 151 ~ 39.07%
B 67 of 151 ~ 44.37%

%16.56
%39.07
%44.37

CMYK color model

#193B43 color CMYK value is (63,12,0,74).

  • cyan value is 62.69%
  • magenta value is 11.94%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(63,12,0,74)
C63M12Y0K74 
(63%,12%,0%,74%)
(0.63/0.12/0.00/0.74)	

CMYK percentages

%62.69
%11.94
%0
%73.73

Codes

Color #193B43 in popluar color models

193B43
RGB255967
HSL191°45.65%18.04%
HSB/HSV191°62.69%26.27%
CMYK62.69%11.94%0.00%
73.73%

Color #193B43 in popluar number systems.

HEX193B43
Decimal255967
Binary110011110111000011
Octal3173103

Shades and tints

Shades of #193B43

#193B43
(25,59,67)
#17363D
(23,54,61)
#153137
(21,49,55)
#132C31
(19,44,49)
#11272B
(17,39,43)
#0F2225
(15,34,37)
#0D1D1F
(13,29,31)
#0B1819
(11,24,25)
#091313
(9,19,19)
#070E0D
(7,14,13)
#050907
(5,9,7)
#000000
(0,0,0)

Tints of #193B43

#193B43
(25,59,67)
#2D4C54
(45,76,84)
#415D65
(65,93,101)
#556E76
(85,110,118)
#697F87
(105,127,135)
#7D9098
(125,144,152)
#91A1A9
(145,161,169)
#A5B2BA
(165,178,186)
#B9C3CB
(185,195,203)
#CDD4DC
(205,212,220)
#E1E5ED
(225,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193B43 color. Also use rgb(25,59,67) instead hex code.

Text Font Color

.myTextColor { color: #193B43; }

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

This text font color is #193B43.


Background Color

.myBgColor { background-color: #193B43; }

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

This div background color is #193B43.


Border color

.myBorderColor { border: 1px solid #193B43; }

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

This div border color is #193B43.


Opacity

.myOpacity80 { color: #193B43; opacity: 0.8; }

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

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

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

This text has shadow with #193B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193B43 on black background.


Color preview on white background

This text has color #193B43 on white background.



Black color preview on #193B43 background

This text has black color on #193B43 background.


White color preview on #193B43 background

This text has white color on #193B43 background.