COLOR #010265

HEX: #010265
RGB: (1,2,101)

Color info

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

RGB color model

#010265 color RGB value is (1,2,101).

  • red value is 1;
  • green value is 2;
  • blue value is 101.
RGB:
(1,2,101)
(0%,1%,40%)

RGB channels and saturation

R 1 of 255 = 0%
G 2 of 255 = 1%
B 101 of 255 = 40%

1
2
101

R + G + B ~ 14%. #010265 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 2 + 101 = 104 (100%)
R 1 of 104 ~ 0.96%
G 2 of 104 ~ 1.92%
B 101 of 104 ~ 97.12%

%97.12

CMYK color model

#010265 color CMYK value is (99,98,0,60).

  • cyan value is 99.01%
  • magenta value is 98.02%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(99,98,0,60)
C99M98Y0K60 
(99%,98%,0%,60%)
(0.99/0.98/0.00/0.60)	

CMYK percentages

%99.01
%98.02
%0
%60.39

Codes

Color #010265 in popluar color models

010265
RGB12101
HSL239°98.04%20.00%
HSB/HSV239°99.01%39.61%
CMYK99.01%98.02%0.00%
60.39%

Color #010265 in popluar number systems.

HEX010265
Decimal12101
Binary1101100101
Octal12145

Shades and tints

Shades of #010265

#010265
(1,2,101)
#01025C
(1,2,92)
#010253
(1,2,83)
#01024A
(1,2,74)
#010241
(1,2,65)
#010238
(1,2,56)
#01022F
(1,2,47)
#010226
(1,2,38)
#01021D
(1,2,29)
#010214
(1,2,20)
#01020B
(1,2,11)
#000000
(0,0,0)

Tints of #010265

#010265
(1,2,101)
#181973
(24,25,115)
#2F3081
(47,48,129)
#46478F
(70,71,143)
#5D5E9D
(93,94,157)
#7475AB
(116,117,171)
#8B8CB9
(139,140,185)
#A2A3C7
(162,163,199)
#B9BAD5
(185,186,213)
#D0D1E3
(208,209,227)
#E7E8F1
(231,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010265; }

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

This text font color is #010265.


Background Color

.myBgColor { background-color: #010265; }

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

This div background color is #010265.


Border color

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

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

This div border color is #010265.


Opacity

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

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

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

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

This text has shadow with #010265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010265 on black background.


Color preview on white background

This text has color #010265 on white background.



Black color preview on #010265 background

This text has black color on #010265 background.


White color preview on #010265 background

This text has white color on #010265 background.