COLOR #193863

HEX: #193863
RGB: (25,56,99)

Color info

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

RGB color model

#193863 color RGB value is (25,56,99).

  • red value is 25;
  • green value is 56;
  • blue value is 99.
RGB:
(25,56,99)
(10%,22%,39%)

RGB channels and saturation

R 25 of 255 = 10%
G 56 of 255 = 22%
B 99 of 255 = 39%

25
56
99

R + G + B ~ 24%. #193863 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 56 + 99 = 180 (100%)
R 25 of 180 ~ 13.89%
G 56 of 180 ~ 31.11%
B 99 of 180 ~ 55%

%13.89
%31.11
%55

CMYK color model

#193863 color CMYK value is (75,43,0,61).

  • cyan value is 74.75%
  • magenta value is 43.43%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(75,43,0,61)
C75M43Y0K61 
(75%,43%,0%,61%)
(0.75/0.43/0.00/0.61)	

CMYK percentages

%74.75
%43.43
%0
%61.18

Codes

Color #193863 in popluar color models

193863
RGB255699
HSL215°59.68%24.31%
HSB/HSV215°74.75%38.82%
CMYK74.75%43.43%0.00%
61.18%

Color #193863 in popluar number systems.

HEX193863
Decimal255699
Binary110011110001100011
Octal3170143

Shades and tints

Shades of #193863

#193863
(25,56,99)
#17335A
(23,51,90)
#152E51
(21,46,81)
#132948
(19,41,72)
#11243F
(17,36,63)
#0F1F36
(15,31,54)
#0D1A2D
(13,26,45)
#0B1524
(11,21,36)
#09101B
(9,16,27)
#070B12
(7,11,18)
#050609
(5,6,9)
#000000
(0,0,0)

Tints of #193863

#193863
(25,56,99)
#2D4A71
(45,74,113)
#415C7F
(65,92,127)
#556E8D
(85,110,141)
#69809B
(105,128,155)
#7D92A9
(125,146,169)
#91A4B7
(145,164,183)
#A5B6C5
(165,182,197)
#B9C8D3
(185,200,211)
#CDDAE1
(205,218,225)
#E1ECEF
(225,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193863 color. Also use rgb(25,56,99) instead hex code.

Text Font Color

.myTextColor { color: #193863; }

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

This text font color is #193863.


Background Color

.myBgColor { background-color: #193863; }

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

This div background color is #193863.


Border color

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

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

This div border color is #193863.


Opacity

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

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

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

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

This text has shadow with #193863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193863 on black background.


Color preview on white background

This text has color #193863 on white background.



Black color preview on #193863 background

This text has black color on #193863 background.


White color preview on #193863 background

This text has white color on #193863 background.