COLOR #0B185A

HEX: #0B185A
RGB: (11,24,90)

Color info

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

RGB color model

#0B185A color RGB value is (11,24,90).

  • red value is 11;
  • green value is 24;
  • blue value is 90.
RGB:
(11,24,90)
(4%,9%,35%)

RGB channels and saturation

R 11 of 255 = 4%
G 24 of 255 = 9%
B 90 of 255 = 35%

11
24
90

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

Portions of RGB colors in percentages

R + G + B =
11 + 24 + 90 = 125 (100%)
R 11 of 125 ~ 8.8%
G 24 of 125 ~ 19.2%
B 90 of 125 ~ 72%

%19.2
%72

CMYK color model

#0B185A color CMYK value is (88,73,0,65).

  • cyan value is 87.78%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(88,73,0,65)
C88M73Y0K65 
(88%,73%,0%,65%)
(0.88/0.73/0.00/0.65)	

CMYK percentages

%87.78
%73.33
%0
%64.71

Codes

Color #0B185A in popluar color models

0B185A
RGB112490
HSL230°78.22%19.80%
HSB/HSV230°87.78%35.29%
CMYK87.78%73.33%0.00%
64.71%

Color #0B185A in popluar number systems.

HEX0B185A
Decimal112490
Binary1011110001011010
Octal1330132

Shades and tints

Shades of #0B185A

#0B185A
(11,24,90)
#0A1652
(10,22,82)
#09144A
(9,20,74)
#081242
(8,18,66)
#07103A
(7,16,58)
#060E32
(6,14,50)
#050C2A
(5,12,42)
#040A22
(4,10,34)
#03081A
(3,8,26)
#020612
(2,6,18)
#01040A
(1,4,10)
#000000
(0,0,0)

Tints of #0B185A

#0B185A
(11,24,90)
#212D69
(33,45,105)
#374278
(55,66,120)
#4D5787
(77,87,135)
#636C96
(99,108,150)
#7981A5
(121,129,165)
#8F96B4
(143,150,180)
#A5ABC3
(165,171,195)
#BBC0D2
(187,192,210)
#D1D5E1
(209,213,225)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B185A color. Also use rgb(11,24,90) instead hex code.

Text Font Color

.myTextColor { color: #0B185A; }

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

This text font color is #0B185A.


Background Color

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

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

This div background color is #0B185A.


Border color

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

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

This div border color is #0B185A.


Opacity

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

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

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

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

This text has shadow with #0B185A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B185A on black background.


Color preview on white background

This text has color #0B185A on white background.



Black color preview on #0B185A background

This text has black color on #0B185A background.


White color preview on #0B185A background

This text has white color on #0B185A background.