COLOR #0B1524

HEX: #0B1524 RGB: (11,21,36)

Color info

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

RGB color model

#0B1524 color RGB value is (11,21,36).

RGB: (11,21,36) (4%, 8%, 14%)

RGB channels and saturation

R 11 of 255 = 4%
G 21 of 255 = 8%
B 36 of 255 = 14%

11
21
36

R + G + B ~ 9%. #0B1524 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 21 + 36 = 68 (100%)
R 11 of 68 ~ 16.18%
G 21 of 68 ~ 30.88%
B 36 of 68 ~ 52.94'%

%16.18
%30.88
%52.94

CMYK color model

#0B1524 color CMYK value is (69,42,0,86).

  • cyan value is 69.44%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 85.88%

CMYK: (69,42,0,86)
C69M42Y0K86 (69%, 42%, 0%, 86%)
(0.69 / 0.42 / 0.00 / 0.86)

CMYK percentages

%69.44
%41.67
%0
%85.88

Codes

Color #0B1524 in popluar color models

0B 15 24
RGB 11 21 36
HSL 216° 53.19% 9.22%
HSB/HSV 216° 69.44% 14.12%
CMYK 69.44% 41.67% 0.00%
85.88%

Color #0B1524 in popluar number systems.

HEX 0B 15 24
Decimal 11 21 36
Binary 1011 10101 100100
Octal 13 25 44

Shades and tints

Shades of #0B1524

#0B1524
(11,21,36)
#0A1421
(10,20,33)
#09131E
(9,19,30)
#08121B
(8,18,27)
#071118
(7,17,24)
#061015
(6,16,21)
#050F12
(5,15,18)
#040E0F
(4,14,15)
#030D0C
(3,13,12)
#020C09
(2,12,9)
#010B06
(1,11,6)
#000000
(0,0,0)

Tints of #0B1524

#0B1524
(11,21,36)
#212A37
(33,42,55)
#373F4A
(55,63,74)
#4D545D
(77,84,93)
#636970
(99,105,112)
#797E83
(121,126,131)
#8F9396
(143,147,150)
#A5A8A9
(165,168,169)
#BBBDBC
(187,189,188)
#D1D2CF
(209,210,207)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1524 color. Also use rgb(11,21,36) instead hex code.

Text Font Color

.myTextColor { color: #0B1524; }

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

This text font color is #0B1524.

Background Color

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

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

This div background color is #0B1524.

Border color

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

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

This div border color is #0B1524.

Opacity

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

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

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

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

This text has shadow with #0B1524 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1524.

Preview

Color preview on black background

This text has color #0B1524 on black background.


Color preview on white background

This text has color #0B1524 on white background.


Black color preview on #0B1524 background

This text has black color on #0B1524 background.


White color preview on #0B1524 background

This text has white color on #0B1524 background.


Related colors

Complementary color

Complementary color for #hex is #F4EADB.


I love getcolorcode.com

Triadic colors

1 #240B15 and #15240B with #0B1524 are triadic colors.

2 #24150B and #150B24 with #0B1524 are triadic colors.