COLOR #190E58

HEX: #190E58
RGB: (25,14,88)

Color info

#190E58 contains mainly blue color. Web safe color of #190E58 is #000066 (or #006).

RGB color model

#190E58 color RGB value is (25,14,88).

  • red value is 25;
  • green value is 14;
  • blue value is 88.
RGB:
(25,14,88)
(10%,5%,35%)

RGB channels and saturation

R 25 of 255 = 10%
G 14 of 255 = 5%
B 88 of 255 = 35%

25
14
88

R + G + B ~ 17%. #190E58 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 14 + 88 = 127 (100%)
R 25 of 127 ~ 19.69%
G 14 of 127 ~ 11.02%
B 88 of 127 ~ 69.29%

%19.69
%11.02
%69.29

CMYK color model

#190E58 color CMYK value is (72,84,0,65).

  • cyan value is 71.59%
  • magenta value is 84.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(72,84,0,65)
C72M84Y0K65 
(72%,84%,0%,65%)
(0.72/0.84/0.00/0.65)	

CMYK percentages

%71.59
%84.09
%0
%65.49

Codes

Color #190E58 in popluar color models

190E58
RGB251488
HSL249°72.55%20.00%
HSB/HSV249°84.09%34.51%
CMYK71.59%84.09%0.00%
65.49%

Color #190E58 in popluar number systems.

HEX190E58
Decimal251488
Binary1100111101011000
Octal3116130

Shades and tints

Shades of #190E58

#190E58
(25,14,88)
#170D50
(23,13,80)
#150C48
(21,12,72)
#130B40
(19,11,64)
#110A38
(17,10,56)
#0F0930
(15,9,48)
#0D0828
(13,8,40)
#0B0720
(11,7,32)
#090618
(9,6,24)
#070510
(7,5,16)
#050408
(5,4,8)
#000000
(0,0,0)

Tints of #190E58

#190E58
(25,14,88)
#2D2367
(45,35,103)
#413876
(65,56,118)
#554D85
(85,77,133)
#696294
(105,98,148)
#7D77A3
(125,119,163)
#918CB2
(145,140,178)
#A5A1C1
(165,161,193)
#B9B6D0
(185,182,208)
#CDCBDF
(205,203,223)
#E1E0EE
(225,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #190E58 color. Also use rgb(25,14,88) instead hex code.

Text Font Color

.myTextColor { color: #190E58; }

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

This text font color is #190E58.


Background Color

.myBgColor { background-color: #190E58; }

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

This div background color is #190E58.


Border color

.myBorderColor { border: 1px solid #190E58; }

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

This div border color is #190E58.


Opacity

.myOpacity80 { color: #190E58; opacity: 0.8; }

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

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

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

This text has shadow with #190E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #190E58 on black background.


Color preview on white background

This text has color #190E58 on white background.



Black color preview on #190E58 background

This text has black color on #190E58 background.


White color preview on #190E58 background

This text has white color on #190E58 background.