COLOR #010BB2

HEX: #010BB2
RGB: (1,11,178)

Color info

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

RGB color model

#010BB2 color RGB value is (1,11,178).

  • red value is 1;
  • green value is 11;
  • blue value is 178.
RGB:
(1,11,178)
(0%,4%,70%)

RGB channels and saturation

R 1 of 255 = 0%
G 11 of 255 = 4%
B 178 of 255 = 70%

1
11
178

R + G + B ~ 25%. #010BB2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 11 + 178 = 190 (100%)
R 1 of 190 ~ 0.53%
G 11 of 190 ~ 5.79%
B 178 of 190 ~ 93.68%

%93.68

CMYK color model

#010BB2 color CMYK value is (99,94,0,30).

  • cyan value is 99.44%
  • magenta value is 93.82%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(99,94,0,30)
C99M94Y0K30 
(99%,94%,0%,30%)
(0.99/0.94/0.00/0.30)	

CMYK percentages

%99.44
%93.82
%0
%30.2

Codes

Color #010BB2 in popluar color models

010BB2
RGB111178
HSL237°98.88%35.10%
HSB/HSV237°99.44%69.80%
CMYK99.44%93.82%0.00%
30.20%

Color #010BB2 in popluar number systems.

HEX010BB2
Decimal111178
Binary1101110110010
Octal113262

Shades and tints

Shades of #010BB2

#010BB2
(1,11,178)
#010AA2
(1,10,162)
#010992
(1,9,146)
#010882
(1,8,130)
#010772
(1,7,114)
#010662
(1,6,98)
#010552
(1,5,82)
#010442
(1,4,66)
#010332
(1,3,50)
#010222
(1,2,34)
#010112
(1,1,18)
#000000
(0,0,0)

Tints of #010BB2

#010BB2
(1,11,178)
#1821B9
(24,33,185)
#2F37C0
(47,55,192)
#464DC7
(70,77,199)
#5D63CE
(93,99,206)
#7479D5
(116,121,213)
#8B8FDC
(139,143,220)
#A2A5E3
(162,165,227)
#B9BBEA
(185,187,234)
#D0D1F1
(208,209,241)
#E7E7F8
(231,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010BB2 color. Also use rgb(1,11,178) instead hex code.

Text Font Color

.myTextColor { color: #010BB2; }

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

This text font color is #010BB2.


Background Color

.myBgColor { background-color: #010BB2; }

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

This div background color is #010BB2.


Border color

.myBorderColor { border: 1px solid #010BB2; }

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

This div border color is #010BB2.


Opacity

.myOpacity80 { color: #010BB2; opacity: 0.8; }

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

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

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

This text has shadow with #010BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010BB2 on black background.


Color preview on white background

This text has color #010BB2 on white background.



Black color preview on #010BB2 background

This text has black color on #010BB2 background.


White color preview on #010BB2 background

This text has white color on #010BB2 background.