COLOR #001272

HEX: #001272
RGB: (0,18,114)

Color info

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

RGB color model

#001272 color RGB value is (0,18,114).

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

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 114 of 255 = 45%

0
18
114

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

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 114 = 132 (100%)
R 0 of 132 ~ 0%
G 18 of 132 ~ 13.64%
B 114 of 132 ~ 86.36%

%13.64
%86.36

CMYK color model

#001272 color CMYK value is (100,84,0,55).

  • cyan value is 100.00%
  • magenta value is 84.21%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(100,84,0,55)
C100M84Y0K55 
(100%,84%,0%,55%)
(1.00/0.84/0.00/0.55)	

CMYK percentages

%100
%84.21
%0
%55.29

Codes

Color #001272 in popluar color models

001272
RGB018114
HSL231°100.00%22.35%
HSB/HSV231°100.00%44.71%
CMYK100.00%84.21%0.00%
55.29%

Color #001272 in popluar number systems.

HEX001272
Decimal018114
Binary0100101110010
Octal022162

Shades and tints

Shades of #001272

#001272
(0,18,114)
#001168
(0,17,104)
#00105E
(0,16,94)
#000F54
(0,15,84)
#000E4A
(0,14,74)
#000D40
(0,13,64)
#000C36
(0,12,54)
#000B2C
(0,11,44)
#000A22
(0,10,34)
#000918
(0,9,24)
#00080E
(0,8,14)
#000000
(0,0,0)

Tints of #001272

#001272
(0,18,114)
#17277E
(23,39,126)
#2E3C8A
(46,60,138)
#455196
(69,81,150)
#5C66A2
(92,102,162)
#737BAE
(115,123,174)
#8A90BA
(138,144,186)
#A1A5C6
(161,165,198)
#B8BAD2
(184,186,210)
#CFCFDE
(207,207,222)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001272; }

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

This text font color is #001272.


Background Color

.myBgColor { background-color: #001272; }

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

This div background color is #001272.


Border color

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

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

This div border color is #001272.


Opacity

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

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

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

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

This text has shadow with #001272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001272 on black background.


Color preview on white background

This text has color #001272 on white background.



Black color preview on #001272 background

This text has black color on #001272 background.


White color preview on #001272 background

This text has white color on #001272 background.