COLOR #014B87

HEX: #014B87
RGB: (1,75,135)

Color info

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

RGB color model

#014B87 color RGB value is (1,75,135).

  • red value is 1;
  • green value is 75;
  • blue value is 135.
RGB:
(1,75,135)
(0%,29%,53%)

RGB channels and saturation

R 1 of 255 = 0%
G 75 of 255 = 29%
B 135 of 255 = 53%

1
75
135

R + G + B ~ 27%. #014B87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 75 + 135 = 211 (100%)
R 1 of 211 ~ 0.47%
G 75 of 211 ~ 35.55%
B 135 of 211 ~ 63.98%

%35.55
%63.98

CMYK color model

#014B87 color CMYK value is (99,44,0,47).

  • cyan value is 99.26%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(99,44,0,47)
C99M44Y0K47 
(99%,44%,0%,47%)
(0.99/0.44/0.00/0.47)	

CMYK percentages

%99.26
%44.44
%0
%47.06

Codes

Color #014B87 in popluar color models

014B87
RGB175135
HSL207°98.53%26.67%
HSB/HSV207°99.26%52.94%
CMYK99.26%44.44%0.00%
47.06%

Color #014B87 in popluar number systems.

HEX014B87
Decimal175135
Binary1100101110000111
Octal1113207

Shades and tints

Shades of #014B87

#014B87
(1,75,135)
#01457B
(1,69,123)
#013F6F
(1,63,111)
#013963
(1,57,99)
#013357
(1,51,87)
#012D4B
(1,45,75)
#01273F
(1,39,63)
#012133
(1,33,51)
#011B27
(1,27,39)
#01151B
(1,21,27)
#010F0F
(1,15,15)
#000000
(0,0,0)

Tints of #014B87

#014B87
(1,75,135)
#185B91
(24,91,145)
#2F6B9B
(47,107,155)
#467BA5
(70,123,165)
#5D8BAF
(93,139,175)
#749BB9
(116,155,185)
#8BABC3
(139,171,195)
#A2BBCD
(162,187,205)
#B9CBD7
(185,203,215)
#D0DBE1
(208,219,225)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014B87 color. Also use rgb(1,75,135) instead hex code.

Text Font Color

.myTextColor { color: #014B87; }

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

This text font color is #014B87.


Background Color

.myBgColor { background-color: #014B87; }

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

This div background color is #014B87.


Border color

.myBorderColor { border: 1px solid #014B87; }

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

This div border color is #014B87.


Opacity

.myOpacity80 { color: #014B87; opacity: 0.8; }

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

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

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

This text has shadow with #014B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014B87 on black background.


Color preview on white background

This text has color #014B87 on white background.



Black color preview on #014B87 background

This text has black color on #014B87 background.


White color preview on #014B87 background

This text has white color on #014B87 background.