COLOR #193E66

HEX: #193E66
RGB: (25,62,102)

Color info

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

RGB color model

#193E66 color RGB value is (25,62,102).

  • red value is 25;
  • green value is 62;
  • blue value is 102.
RGB:
(25,62,102)
(10%,24%,40%)

RGB channels and saturation

R 25 of 255 = 10%
G 62 of 255 = 24%
B 102 of 255 = 40%

25
62
102

R + G + B ~ 25%. #193E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 62 + 102 = 189 (100%)
R 25 of 189 ~ 13.23%
G 62 of 189 ~ 32.8%
B 102 of 189 ~ 53.97%

%13.23
%32.8
%53.97

CMYK color model

#193E66 color CMYK value is (75,39,0,60).

  • cyan value is 75.49%
  • magenta value is 39.22%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(75,39,0,60)
C75M39Y0K60 
(75%,39%,0%,60%)
(0.75/0.39/0.00/0.60)	

CMYK percentages

%75.49
%39.22
%0
%60

Codes

Color #193E66 in popluar color models

193E66
RGB2562102
HSL211°60.63%24.90%
HSB/HSV211°75.49%40.00%
CMYK75.49%39.22%0.00%
60.00%

Color #193E66 in popluar number systems.

HEX193E66
Decimal2562102
Binary110011111101100110
Octal3176146

Shades and tints

Shades of #193E66

#193E66
(25,62,102)
#17395D
(23,57,93)
#153454
(21,52,84)
#132F4B
(19,47,75)
#112A42
(17,42,66)
#0F2539
(15,37,57)
#0D2030
(13,32,48)
#0B1B27
(11,27,39)
#09161E
(9,22,30)
#071115
(7,17,21)
#050C0C
(5,12,12)
#000000
(0,0,0)

Tints of #193E66

#193E66
(25,62,102)
#2D4F73
(45,79,115)
#416080
(65,96,128)
#55718D
(85,113,141)
#69829A
(105,130,154)
#7D93A7
(125,147,167)
#91A4B4
(145,164,180)
#A5B5C1
(165,181,193)
#B9C6CE
(185,198,206)
#CDD7DB
(205,215,219)
#E1E8E8
(225,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193E66 color. Also use rgb(25,62,102) instead hex code.

Text Font Color

.myTextColor { color: #193E66; }

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

This text font color is #193E66.


Background Color

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

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

This div background color is #193E66.


Border color

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

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

This div border color is #193E66.


Opacity

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

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

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

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

This text has shadow with #193E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193E66 on black background.


Color preview on white background

This text has color #193E66 on white background.



Black color preview on #193E66 background

This text has black color on #193E66 background.


White color preview on #193E66 background

This text has white color on #193E66 background.