COLOR #013489

HEX: #013489
RGB: (1,52,137)

Color info

#013489 contains mainly blue color. Web safe color of #013489 is #003399 (or #039).

RGB color model

#013489 color RGB value is (1,52,137).

  • red value is 1;
  • green value is 52;
  • blue value is 137.
RGB:
(1,52,137)
(0%,20%,54%)

RGB channels and saturation

R 1 of 255 = 0%
G 52 of 255 = 20%
B 137 of 255 = 54%

1
52
137

R + G + B ~ 25%. #013489 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 52 + 137 = 190 (100%)
R 1 of 190 ~ 0.53%
G 52 of 190 ~ 27.37%
B 137 of 190 ~ 72.11%

%27.37
%72.11

CMYK color model

#013489 color CMYK value is (99,62,0,46).

  • cyan value is 99.27%
  • magenta value is 62.04%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(99,62,0,46)
C99M62Y0K46 
(99%,62%,0%,46%)
(0.99/0.62/0.00/0.46)	

CMYK percentages

%99.27
%62.04
%0
%46.27

Codes

Color #013489 in popluar color models

013489
RGB152137
HSL218°98.55%27.06%
HSB/HSV218°99.27%53.73%
CMYK99.27%62.04%0.00%
46.27%

Color #013489 in popluar number systems.

HEX013489
Decimal152137
Binary111010010001001
Octal164211

Shades and tints

Shades of #013489

#013489
(1,52,137)
#01307D
(1,48,125)
#012C71
(1,44,113)
#012865
(1,40,101)
#012459
(1,36,89)
#01204D
(1,32,77)
#011C41
(1,28,65)
#011835
(1,24,53)
#011429
(1,20,41)
#01101D
(1,16,29)
#010C11
(1,12,17)
#000000
(0,0,0)

Tints of #013489

#013489
(1,52,137)
#184693
(24,70,147)
#2F589D
(47,88,157)
#466AA7
(70,106,167)
#5D7CB1
(93,124,177)
#748EBB
(116,142,187)
#8BA0C5
(139,160,197)
#A2B2CF
(162,178,207)
#B9C4D9
(185,196,217)
#D0D6E3
(208,214,227)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013489 color. Also use rgb(1,52,137) instead hex code.

Text Font Color

.myTextColor { color: #013489; }

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

This text font color is #013489.


Background Color

.myBgColor { background-color: #013489; }

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

This div background color is #013489.


Border color

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

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

This div border color is #013489.


Opacity

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

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

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

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

This text has shadow with #013489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013489 on black background.


Color preview on white background

This text has color #013489 on white background.



Black color preview on #013489 background

This text has black color on #013489 background.


White color preview on #013489 background

This text has white color on #013489 background.