COLOR #012426

HEX: #012426
RGB: (1,36,38)

Color info

#012426 contains red, green and blue colors in about the same proportion. Web safe color of #012426 is #003333 (or #033).

RGB color model

#012426 color RGB value is (1,36,38).

  • red value is 1;
  • green value is 36;
  • blue value is 38.
RGB:
(1,36,38)
(0%,14%,15%)

RGB channels and saturation

R 1 of 255 = 0%
G 36 of 255 = 14%
B 38 of 255 = 15%

1
36
38

R + G + B ~ 10%. #012426 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 36 + 38 = 75 (100%)
R 1 of 75 ~ 1.33%
G 36 of 75 ~ 48%
B 38 of 75 ~ 50.67%

%48
%50.67

CMYK color model

#012426 color CMYK value is (97,5,0,85).

  • cyan value is 97.37%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(97,5,0,85)
C97M5Y0K85 
(97%,5%,0%,85%)
(0.97/0.05/0.00/0.85)	

CMYK percentages

%97.37
%5.26
%0
%85.1

Codes

Color #012426 in popluar color models

012426
RGB13638
HSL183°94.87%7.65%
HSB/HSV183°97.37%14.90%
CMYK97.37%5.26%0.00%
85.10%

Color #012426 in popluar number systems.

HEX012426
Decimal13638
Binary1100100100110
Octal14446

Shades and tints

Shades of #012426

#012426
(1,36,38)
#012123
(1,33,35)
#011E20
(1,30,32)
#011B1D
(1,27,29)
#01181A
(1,24,26)
#011517
(1,21,23)
#011214
(1,18,20)
#010F11
(1,15,17)
#010C0E
(1,12,14)
#01090B
(1,9,11)
#010608
(1,6,8)
#000000
(0,0,0)

Tints of #012426

#012426
(1,36,38)
#183739
(24,55,57)
#2F4A4C
(47,74,76)
#465D5F
(70,93,95)
#5D7072
(93,112,114)
#748385
(116,131,133)
#8B9698
(139,150,152)
#A2A9AB
(162,169,171)
#B9BCBE
(185,188,190)
#D0CFD1
(208,207,209)
#E7E2E4
(231,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012426 color. Also use rgb(1,36,38) instead hex code.

Text Font Color

.myTextColor { color: #012426; }

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

This text font color is #012426.


Background Color

.myBgColor { background-color: #012426; }

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

This div background color is #012426.


Border color

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

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

This div border color is #012426.


Opacity

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

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

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

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

This text has shadow with #012426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012426 on black background.


Color preview on white background

This text has color #012426 on white background.



Black color preview on #012426 background

This text has black color on #012426 background.


White color preview on #012426 background

This text has white color on #012426 background.