COLOR #010B20

HEX: #010B20
RGB: (1,11,32)

Color info

#010B20 contains red, green and blue colors in about the same proportion. Web safe color of #010B20 is #000033 (or #003).

RGB color model

#010B20 color RGB value is (1,11,32).

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

RGB channels and saturation

R 1 of 255 = 0%
G 11 of 255 = 4%
B 32 of 255 = 13%

1
11
32

R + G + B ~ 6%. #010B20 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 11 + 32 = 44 (100%)
R 1 of 44 ~ 2.27%
G 11 of 44 ~ 25%
B 32 of 44 ~ 72.73%

%25
%72.73

CMYK color model

#010B20 color CMYK value is (97,66,0,87).

  • cyan value is 96.88%
  • magenta value is 65.63%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(97,66,0,87)
C97M66Y0K87 
(97%,66%,0%,87%)
(0.97/0.66/0.00/0.87)	

CMYK percentages

%96.88
%65.63
%0
%87.45

Codes

Color #010B20 in popluar color models

010B20
RGB11132
HSL221°93.94%6.47%
HSB/HSV221°96.88%12.55%
CMYK96.88%65.63%0.00%
87.45%

Color #010B20 in popluar number systems.

HEX010B20
Decimal11132
Binary11011100000
Octal11340

Shades and tints

Shades of #010B20

#010B20
(1,11,32)
#010A1E
(1,10,30)
#01091C
(1,9,28)
#01081A
(1,8,26)
#010718
(1,7,24)
#010616
(1,6,22)
#010514
(1,5,20)
#010412
(1,4,18)
#010310
(1,3,16)
#01020E
(1,2,14)
#01010C
(1,1,12)
#000000
(0,0,0)

Tints of #010B20

#010B20
(1,11,32)
#182134
(24,33,52)
#2F3748
(47,55,72)
#464D5C
(70,77,92)
#5D6370
(93,99,112)
#747984
(116,121,132)
#8B8F98
(139,143,152)
#A2A5AC
(162,165,172)
#B9BBC0
(185,187,192)
#D0D1D4
(208,209,212)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010B20; }

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

This text font color is #010B20.


Background Color

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

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

This div background color is #010B20.


Border color

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

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

This div border color is #010B20.


Opacity

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

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

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

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

This text has shadow with #010B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010B20 on black background.


Color preview on white background

This text has color #010B20 on white background.



Black color preview on #010B20 background

This text has black color on #010B20 background.


White color preview on #010B20 background

This text has white color on #010B20 background.