COLOR #0B1461

HEX: #0B1461
RGB: (11,20,97)

Color info

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

RGB color model

#0B1461 color RGB value is (11,20,97).

  • red value is 11;
  • green value is 20;
  • blue value is 97.
RGB:
(11,20,97)
(4%,8%,38%)

RGB channels and saturation

R 11 of 255 = 4%
G 20 of 255 = 8%
B 97 of 255 = 38%

11
20
97

R + G + B ~ 17%. #0B1461 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 20 + 97 = 128 (100%)
R 11 of 128 ~ 8.59%
G 20 of 128 ~ 15.63%
B 97 of 128 ~ 75.78%

%15.63
%75.78

CMYK color model

#0B1461 color CMYK value is (89,79,0,62).

  • cyan value is 88.66%
  • magenta value is 79.38%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(89,79,0,62)
C89M79Y0K62 
(89%,79%,0%,62%)
(0.89/0.79/0.00/0.62)	

CMYK percentages

%88.66
%79.38
%0
%61.96

Codes

Color #0B1461 in popluar color models

0B1461
RGB112097
HSL234°79.63%21.18%
HSB/HSV234°88.66%38.04%
CMYK88.66%79.38%0.00%
61.96%

Color #0B1461 in popluar number systems.

HEX0B1461
Decimal112097
Binary1011101001100001
Octal1324141

Shades and tints

Shades of #0B1461

#0B1461
(11,20,97)
#0A1359
(10,19,89)
#091251
(9,18,81)
#081149
(8,17,73)
#071041
(7,16,65)
#060F39
(6,15,57)
#050E31
(5,14,49)
#040D29
(4,13,41)
#030C21
(3,12,33)
#020B19
(2,11,25)
#010A11
(1,10,17)
#000000
(0,0,0)

Tints of #0B1461

#0B1461
(11,20,97)
#21296F
(33,41,111)
#373E7D
(55,62,125)
#4D538B
(77,83,139)
#636899
(99,104,153)
#797DA7
(121,125,167)
#8F92B5
(143,146,181)
#A5A7C3
(165,167,195)
#BBBCD1
(187,188,209)
#D1D1DF
(209,209,223)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1461; }

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

This text font color is #0B1461.


Background Color

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

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

This div background color is #0B1461.


Border color

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

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

This div border color is #0B1461.


Opacity

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

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

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

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

This text has shadow with #0B1461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1461 on black background.


Color preview on white background

This text has color #0B1461 on white background.



Black color preview on #0B1461 background

This text has black color on #0B1461 background.


White color preview on #0B1461 background

This text has white color on #0B1461 background.