COLOR #001172

HEX: #001172 RGB: (0,17,114)

Color info

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

RGB color model

#001172 color RGB value is (0,17,114).

RGB: (0,17,114) (0%, 7%, 45%)

RGB channels and saturation

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

0
17
114

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

Portions of RGB colors in percentages

R + G + B = 0 + 17 + 114 = 131 (100%)
R 0 of 131 ~ 0%
G 17 of 131 ~ 12.98%
B 114 of 131 ~ 87.02'%

%12.98
%87.02

CMYK color model

#001172 color CMYK value is (100,85,0,55).

  • cyan value is 100.00%
  • magenta value is 85.09%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (100,85,0,55) C100M85Y0K55 (100%,85%,0%,55%) (1.00/0.85/0.00/0.55) 

CMYK percentages

%100
%85.09
%0
%55.29

Codes

Color #001172 in popluar color models

00 11 72
RGB 0 17 114
HSL 231° 100.00% 22.35%
HSB/HSV 231° 100.00% 44.71%
CMYK 100.00% 85.09% 0.00%
55.29%

Color #001172 in popluar number systems.

HEX 00 11 72
Decimal 0 17 114
Binary 0 10001 1110010
Octal 0 21 162

Shades and tints

Shades of #001172

#001172
(0,17,114)
#001068
(0,16,104)
#000F5E
(0,15,94)
#000E54
(0,14,84)
#000D4A
(0,13,74)
#000C40
(0,12,64)
#000B36
(0,11,54)
#000A2C
(0,10,44)
#000922
(0,9,34)
#000818
(0,8,24)
#00070E
(0,7,14)
#000000
(0,0,0)

Tints of #001172

#001172
(0,17,114)
#17267E
(23,38,126)
#2E3B8A
(46,59,138)
#455096
(69,80,150)
#5C65A2
(92,101,162)
#737AAE
(115,122,174)
#8A8FBA
(138,143,186)
#A1A4C6
(161,164,198)
#B8B9D2
(184,185,210)
#CFCEDE
(207,206,222)
#E6E3EA
(230,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001172; }

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

This text font color is #001172.

Background Color

.myBgColor { background-color: #001172; }

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

This div background color is #001172.

Border color

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

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

This div border color is #001172.

Opacity

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

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

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

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

This text has shadow with #001172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001172.

Preview

Color preview on black background

This text has color #001172 on black background.


Color preview on white background

This text has color #001172 on white background.


Black color preview on #001172 background

This text has black color on #001172 background.


White color preview on #001172 background

This text has white color on #001172 background.


Related colors

Complementary color

Complementary color for #hex is #FFEE8D.


I love getcolorcode.com

Triadic colors

1 #720011 and #117200 with #001172 are triadic colors.

2 #721100 and #110072 with #001172 are triadic colors.