COLOR #193344

HEX: #193344 RGB: (25,51,68)

Color info

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

RGB color model

#193344 color RGB value is (25,51,68).

RGB: (25,51,68) (10%, 20%, 27%)

RGB channels and saturation

R 25 of 255 = 10%
G 51 of 255 = 20%
B 68 of 255 = 27%

25
51
68

R + G + B ~ 19%. #193344 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 51 + 68 = 144 (100%)
R 25 of 144 ~ 17.36%
G 51 of 144 ~ 35.42%
B 68 of 144 ~ 47.22'%

%17.36
%35.42
%47.22

CMYK color model

#193344 color CMYK value is (63,25,0,73).

  • cyan value is 63.24%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (63,25,0,73)
C63M25Y0K73 (63%, 25%, 0%, 73%)
(0.63 / 0.25 / 0.00 / 0.73)

CMYK percentages

%63.24
%25
%0
%73.33

Codes

Color #193344 in popluar color models

19 33 44
RGB 25 51 68
HSL 204° 46.24% 18.24%
HSB/HSV 204° 63.24% 26.67%
CMYK 63.24% 25.00% 0.00%
73.33%

Color #193344 in popluar number systems.

HEX 19 33 44
Decimal 25 51 68
Binary 11001 110011 1000100
Octal 31 63 104

Shades and tints

Shades of #193344

#193344
(25,51,68)
#172F3E
(23,47,62)
#152B38
(21,43,56)
#132732
(19,39,50)
#11232C
(17,35,44)
#0F1F26
(15,31,38)
#0D1B20
(13,27,32)
#0B171A
(11,23,26)
#091314
(9,19,20)
#070F0E
(7,15,14)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #193344

#193344
(25,51,68)
#2D4555
(45,69,85)
#415766
(65,87,102)
#556977
(85,105,119)
#697B88
(105,123,136)
#7D8D99
(125,141,153)
#919FAA
(145,159,170)
#A5B1BB
(165,177,187)
#B9C3CC
(185,195,204)
#CDD5DD
(205,213,221)
#E1E7EE
(225,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193344 color. Also use rgb(25,51,68) instead hex code.

Text Font Color

.myTextColor { color: #193344; }

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

This text font color is #193344.

Background Color

.myBgColor { background-color: #193344; }

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

This div background color is #193344.

Border color

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

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

This div border color is #193344.

Opacity

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

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

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

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

This text has shadow with #193344 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #193344.

Preview

Color preview on black background

This text has color #193344 on black background.


Color preview on white background

This text has color #193344 on white background.


Black color preview on #193344 background

This text has black color on #193344 background.


White color preview on #193344 background

This text has white color on #193344 background.


Related colors

Complementary color

Complementary color for #hex is #E6CCBB.


I love getcolorcode.com

Triadic colors

1 #441933 and #334419 with #193344 are triadic colors.

2 #443319 and #331944 with #193344 are triadic colors.