COLOR #0B1442

HEX: #0B1442 RGB: (11,20,66)

Color info

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

RGB color model

#0B1442 color RGB value is (11,20,66).

RGB: (11,20,66) (4%, 8%, 26%)

RGB channels and saturation

R 11 of 255 = 4%
G 20 of 255 = 8%
B 66 of 255 = 26%

11
20
66

R + G + B ~ 13%. #0B1442 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 20 + 66 = 97 (100%)
R 11 of 97 ~ 11.34%
G 20 of 97 ~ 20.62%
B 66 of 97 ~ 68.04'%

%11.34
%20.62
%68.04

CMYK color model

#0B1442 color CMYK value is (83,70,0,74).

  • cyan value is 83.33%
  • magenta value is 69.70%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (83,70,0,74)
C83M70Y0K74 (83%, 70%, 0%, 74%)
(0.83 / 0.70 / 0.00 / 0.74)

CMYK percentages

%83.33
%69.7
%0
%74.12

Codes

Color #0B1442 in popluar color models

0B 14 42
RGB 11 20 66
HSL 230° 71.43% 15.10%
HSB/HSV 230° 83.33% 25.88%
CMYK 83.33% 69.70% 0.00%
74.12%

Color #0B1442 in popluar number systems.

HEX 0B 14 42
Decimal 11 20 66
Binary 1011 10100 1000010
Octal 13 24 102

Shades and tints

Shades of #0B1442

#0B1442
(11,20,66)
#0A133C
(10,19,60)
#091236
(9,18,54)
#081130
(8,17,48)
#07102A
(7,16,42)
#060F24
(6,15,36)
#050E1E
(5,14,30)
#040D18
(4,13,24)
#030C12
(3,12,18)
#020B0C
(2,11,12)
#010A06
(1,10,6)
#000000
(0,0,0)

Tints of #0B1442

#0B1442
(11,20,66)
#212953
(33,41,83)
#373E64
(55,62,100)
#4D5375
(77,83,117)
#636886
(99,104,134)
#797D97
(121,125,151)
#8F92A8
(143,146,168)
#A5A7B9
(165,167,185)
#BBBCCA
(187,188,202)
#D1D1DB
(209,209,219)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1442 color. Also use rgb(11,20,66) instead hex code.

Text Font Color

.myTextColor { color: #0B1442; }

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

This text font color is #0B1442.

Background Color

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

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

This div background color is #0B1442.

Border color

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

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

This div border color is #0B1442.

Opacity

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

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

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

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

This text has shadow with #0B1442 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1442.

Preview

Color preview on black background

This text has color #0B1442 on black background.


Color preview on white background

This text has color #0B1442 on white background.


Black color preview on #0B1442 background

This text has black color on #0B1442 background.


White color preview on #0B1442 background

This text has white color on #0B1442 background.


Related colors

Complementary color

Complementary color for #hex is #F4EBBD.


I love getcolorcode.com

Triadic colors

1 #420B14 and #14420B with #0B1442 are triadic colors.

2 #42140B and #140B42 with #0B1442 are triadic colors.