COLOR #0A0B21

HEX: #0A0B21 RGB: (10,11,33)

Color info

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

RGB color model

#0A0B21 color RGB value is (10,11,33).

RGB: (10,11,33) (4%, 4%, 13%)

RGB channels and saturation

R 10 of 255 = 4%
G 11 of 255 = 4%
B 33 of 255 = 13%

10
11
33

R + G + B ~ 7%. #0A0B21 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 11 + 33 = 54 (100%)
R 10 of 54 ~ 18.52%
G 11 of 54 ~ 20.37%
B 33 of 54 ~ 61.11'%

%18.52
%20.37
%61.11

CMYK color model

#0A0B21 color CMYK value is (70,67,0,87).

  • cyan value is 69.70%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK: (70,67,0,87) C70M67Y0K87 (70%,67%,0%,87%) (0.70/0.67/0.00/0.87) 

CMYK percentages

%69.7
%66.67
%0
%87.06

Codes

Color #0A0B21 in popluar color models

0A 0B 21
RGB 10 11 33
HSL 237° 53.49% 8.43%
HSB/HSV 237° 69.70% 12.94%
CMYK 69.70% 66.67% 0.00%
87.06%

Color #0A0B21 in popluar number systems.

HEX 0A 0B 21
Decimal 10 11 33
Binary 1010 1011 100001
Octal 12 13 41

Shades and tints

Shades of #0A0B21

#0A0B21
(10,11,33)
#0A0A1E
(10,10,30)
#0A091B
(10,9,27)
#0A0818
(10,8,24)
#0A0715
(10,7,21)
#0A0612
(10,6,18)
#0A050F
(10,5,15)
#0A040C
(10,4,12)
#0A0309
(10,3,9)
#0A0206
(10,2,6)
#0A0103
(10,1,3)
#000000
(0,0,0)

Tints of #0A0B21

#0A0B21
(10,11,33)
#202135
(32,33,53)
#363749
(54,55,73)
#4C4D5D
(76,77,93)
#626371
(98,99,113)
#787985
(120,121,133)
#8E8F99
(142,143,153)
#A4A5AD
(164,165,173)
#BABBC1
(186,187,193)
#D0D1D5
(208,209,213)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A0B21 color. Also use rgb(10,11,33) instead hex code.

Text Font Color

.myTextColor { color: #0A0B21; }

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

This text font color is #0A0B21.

Background Color

.myBgColor { background-color: #0A0B21; }

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

This div background color is #0A0B21.

Border color

.myBorderColor { border: 1px solid #0A0B21; }

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

This div border color is #0A0B21.

Opacity

.myOpacity80 { color: #0A0B21; opacity: 0.8; }

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

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

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

This text has shadow with #0A0B21 color.


.textShadow {text-shadow: 3px 3px 1px #0A0B21', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0A0B21; -webkit-box-shadow: 1px 1px 3px 2px #0A0B21; box-shadow:1px 1px 3px 2px #0A0B21;">
Div content here
</div>

This div box has shadow with color #0A0B21.

Preview

Color preview on black background

This text has color #0A0B21 on black background.


Color preview on white background

This text has color #0A0B21 on white background.


Black color preview on #0A0B21 background

This text has black color on #0A0B21 background.


White color preview on #0A0B21 background

This text has white color on #0A0B21 background.


Related colors

Complementary color

Complementary color for #hex is #F5F4DE.


I love getcolorcode.com

Triadic colors

1 #210A0B and #0B210A with #0A0B21 are triadic colors.

2 #210B0A and #0B0A21 with #0A0B21 are triadic colors.