COLOR #00108B

HEX: #00108B
RGB: (0,16,139)

Color info

#00108B contains mainly blue color. Web safe color of #00108B is #000099 (or #009).

RGB color model

#00108B color RGB value is (0,16,139).

  • red value is 0;
  • green value is 16;
  • blue value is 139.
RGB:
(0,16,139)
(0%,6%,55%)

RGB channels and saturation

R 0 of 255 = 0%
G 16 of 255 = 6%
B 139 of 255 = 55%

0
16
139

R + G + B ~ 20%. #00108B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 16 + 139 = 155 (100%)
R 0 of 155 ~ 0%
G 16 of 155 ~ 10.32%
B 139 of 155 ~ 89.68%

%10.32
%89.68

CMYK color model

#00108B color CMYK value is (100,88,0,45).

  • cyan value is 100.00%
  • magenta value is 88.49%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(100,88,0,45)
C100M88Y0K45 
(100%,88%,0%,45%)
(1.00/0.88/0.00/0.45)	

CMYK percentages

%100
%88.49
%0
%45.49

Codes

Color #00108B in popluar color models

00108B
RGB016139
HSL233°100.00%27.25%
HSB/HSV233°100.00%54.51%
CMYK100.00%88.49%0.00%
45.49%

Color #00108B in popluar number systems.

HEX00108B
Decimal016139
Binary01000010001011
Octal020213

Shades and tints

Shades of #00108B

#00108B
(0,16,139)
#000F7F
(0,15,127)
#000E73
(0,14,115)
#000D67
(0,13,103)
#000C5B
(0,12,91)
#000B4F
(0,11,79)
#000A43
(0,10,67)
#000937
(0,9,55)
#00082B
(0,8,43)
#00071F
(0,7,31)
#000613
(0,6,19)
#000000
(0,0,0)

Tints of #00108B

#00108B
(0,16,139)
#172595
(23,37,149)
#2E3A9F
(46,58,159)
#454FA9
(69,79,169)
#5C64B3
(92,100,179)
#7379BD
(115,121,189)
#8A8EC7
(138,142,199)
#A1A3D1
(161,163,209)
#B8B8DB
(184,184,219)
#CFCDE5
(207,205,229)
#E6E2EF
(230,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00108B color. Also use rgb(0,16,139) instead hex code.

Text Font Color

.myTextColor { color: #00108B; }

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

This text font color is #00108B.


Background Color

.myBgColor { background-color: #00108B; }

<div style="background-color:#00108B">Inner text</div>

This div background color is #00108B.


Border color

.myBorderColor { border: 1px solid #00108B; }

<div style="border:3px solid #00108B">Div</div>

This div border color is #00108B.


Opacity

.myOpacity80 { color: #00108B; opacity: 0.8; }

<p style="color:#00108B;opacity:0.8;">80%</p>

Text with #00108B 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 #00108B;}

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

This text has shadow with #00108B color.

.textShadow {text-shadow: 3px 3px 1px #00108B, 3px 3px 1px red;}

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

This text has shadow with #00108B primary color and red secondary color.


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

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

This text has shadow with #00108B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00108B on black background.


Color preview on white background

This text has color #00108B on white background.



Black color preview on #00108B background

This text has black color on #00108B background.


White color preview on #00108B background

This text has white color on #00108B background.