COLOR #193AB6

HEX: #193AB6
RGB: (25,58,182)

Color info

#193AB6 contains mainly blue color. Web safe color of #193AB6 is #0033CC (or #03C).

RGB color model

#193AB6 color RGB value is (25,58,182).

  • red value is 25;
  • green value is 58;
  • blue value is 182.
RGB:
(25,58,182)
(10%,23%,71%)

RGB channels and saturation

R 25 of 255 = 10%
G 58 of 255 = 23%
B 182 of 255 = 71%

25
58
182

R + G + B ~ 35%. #193AB6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 58 + 182 = 265 (100%)
R 25 of 265 ~ 9.43%
G 58 of 265 ~ 21.89%
B 182 of 265 ~ 68.68%

%21.89
%68.68

CMYK color model

#193AB6 color CMYK value is (86,68,0,29).

  • cyan value is 86.26%
  • magenta value is 68.13%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(86,68,0,29)
C86M68Y0K29 
(86%,68%,0%,29%)
(0.86/0.68/0.00/0.29)	

CMYK percentages

%86.26
%68.13
%0
%28.63

Codes

Color #193AB6 in popluar color models

193AB6
RGB2558182
HSL227°75.85%40.59%
HSB/HSV227°86.26%71.37%
CMYK86.26%68.13%0.00%
28.63%

Color #193AB6 in popluar number systems.

HEX193AB6
Decimal2558182
Binary1100111101010110110
Octal3172266

Shades and tints

Shades of #193AB6

#193AB6
(25,58,182)
#1735A6
(23,53,166)
#153096
(21,48,150)
#132B86
(19,43,134)
#112676
(17,38,118)
#0F2166
(15,33,102)
#0D1C56
(13,28,86)
#0B1746
(11,23,70)
#091236
(9,18,54)
#070D26
(7,13,38)
#050816
(5,8,22)
#000000
(0,0,0)

Tints of #193AB6

#193AB6
(25,58,182)
#2D4BBC
(45,75,188)
#415CC2
(65,92,194)
#556DC8
(85,109,200)
#697ECE
(105,126,206)
#7D8FD4
(125,143,212)
#91A0DA
(145,160,218)
#A5B1E0
(165,177,224)
#B9C2E6
(185,194,230)
#CDD3EC
(205,211,236)
#E1E4F2
(225,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193AB6 color. Also use rgb(25,58,182) instead hex code.

Text Font Color

.myTextColor { color: #193AB6; }

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

This text font color is #193AB6.


Background Color

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

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

This div background color is #193AB6.


Border color

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

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

This div border color is #193AB6.


Opacity

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

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

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

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

This text has shadow with #193AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193AB6 on black background.


Color preview on white background

This text has color #193AB6 on white background.



Black color preview on #193AB6 background

This text has black color on #193AB6 background.


White color preview on #193AB6 background

This text has white color on #193AB6 background.