COLOR #0B1459

HEX: #0B1459 RGB: (11,20,89)

Color info

#0B1459 contains mainly blue color. Web safe color of #0B1459 is #000066 (or #006).

RGB color model

#0B1459 color RGB value is (11,20,89).

RGB: (11,20,89) (4%, 8%, 35%)

RGB channels and saturation

R 11 of 255 = 4%
G 20 of 255 = 8%
B 89 of 255 = 35%

11
20
89

R + G + B ~ 16%. #0B1459 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 20 + 89 = 120 (100%)
R 11 of 120 ~ 9.17%
G 20 of 120 ~ 16.67%
B 89 of 120 ~ 74.17'%

%16.67
%74.17

CMYK color model

#0B1459 color CMYK value is (88,78,0,65).

  • cyan value is 87.64%
  • magenta value is 77.53%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (88,78,0,65)
C88M78Y0K65 (88%, 78%, 0%, 65%)
(0.88 / 0.78 / 0.00 / 0.65)

CMYK percentages

%87.64
%77.53
%0
%65.1

Codes

Color #0B1459 in popluar color models

0B 14 59
RGB 11 20 89
HSL 233° 78.00% 19.61%
HSB/HSV 233° 87.64% 34.90%
CMYK 87.64% 77.53% 0.00%
65.10%

Color #0B1459 in popluar number systems.

HEX 0B 14 59
Decimal 11 20 89
Binary 1011 10100 1011001
Octal 13 24 131

Shades and tints

Shades of #0B1459

#0B1459
(11,20,89)
#0A1351
(10,19,81)
#091249
(9,18,73)
#081141
(8,17,65)
#071039
(7,16,57)
#060F31
(6,15,49)
#050E29
(5,14,41)
#040D21
(4,13,33)
#030C19
(3,12,25)
#020B11
(2,11,17)
#010A09
(1,10,9)
#000000
(0,0,0)

Tints of #0B1459

#0B1459
(11,20,89)
#212968
(33,41,104)
#373E77
(55,62,119)
#4D5386
(77,83,134)
#636895
(99,104,149)
#797DA4
(121,125,164)
#8F92B3
(143,146,179)
#A5A7C2
(165,167,194)
#BBBCD1
(187,188,209)
#D1D1E0
(209,209,224)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1459; }

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

This text font color is #0B1459.

Background Color

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

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

This div background color is #0B1459.

Border color

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

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

This div border color is #0B1459.

Opacity

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

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

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

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

This text has shadow with #0B1459 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1459.

Preview

Color preview on black background

This text has color #0B1459 on black background.


Color preview on white background

This text has color #0B1459 on white background.


Black color preview on #0B1459 background

This text has black color on #0B1459 background.


White color preview on #0B1459 background

This text has white color on #0B1459 background.


Related colors

Complementary color

Complementary color for #hex is #F4EBA6.


I love getcolorcode.com

Triadic colors

1 #590B14 and #14590B with #0B1459 are triadic colors.

2 #59140B and #140B59 with #0B1459 are triadic colors.