COLOR #196693

HEX: #196693
RGB: (25,102,147)

Color info

#196693 contains mainly green and blue colors. Web safe color of #196693 is #006699 (or #069).

RGB color model

#196693 color RGB value is (25,102,147).

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

RGB channels and saturation

R 25 of 255 = 10%
G 102 of 255 = 40%
B 147 of 255 = 58%

25
102
147

R + G + B ~ 36%. #196693 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 102 + 147 = 274 (100%)
R 25 of 274 ~ 9.12%
G 102 of 274 ~ 37.23%
B 147 of 274 ~ 53.65%

%37.23
%53.65

CMYK color model

#196693 color CMYK value is (83,31,0,42).

  • cyan value is 82.99%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(83,31,0,42)
C83M31Y0K42 
(83%,31%,0%,42%)
(0.83/0.31/0.00/0.42)	

CMYK percentages

%82.99
%30.61
%0
%42.35

Codes

Color #196693 in popluar color models

196693
RGB25102147
HSL202°70.93%33.73%
HSB/HSV202°82.99%57.65%
CMYK82.99%30.61%0.00%
42.35%

Color #196693 in popluar number systems.

HEX196693
Decimal25102147
Binary11001110011010010011
Octal31146223

Shades and tints

Shades of #196693

#196693
(25,102,147)
#175D86
(23,93,134)
#155479
(21,84,121)
#134B6C
(19,75,108)
#11425F
(17,66,95)
#0F3952
(15,57,82)
#0D3045
(13,48,69)
#0B2738
(11,39,56)
#091E2B
(9,30,43)
#07151E
(7,21,30)
#050C11
(5,12,17)
#000000
(0,0,0)

Tints of #196693

#196693
(25,102,147)
#2D739C
(45,115,156)
#4180A5
(65,128,165)
#558DAE
(85,141,174)
#699AB7
(105,154,183)
#7DA7C0
(125,167,192)
#91B4C9
(145,180,201)
#A5C1D2
(165,193,210)
#B9CEDB
(185,206,219)
#CDDBE4
(205,219,228)
#E1E8ED
(225,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #196693; }

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

This text font color is #196693.


Background Color

.myBgColor { background-color: #196693; }

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

This div background color is #196693.


Border color

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

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

This div border color is #196693.


Opacity

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

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

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

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

This text has shadow with #196693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #196693 on black background.


Color preview on white background

This text has color #196693 on white background.



Black color preview on #196693 background

This text has black color on #196693 background.


White color preview on #196693 background

This text has white color on #196693 background.