COLOR #001189

HEX: #001189
RGB: (0,17,137)

Color info

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

RGB color model

#001189 color RGB value is (0,17,137).

  • red value is 0;
  • green value is 17;
  • blue value is 137.
RGB:
(0,17,137)
(0%,7%,54%)

RGB channels and saturation

R 0 of 255 = 0%
G 17 of 255 = 7%
B 137 of 255 = 54%

0
17
137

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

Portions of RGB colors in percentages

R + G + B =
0 + 17 + 137 = 154 (100%)
R 0 of 154 ~ 0%
G 17 of 154 ~ 11.04%
B 137 of 154 ~ 88.96%

%11.04
%88.96

CMYK color model

#001189 color CMYK value is (100,88,0,46).

  • cyan value is 100.00%
  • magenta value is 87.59%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(100,88,0,46)
C100M88Y0K46 
(100%,88%,0%,46%)
(1.00/0.88/0.00/0.46)	

CMYK percentages

%100
%87.59
%0
%46.27

Codes

Color #001189 in popluar color models

001189
RGB017137
HSL233°100.00%26.86%
HSB/HSV233°100.00%53.73%
CMYK100.00%87.59%0.00%
46.27%

Color #001189 in popluar number systems.

HEX001189
Decimal017137
Binary01000110001001
Octal021211

Shades and tints

Shades of #001189

#001189
(0,17,137)
#00107D
(0,16,125)
#000F71
(0,15,113)
#000E65
(0,14,101)
#000D59
(0,13,89)
#000C4D
(0,12,77)
#000B41
(0,11,65)
#000A35
(0,10,53)
#000929
(0,9,41)
#00081D
(0,8,29)
#000711
(0,7,17)
#000000
(0,0,0)

Tints of #001189

#001189
(0,17,137)
#172693
(23,38,147)
#2E3B9D
(46,59,157)
#4550A7
(69,80,167)
#5C65B1
(92,101,177)
#737ABB
(115,122,187)
#8A8FC5
(138,143,197)
#A1A4CF
(161,164,207)
#B8B9D9
(184,185,217)
#CFCEE3
(207,206,227)
#E6E3ED
(230,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001189 color. Also use rgb(0,17,137) instead hex code.

Text Font Color

.myTextColor { color: #001189; }

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

This text font color is #001189.


Background Color

.myBgColor { background-color: #001189; }

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

This div background color is #001189.


Border color

.myBorderColor { border: 1px solid #001189; }

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

This div border color is #001189.


Opacity

.myOpacity80 { color: #001189; opacity: 0.8; }

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

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

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

This text has shadow with #001189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001189 on black background.


Color preview on white background

This text has color #001189 on white background.



Black color preview on #001189 background

This text has black color on #001189 background.


White color preview on #001189 background

This text has white color on #001189 background.