COLOR #0B0135

HEX: #0B0135 RGB: (11,1,53)

Color info

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

RGB color model

#0B0135 color RGB value is (11,1,53).

RGB: (11,1,53) (4%, 0%, 21%)

RGB channels and saturation

R 11 of 255 = 4%
G 1 of 255 = 0%
B 53 of 255 = 21%

11
1
53

R + G + B ~ 8%. #0B0135 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 1 + 53 = 65 (100%)
R 11 of 65 ~ 16.92%
G 1 of 65 ~ 1.54%
B 53 of 65 ~ 81.54'%

%16.92
%81.54

CMYK color model

#0B0135 color CMYK value is (79,98,0,79).

  • cyan value is 79.25%
  • magenta value is 98.11%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (79,98,0,79)
C79M98Y0K79 (79%, 98%, 0%, 79%)
(0.79 / 0.98 / 0.00 / 0.79)

CMYK percentages

%79.25
%98.11
%0
%79.22

Codes

Color #0B0135 in popluar color models

0B 01 35
RGB 11 1 53
HSL 252° 96.30% 10.59%
HSB/HSV 252° 98.11% 20.78%
CMYK 79.25% 98.11% 0.00%
79.22%

Color #0B0135 in popluar number systems.

HEX 0B 01 35
Decimal 11 1 53
Binary 1011 1 110101
Octal 13 1 65

Shades and tints

Shades of #0B0135

#0B0135
(11,1,53)
#0A0131
(10,1,49)
#09012D
(9,1,45)
#080129
(8,1,41)
#070125
(7,1,37)
#060121
(6,1,33)
#05011D
(5,1,29)
#040119
(4,1,25)
#030115
(3,1,21)
#020111
(2,1,17)
#01010D
(1,1,13)
#000000
(0,0,0)

Tints of #0B0135

#0B0135
(11,1,53)
#211847
(33,24,71)
#372F59
(55,47,89)
#4D466B
(77,70,107)
#635D7D
(99,93,125)
#79748F
(121,116,143)
#8F8BA1
(143,139,161)
#A5A2B3
(165,162,179)
#BBB9C5
(187,185,197)
#D1D0D7
(209,208,215)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0135 color. Also use rgb(11,1,53) instead hex code.

Text Font Color

.myTextColor { color: #0B0135; }

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

This text font color is #0B0135.

Background Color

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

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

This div background color is #0B0135.

Border color

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

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

This div border color is #0B0135.

Opacity

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

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

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

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

This text has shadow with #0B0135 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0135.

Preview

Color preview on black background

This text has color #0B0135 on black background.


Color preview on white background

This text has color #0B0135 on white background.


Black color preview on #0B0135 background

This text has black color on #0B0135 background.


White color preview on #0B0135 background

This text has white color on #0B0135 background.


Related colors

Complementary color

Complementary color for #hex is #F4FECA.


I love getcolorcode.com

Triadic colors

1 #350B01 and #01350B with #0B0135 are triadic colors.

2 #35010B and #010B35 with #0B0135 are triadic colors.