COLOR #0B052C

HEX: #0B052C RGB: (11,5,44)

Color info

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

RGB color model

#0B052C color RGB value is (11,5,44).

RGB: (11,5,44) (4%, 2%, 17%)

RGB channels and saturation

R 11 of 255 = 4%
G 5 of 255 = 2%
B 44 of 255 = 17%

11
5
44

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

Portions of RGB colors in percentages

R + G + B = 11 + 5 + 44 = 60 (100%)
R 11 of 60 ~ 18.33%
G 5 of 60 ~ 8.33%
B 44 of 60 ~ 73.33'%

%18.33
%73.33

CMYK color model

#0B052C color CMYK value is (75,89,0,83).

  • cyan value is 75.00%
  • magenta value is 88.64%
  • yellow value is 0.00%
  • key color value is 82.75%

CMYK: (75,89,0,83)
C75M89Y0K83 (75%, 89%, 0%, 83%)
(0.75 / 0.89 / 0.00 / 0.83)

CMYK percentages

%75
%88.64
%0
%82.75

Codes

Color #0B052C in popluar color models

0B 05 2C
RGB 11 5 44
HSL 249° 79.59% 9.61%
HSB/HSV 249° 88.64% 17.25%
CMYK 75.00% 88.64% 0.00%
82.75%

Color #0B052C in popluar number systems.

HEX 0B 05 2C
Decimal 11 5 44
Binary 1011 101 101100
Octal 13 5 54

Shades and tints

Shades of #0B052C

#0B052C
(11,5,44)
#0A0528
(10,5,40)
#090524
(9,5,36)
#080520
(8,5,32)
#07051C
(7,5,28)
#060518
(6,5,24)
#050514
(5,5,20)
#040510
(4,5,16)
#03050C
(3,5,12)
#020508
(2,5,8)
#010504
(1,5,4)
#000000
(0,0,0)

Tints of #0B052C

#0B052C
(11,5,44)
#211B3F
(33,27,63)
#373152
(55,49,82)
#4D4765
(77,71,101)
#635D78
(99,93,120)
#79738B
(121,115,139)
#8F899E
(143,137,158)
#A59FB1
(165,159,177)
#BBB5C4
(187,181,196)
#D1CBD7
(209,203,215)
#E7E1EA
(231,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B052C color. Also use rgb(11,5,44) instead hex code.

Text Font Color

.myTextColor { color: #0B052C; }

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

This text font color is #0B052C.

Background Color

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

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

This div background color is #0B052C.

Border color

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

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

This div border color is #0B052C.

Opacity

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

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

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

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

This text has shadow with #0B052C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B052C.

Preview

Color preview on black background

This text has color #0B052C on black background.


Color preview on white background

This text has color #0B052C on white background.


Black color preview on #0B052C background

This text has black color on #0B052C background.


White color preview on #0B052C background

This text has white color on #0B052C background.


Related colors

Complementary color

Complementary color for #hex is #F4FAD3.


I love getcolorcode.com

Triadic colors

1 #2C0B05 and #052C0B with #0B052C are triadic colors.

2 #2C050B and #050B2C with #0B052C are triadic colors.