COLOR #0B1753

HEX: #0B1753
RGB: (11,23,83)

Color info

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

RGB color model

#0B1753 color RGB value is (11,23,83).

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

RGB channels and saturation

R 11 of 255 = 4%
G 23 of 255 = 9%
B 83 of 255 = 33%

11
23
83

R + G + B ~ 15%. #0B1753 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 23 + 83 = 117 (100%)
R 11 of 117 ~ 9.4%
G 23 of 117 ~ 19.66%
B 83 of 117 ~ 70.94%

%19.66
%70.94

CMYK color model

#0B1753 color CMYK value is (87,72,0,67).

  • cyan value is 86.75%
  • magenta value is 72.29%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(87,72,0,67)
C87M72Y0K67 
(87%,72%,0%,67%)
(0.87/0.72/0.00/0.67)	

CMYK percentages

%86.75
%72.29
%0
%67.45

Codes

Color #0B1753 in popluar color models

0B1753
RGB112383
HSL230°76.60%18.43%
HSB/HSV230°86.75%32.55%
CMYK86.75%72.29%0.00%
67.45%

Color #0B1753 in popluar number systems.

HEX0B1753
Decimal112383
Binary1011101111010011
Octal1327123

Shades and tints

Shades of #0B1753

#0B1753
(11,23,83)
#0A154C
(10,21,76)
#091345
(9,19,69)
#08113E
(8,17,62)
#070F37
(7,15,55)
#060D30
(6,13,48)
#050B29
(5,11,41)
#040922
(4,9,34)
#03071B
(3,7,27)
#020514
(2,5,20)
#01030D
(1,3,13)
#000000
(0,0,0)

Tints of #0B1753

#0B1753
(11,23,83)
#212C62
(33,44,98)
#374171
(55,65,113)
#4D5680
(77,86,128)
#636B8F
(99,107,143)
#79809E
(121,128,158)
#8F95AD
(143,149,173)
#A5AABC
(165,170,188)
#BBBFCB
(187,191,203)
#D1D4DA
(209,212,218)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1753; }

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

This text font color is #0B1753.


Background Color

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

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

This div background color is #0B1753.


Border color

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

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

This div border color is #0B1753.


Opacity

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

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

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

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

This text has shadow with #0B1753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1753 on black background.


Color preview on white background

This text has color #0B1753 on white background.



Black color preview on #0B1753 background

This text has black color on #0B1753 background.


White color preview on #0B1753 background

This text has white color on #0B1753 background.