COLOR #012246

HEX: #012246
RGB: (1,34,70)

Color info

#012246 contains mainly green and blue colors. Web safe color of #012246 is #003333 (or #033).

RGB color model

#012246 color RGB value is (1,34,70).

  • red value is 1;
  • green value is 34;
  • blue value is 70.
RGB:
(1,34,70)
(0%,13%,27%)

RGB channels and saturation

R 1 of 255 = 0%
G 34 of 255 = 13%
B 70 of 255 = 27%

1
34
70

R + G + B ~ 13%. #012246 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 34 + 70 = 105 (100%)
R 1 of 105 ~ 0.95%
G 34 of 105 ~ 32.38%
B 70 of 105 ~ 66.67%

%32.38
%66.67

CMYK color model

#012246 color CMYK value is (99,51,0,73).

  • cyan value is 98.57%
  • magenta value is 51.43%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(99,51,0,73)
C99M51Y0K73 
(99%,51%,0%,73%)
(0.99/0.51/0.00/0.73)	

CMYK percentages

%98.57
%51.43
%0
%72.55

Codes

Color #012246 in popluar color models

012246
RGB13470
HSL211°97.18%13.92%
HSB/HSV211°98.57%27.45%
CMYK98.57%51.43%0.00%
72.55%

Color #012246 in popluar number systems.

HEX012246
Decimal13470
Binary11000101000110
Octal142106

Shades and tints

Shades of #012246

#012246
(1,34,70)
#011F40
(1,31,64)
#011C3A
(1,28,58)
#011934
(1,25,52)
#01162E
(1,22,46)
#011328
(1,19,40)
#011022
(1,16,34)
#010D1C
(1,13,28)
#010A16
(1,10,22)
#010710
(1,7,16)
#01040A
(1,4,10)
#000000
(0,0,0)

Tints of #012246

#012246
(1,34,70)
#183656
(24,54,86)
#2F4A66
(47,74,102)
#465E76
(70,94,118)
#5D7286
(93,114,134)
#748696
(116,134,150)
#8B9AA6
(139,154,166)
#A2AEB6
(162,174,182)
#B9C2C6
(185,194,198)
#D0D6D6
(208,214,214)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012246 color. Also use rgb(1,34,70) instead hex code.

Text Font Color

.myTextColor { color: #012246; }

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

This text font color is #012246.


Background Color

.myBgColor { background-color: #012246; }

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

This div background color is #012246.


Border color

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

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

This div border color is #012246.


Opacity

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

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

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

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

This text has shadow with #012246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012246 on black background.


Color preview on white background

This text has color #012246 on white background.



Black color preview on #012246 background

This text has black color on #012246 background.


White color preview on #012246 background

This text has white color on #012246 background.