COLOR #001123

HEX: #001123
RGB: (0,17,35)

Color info

#001123 contains only green and blue colors. Web safe color of #001123 is #000033 (or #003).

RGB color model

#001123 color RGB value is (0,17,35).

  • red value is 0;
  • green value is 17;
  • blue value is 35.
RGB:
(0,17,35)
(0%,7%,14%)

RGB channels and saturation

R 0 of 255 = 0%
G 17 of 255 = 7%
B 35 of 255 = 14%

0
17
35

R + G + B ~ 7%. #001123 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 17 + 35 = 52 (100%)
R 0 of 52 ~ 0%
G 17 of 52 ~ 32.69%
B 35 of 52 ~ 67.31%

%32.69
%67.31

CMYK color model

#001123 color CMYK value is (100,51,0,86).

  • cyan value is 100.00%
  • magenta value is 51.43%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(100,51,0,86)
C100M51Y0K86 
(100%,51%,0%,86%)
(1.00/0.51/0.00/0.86)	

CMYK percentages

%100
%51.43
%0
%86.27

Codes

Color #001123 in popluar color models

001123
RGB01735
HSL211°100.00%6.86%
HSB/HSV211°100.00%13.73%
CMYK100.00%51.43%0.00%
86.27%

Color #001123 in popluar number systems.

HEX001123
Decimal01735
Binary010001100011
Octal02143

Shades and tints

Shades of #001123

#001123
(0,17,35)
#001020
(0,16,32)
#000F1D
(0,15,29)
#000E1A
(0,14,26)
#000D17
(0,13,23)
#000C14
(0,12,20)
#000B11
(0,11,17)
#000A0E
(0,10,14)
#00090B
(0,9,11)
#000808
(0,8,8)
#000705
(0,7,5)
#000000
(0,0,0)

Tints of #001123

#001123
(0,17,35)
#172637
(23,38,55)
#2E3B4B
(46,59,75)
#45505F
(69,80,95)
#5C6573
(92,101,115)
#737A87
(115,122,135)
#8A8F9B
(138,143,155)
#A1A4AF
(161,164,175)
#B8B9C3
(184,185,195)
#CFCED7
(207,206,215)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001123; }

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

This text font color is #001123.


Background Color

.myBgColor { background-color: #001123; }

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

This div background color is #001123.


Border color

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

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

This div border color is #001123.


Opacity

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

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

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

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

This text has shadow with #001123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001123 on black background.


Color preview on white background

This text has color #001123 on white background.



Black color preview on #001123 background

This text has black color on #001123 background.


White color preview on #001123 background

This text has white color on #001123 background.