COLOR #001226

HEX: #001226 RGB: (0,18,38)

Color info

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

RGB color model

#001226 color RGB value is (0,18,38).

RGB: (0,18,38) (0%, 7%, 15%)

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 38 of 255 = 15%

0
18
38

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

Portions of RGB colors in percentages

R + G + B = 0 + 18 + 38 = 56 (100%)
R 0 of 56 ~ 0%
G 18 of 56 ~ 32.14%
B 38 of 56 ~ 67.86'%

%32.14
%67.86

CMYK color model

#001226 color CMYK value is (100,53,0,85).

  • cyan value is 100.00%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 85.10%

CMYK: (100,53,0,85)
C100M53Y0K85 (100%, 53%, 0%, 85%)
(1.00 / 0.53 / 0.00 / 0.85)

CMYK percentages

%100
%52.63
%0
%85.1

Codes

Color #001226 in popluar color models

00 12 26
RGB 0 18 38
HSL 212° 100.00% 7.45%
HSB/HSV 212° 100.00% 14.90%
CMYK 100.00% 52.63% 0.00%
85.10%

Color #001226 in popluar number systems.

HEX 00 12 26
Decimal 0 18 38
Binary 0 10010 100110
Octal 0 22 46

Shades and tints

Shades of #001226

#001226
(0,18,38)
#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)
#000000
(0,0,0)

Tints of #001226

#001226
(0,18,38)
#172739
(23,39,57)
#2E3C4C
(46,60,76)
#45515F
(69,81,95)
#5C6672
(92,102,114)
#737B85
(115,123,133)
#8A9098
(138,144,152)
#A1A5AB
(161,165,171)
#B8BABE
(184,186,190)
#CFCFD1
(207,207,209)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001226; }

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

This text font color is #001226.

Background Color

.myBgColor { background-color: #001226; }

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

This div background color is #001226.

Border color

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

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

This div border color is #001226.

Opacity

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

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

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

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

This text has shadow with #001226 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001226.

Preview

Color preview on black background

This text has color #001226 on black background.


Color preview on white background

This text has color #001226 on white background.


Black color preview on #001226 background

This text has black color on #001226 background.


White color preview on #001226 background

This text has white color on #001226 background.


Related colors

Complementary color

Complementary color for #hex is #FFEDD9.


I love getcolorcode.com

Triadic colors

1 #260012 and #122600 with #001226 are triadic colors.

2 #261200 and #120026 with #001226 are triadic colors.