COLOR #0B104A

HEX: #0B104A
RGB: (11,16,74)

Color info

#0B104A contains mainly green and blue colors. Web safe color of #0B104A is #000033 (or #003).

RGB color model

#0B104A color RGB value is (11,16,74).

  • red value is 11;
  • green value is 16;
  • blue value is 74.
RGB:
(11,16,74)
(4%,6%,29%)

RGB channels and saturation

R 11 of 255 = 4%
G 16 of 255 = 6%
B 74 of 255 = 29%

11
16
74

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

Portions of RGB colors in percentages

R + G + B =
11 + 16 + 74 = 101 (100%)
R 11 of 101 ~ 10.89%
G 16 of 101 ~ 15.84%
B 74 of 101 ~ 73.27%

%10.89
%15.84
%73.27

CMYK color model

#0B104A color CMYK value is (85,78,0,71).

  • cyan value is 85.14%
  • magenta value is 78.38%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(85,78,0,71)
C85M78Y0K71 
(85%,78%,0%,71%)
(0.85/0.78/0.00/0.71)	

CMYK percentages

%85.14
%78.38
%0
%70.98

Codes

Color #0B104A in popluar color models

0B104A
RGB111674
HSL235°74.12%16.67%
HSB/HSV235°85.14%29.02%
CMYK85.14%78.38%0.00%
70.98%

Color #0B104A in popluar number systems.

HEX0B104A
Decimal111674
Binary1011100001001010
Octal1320112

Shades and tints

Shades of #0B104A

#0B104A
(11,16,74)
#0A0F44
(10,15,68)
#090E3E
(9,14,62)
#080D38
(8,13,56)
#070C32
(7,12,50)
#060B2C
(6,11,44)
#050A26
(5,10,38)
#040920
(4,9,32)
#03081A
(3,8,26)
#020714
(2,7,20)
#01060E
(1,6,14)
#000000
(0,0,0)

Tints of #0B104A

#0B104A
(11,16,74)
#21255A
(33,37,90)
#373A6A
(55,58,106)
#4D4F7A
(77,79,122)
#63648A
(99,100,138)
#79799A
(121,121,154)
#8F8EAA
(143,142,170)
#A5A3BA
(165,163,186)
#BBB8CA
(187,184,202)
#D1CDDA
(209,205,218)
#E7E2EA
(231,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B104A color. Also use rgb(11,16,74) instead hex code.

Text Font Color

.myTextColor { color: #0B104A; }

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

This text font color is #0B104A.


Background Color

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

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

This div background color is #0B104A.


Border color

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

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

This div border color is #0B104A.


Opacity

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

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

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

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

This text has shadow with #0B104A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B104A on black background.


Color preview on white background

This text has color #0B104A on white background.



Black color preview on #0B104A background

This text has black color on #0B104A background.


White color preview on #0B104A background

This text has white color on #0B104A background.