COLOR #19273F

HEX: #19273F
RGB: (25,39,63)

Color info

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

RGB color model

#19273F color RGB value is (25,39,63).

  • red value is 25;
  • green value is 39;
  • blue value is 63.
RGB:
(25,39,63)
(10%,15%,25%)

RGB channels and saturation

R 25 of 255 = 10%
G 39 of 255 = 15%
B 63 of 255 = 25%

25
39
63

R + G + B ~ 17%. #19273F is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 39 + 63 = 127 (100%)
R 25 of 127 ~ 19.69%
G 39 of 127 ~ 30.71%
B 63 of 127 ~ 49.61%

%19.69
%30.71
%49.61

CMYK color model

#19273F color CMYK value is (60,38,0,75).

  • cyan value is 60.32%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(60,38,0,75)
C60M38Y0K75 
(60%,38%,0%,75%)
(0.60/0.38/0.00/0.75)	

CMYK percentages

%60.32
%38.1
%0
%75.29

Codes

Color #19273F in popluar color models

19273F
RGB253963
HSL218°43.18%17.25%
HSB/HSV218°60.32%24.71%
CMYK60.32%38.10%0.00%
75.29%

Color #19273F in popluar number systems.

HEX19273F
Decimal253963
Binary11001100111111111
Octal314777

Shades and tints

Shades of #19273F

#19273F
(25,39,63)
#17243A
(23,36,58)
#152135
(21,33,53)
#131E30
(19,30,48)
#111B2B
(17,27,43)
#0F1826
(15,24,38)
#0D1521
(13,21,33)
#0B121C
(11,18,28)
#090F17
(9,15,23)
#070C12
(7,12,18)
#05090D
(5,9,13)
#000000
(0,0,0)

Tints of #19273F

#19273F
(25,39,63)
#2D3A50
(45,58,80)
#414D61
(65,77,97)
#556072
(85,96,114)
#697383
(105,115,131)
#7D8694
(125,134,148)
#9199A5
(145,153,165)
#A5ACB6
(165,172,182)
#B9BFC7
(185,191,199)
#CDD2D8
(205,210,216)
#E1E5E9
(225,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19273F color. Also use rgb(25,39,63) instead hex code.

Text Font Color

.myTextColor { color: #19273F; }

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

This text font color is #19273F.


Background Color

.myBgColor { background-color: #19273F; }

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

This div background color is #19273F.


Border color

.myBorderColor { border: 1px solid #19273F; }

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

This div border color is #19273F.


Opacity

.myOpacity80 { color: #19273F; opacity: 0.8; }

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

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

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

This text has shadow with #19273F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19273F on black background.


Color preview on white background

This text has color #19273F on white background.



Black color preview on #19273F background

This text has black color on #19273F background.


White color preview on #19273F background

This text has white color on #19273F background.