COLOR #0B175A

HEX: #0B175A
RGB: (11,23,90)

Color info

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

RGB color model

#0B175A color RGB value is (11,23,90).

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

RGB channels and saturation

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

11
23
90

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

Portions of RGB colors in percentages

R + G + B =
11 + 23 + 90 = 124 (100%)
R 11 of 124 ~ 8.87%
G 23 of 124 ~ 18.55%
B 90 of 124 ~ 72.58%

%18.55
%72.58

CMYK color model

#0B175A color CMYK value is (88,74,0,65).

  • cyan value is 87.78%
  • magenta value is 74.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(88,74,0,65)
C88M74Y0K65 
(88%,74%,0%,65%)
(0.88/0.74/0.00/0.65)	

CMYK percentages

%87.78
%74.44
%0
%64.71

Codes

Color #0B175A in popluar color models

0B175A
RGB112390
HSL231°78.22%19.80%
HSB/HSV231°87.78%35.29%
CMYK87.78%74.44%0.00%
64.71%

Color #0B175A in popluar number systems.

HEX0B175A
Decimal112390
Binary1011101111011010
Octal1327132

Shades and tints

Shades of #0B175A

#0B175A
(11,23,90)
#0A1552
(10,21,82)
#09134A
(9,19,74)
#081142
(8,17,66)
#070F3A
(7,15,58)
#060D32
(6,13,50)
#050B2A
(5,11,42)
#040922
(4,9,34)
#03071A
(3,7,26)
#020512
(2,5,18)
#01030A
(1,3,10)
#000000
(0,0,0)

Tints of #0B175A

#0B175A
(11,23,90)
#212C69
(33,44,105)
#374178
(55,65,120)
#4D5687
(77,86,135)
#636B96
(99,107,150)
#7980A5
(121,128,165)
#8F95B4
(143,149,180)
#A5AAC3
(165,170,195)
#BBBFD2
(187,191,210)
#D1D4E1
(209,212,225)
#E7E9F0
(231,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B175A; }

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

This text font color is #0B175A.


Background Color

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

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

This div background color is #0B175A.


Border color

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

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

This div border color is #0B175A.


Opacity

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

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

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

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

This text has shadow with #0B175A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B175A on black background.


Color preview on white background

This text has color #0B175A on white background.



Black color preview on #0B175A background

This text has black color on #0B175A background.


White color preview on #0B175A background

This text has white color on #0B175A background.