COLOR #001271

HEX: #001271
RGB: (0,18,113)

Color info

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

RGB color model

#001271 color RGB value is (0,18,113).

  • red value is 0;
  • green value is 18;
  • blue value is 113.
RGB:
(0,18,113)
(0%,7%,44%)

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 113 of 255 = 44%

0
18
113

R + G + B ~ 17%. #001271 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 113 = 131 (100%)
R 0 of 131 ~ 0%
G 18 of 131 ~ 13.74%
B 113 of 131 ~ 86.26%

%13.74
%86.26

CMYK color model

#001271 color CMYK value is (100,84,0,56).

  • cyan value is 100.00%
  • magenta value is 84.07%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(100,84,0,56)
C100M84Y0K56 
(100%,84%,0%,56%)
(1.00/0.84/0.00/0.56)	

CMYK percentages

%100
%84.07
%0
%55.69

Codes

Color #001271 in popluar color models

001271
RGB018113
HSL230°100.00%22.16%
HSB/HSV230°100.00%44.31%
CMYK100.00%84.07%0.00%
55.69%

Color #001271 in popluar number systems.

HEX001271
Decimal018113
Binary0100101110001
Octal022161

Shades and tints

Shades of #001271

#001271
(0,18,113)
#001167
(0,17,103)
#00105D
(0,16,93)
#000F53
(0,15,83)
#000E49
(0,14,73)
#000D3F
(0,13,63)
#000C35
(0,12,53)
#000B2B
(0,11,43)
#000A21
(0,10,33)
#000917
(0,9,23)
#00080D
(0,8,13)
#000000
(0,0,0)

Tints of #001271

#001271
(0,18,113)
#17277D
(23,39,125)
#2E3C89
(46,60,137)
#455195
(69,81,149)
#5C66A1
(92,102,161)
#737BAD
(115,123,173)
#8A90B9
(138,144,185)
#A1A5C5
(161,165,197)
#B8BAD1
(184,186,209)
#CFCFDD
(207,207,221)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001271 color. Also use rgb(0,18,113) instead hex code.

Text Font Color

.myTextColor { color: #001271; }

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

This text font color is #001271.


Background Color

.myBgColor { background-color: #001271; }

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

This div background color is #001271.


Border color

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

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

This div border color is #001271.


Opacity

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

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

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

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

This text has shadow with #001271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001271 on black background.


Color preview on white background

This text has color #001271 on white background.



Black color preview on #001271 background

This text has black color on #001271 background.


White color preview on #001271 background

This text has white color on #001271 background.