COLOR #010195

HEX: #010195
RGB: (1,1,149)

Color info

#010195 contains mainly blue color. Web safe color of #010195 is #000099 (or #009).

RGB color model

#010195 color RGB value is (1,1,149).

  • red value is 1;
  • green value is 1;
  • blue value is 149.
RGB:
(1,1,149)
(0%,0%,58%)

RGB channels and saturation

R 1 of 255 = 0%
G 1 of 255 = 0%
B 149 of 255 = 58%

1
1
149

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

Portions of RGB colors in percentages

R + G + B =
1 + 1 + 149 = 151 (100%)
R 1 of 151 ~ 0.66%
G 1 of 151 ~ 0.66%
B 149 of 151 ~ 98.68%

%98.68

CMYK color model

#010195 color CMYK value is (99,99,0,42).

  • cyan value is 99.33%
  • magenta value is 99.33%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(99,99,0,42)
C99M99Y0K42 
(99%,99%,0%,42%)
(0.99/0.99/0.00/0.42)	

CMYK percentages

%99.33
%99.33
%0
%41.57

Codes

Color #010195 in popluar color models

010195
RGB11149
HSL240°98.67%29.41%
HSB/HSV240°99.33%58.43%
CMYK99.33%99.33%0.00%
41.57%

Color #010195 in popluar number systems.

HEX010195
Decimal11149
Binary1110010101
Octal11225

Shades and tints

Shades of #010195

#010195
(1,1,149)
#010188
(1,1,136)
#01017B
(1,1,123)
#01016E
(1,1,110)
#010161
(1,1,97)
#010154
(1,1,84)
#010147
(1,1,71)
#01013A
(1,1,58)
#01012D
(1,1,45)
#010120
(1,1,32)
#010113
(1,1,19)
#000000
(0,0,0)

Tints of #010195

#010195
(1,1,149)
#18189E
(24,24,158)
#2F2FA7
(47,47,167)
#4646B0
(70,70,176)
#5D5DB9
(93,93,185)
#7474C2
(116,116,194)
#8B8BCB
(139,139,203)
#A2A2D4
(162,162,212)
#B9B9DD
(185,185,221)
#D0D0E6
(208,208,230)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010195 color. Also use rgb(1,1,149) instead hex code.

Text Font Color

.myTextColor { color: #010195; }

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

This text font color is #010195.


Background Color

.myBgColor { background-color: #010195; }

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

This div background color is #010195.


Border color

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

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

This div border color is #010195.


Opacity

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

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

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

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

This text has shadow with #010195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010195 on black background.


Color preview on white background

This text has color #010195 on white background.



Black color preview on #010195 background

This text has black color on #010195 background.


White color preview on #010195 background

This text has white color on #010195 background.