COLOR #19006A

HEX: #19006A RGB: (25,0,106)

Color info

#19006A contains mainly blue color. Web safe color of #19006A is #000066 (or #006).

RGB color model

#19006A color RGB value is (25,0,106).

RGB: (25,0,106) (10%, 0%, 42%)

RGB channels and saturation

R 25 of 255 = 10%
G 0 of 255 = 0%
B 106 of 255 = 42%

25
0
106

R + G + B ~ 17%. #19006A is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 0 + 106 = 131 (100%)
R 25 of 131 ~ 19.08%
G 0 of 131 ~ 0%
B 106 of 131 ~ 80.92'%

%19.08
%80.92

CMYK color model

#19006A color CMYK value is (76,100,0,58).

  • cyan value is 76.42%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (76,100,0,58)
C76M100Y0K58 (76%, 100%, 0%, 58%)
(0.76 / 1.00 / 0.00 / 0.58)

CMYK percentages

%76.42
%100
%0
%58.43

Codes

Color #19006A in popluar color models

19 00 6A
RGB 25 0 106
HSL 254° 100.00% 20.78%
HSB/HSV 254° 100.00% 41.57%
CMYK 76.42% 100.00% 0.00%
58.43%

Color #19006A in popluar number systems.

HEX 19 00 6A
Decimal 25 0 106
Binary 11001 0 1101010
Octal 31 0 152

Shades and tints

Shades of #19006A

#19006A
(25,0,106)
#170061
(23,0,97)
#150058
(21,0,88)
#13004F
(19,0,79)
#110046
(17,0,70)
#0F003D
(15,0,61)
#0D0034
(13,0,52)
#0B002B
(11,0,43)
#090022
(9,0,34)
#070019
(7,0,25)
#050010
(5,0,16)
#000000
(0,0,0)

Tints of #19006A

#19006A
(25,0,106)
#2D1777
(45,23,119)
#412E84
(65,46,132)
#554591
(85,69,145)
#695C9E
(105,92,158)
#7D73AB
(125,115,171)
#918AB8
(145,138,184)
#A5A1C5
(165,161,197)
#B9B8D2
(185,184,210)
#CDCFDF
(205,207,223)
#E1E6EC
(225,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19006A color. Also use rgb(25,0,106) instead hex code.

Text Font Color

.myTextColor { color: #19006A; }

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

This text font color is #19006A.

Background Color

.myBgColor { background-color: #19006A; }

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

This div background color is #19006A.

Border color

.myBorderColor { border: 1px solid #19006A; }

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

This div border color is #19006A.

Opacity

.myOpacity80 { color: #19006A; opacity: 0.8; }

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

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

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

This text has shadow with #19006A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #19006A.

Preview

Color preview on black background

This text has color #19006A on black background.


Color preview on white background

This text has color #19006A on white background.


Black color preview on #19006A background

This text has black color on #19006A background.


White color preview on #19006A background

This text has white color on #19006A background.


Related colors

Complementary color

Complementary color for #hex is #E6FF95.


I love getcolorcode.com

Triadic colors

1 #6A1900 and #006A19 with #19006A are triadic colors.

2 #6A0019 and #00196A with #19006A are triadic colors.