COLOR #0B102A

HEX: #0B102A
RGB: (11,16,42)

Color info

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

RGB color model

#0B102A color RGB value is (11,16,42).

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

RGB channels and saturation

R 11 of 255 = 4%
G 16 of 255 = 6%
B 42 of 255 = 16%

11
16
42

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

Portions of RGB colors in percentages

R + G + B =
11 + 16 + 42 = 69 (100%)
R 11 of 69 ~ 15.94%
G 16 of 69 ~ 23.19%
B 42 of 69 ~ 60.87%

%15.94
%23.19
%60.87

CMYK color model

#0B102A color CMYK value is (74,62,0,84).

  • cyan value is 73.81%
  • magenta value is 61.90%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(74,62,0,84)
C74M62Y0K84 
(74%,62%,0%,84%)
(0.74/0.62/0.00/0.84)	

CMYK percentages

%73.81
%61.9
%0
%83.53

Codes

Color #0B102A in popluar color models

0B102A
RGB111642
HSL230°58.49%10.39%
HSB/HSV230°73.81%16.47%
CMYK73.81%61.90%0.00%
83.53%

Color #0B102A in popluar number systems.

HEX0B102A
Decimal111642
Binary101110000101010
Octal132052

Shades and tints

Shades of #0B102A

#0B102A
(11,16,42)
#0A0F27
(10,15,39)
#090E24
(9,14,36)
#080D21
(8,13,33)
#070C1E
(7,12,30)
#060B1B
(6,11,27)
#050A18
(5,10,24)
#040915
(4,9,21)
#030812
(3,8,18)
#02070F
(2,7,15)
#01060C
(1,6,12)
#000000
(0,0,0)

Tints of #0B102A

#0B102A
(11,16,42)
#21253D
(33,37,61)
#373A50
(55,58,80)
#4D4F63
(77,79,99)
#636476
(99,100,118)
#797989
(121,121,137)
#8F8E9C
(143,142,156)
#A5A3AF
(165,163,175)
#BBB8C2
(187,184,194)
#D1CDD5
(209,205,213)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B102A; }

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

This text font color is #0B102A.


Background Color

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

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

This div background color is #0B102A.


Border color

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

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

This div border color is #0B102A.


Opacity

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

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

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

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

This text has shadow with #0B102A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B102A on black background.


Color preview on white background

This text has color #0B102A on white background.



Black color preview on #0B102A background

This text has black color on #0B102A background.


White color preview on #0B102A background

This text has white color on #0B102A background.