COLOR #011672

HEX: #011672
RGB: (1,22,114)

Color info

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

RGB color model

#011672 color RGB value is (1,22,114).

  • red value is 1;
  • green value is 22;
  • blue value is 114.
RGB:
(1,22,114)
(0%,9%,45%)

RGB channels and saturation

R 1 of 255 = 0%
G 22 of 255 = 9%
B 114 of 255 = 45%

1
22
114

R + G + B ~ 18%. #011672 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 22 + 114 = 137 (100%)
R 1 of 137 ~ 0.73%
G 22 of 137 ~ 16.06%
B 114 of 137 ~ 83.21%

%16.06
%83.21

CMYK color model

#011672 color CMYK value is (99,81,0,55).

  • cyan value is 99.12%
  • magenta value is 80.70%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(99,81,0,55)
C99M81Y0K55 
(99%,81%,0%,55%)
(0.99/0.81/0.00/0.55)	

CMYK percentages

%99.12
%80.7
%0
%55.29

Codes

Color #011672 in popluar color models

011672
RGB122114
HSL229°98.26%22.55%
HSB/HSV229°99.12%44.71%
CMYK99.12%80.70%0.00%
55.29%

Color #011672 in popluar number systems.

HEX011672
Decimal122114
Binary1101101110010
Octal126162

Shades and tints

Shades of #011672

#011672
(1,22,114)
#011468
(1,20,104)
#01125E
(1,18,94)
#011054
(1,16,84)
#010E4A
(1,14,74)
#010C40
(1,12,64)
#010A36
(1,10,54)
#01082C
(1,8,44)
#010622
(1,6,34)
#010418
(1,4,24)
#01020E
(1,2,14)
#000000
(0,0,0)

Tints of #011672

#011672
(1,22,114)
#182B7E
(24,43,126)
#2F408A
(47,64,138)
#465596
(70,85,150)
#5D6AA2
(93,106,162)
#747FAE
(116,127,174)
#8B94BA
(139,148,186)
#A2A9C6
(162,169,198)
#B9BED2
(185,190,210)
#D0D3DE
(208,211,222)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011672 color. Also use rgb(1,22,114) instead hex code.

Text Font Color

.myTextColor { color: #011672; }

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

This text font color is #011672.


Background Color

.myBgColor { background-color: #011672; }

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

This div background color is #011672.


Border color

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

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

This div border color is #011672.


Opacity

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

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

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

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

This text has shadow with #011672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011672 on black background.


Color preview on white background

This text has color #011672 on white background.



Black color preview on #011672 background

This text has black color on #011672 background.


White color preview on #011672 background

This text has white color on #011672 background.