COLOR #012282

HEX: #012282
RGB: (1,34,130)

Color info

#012282 contains mainly blue color. Web safe color of #012282 is #003399 (or #039).

RGB color model

#012282 color RGB value is (1,34,130).

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

RGB channels and saturation

R 1 of 255 = 0%
G 34 of 255 = 13%
B 130 of 255 = 51%

1
34
130

R + G + B ~ 21%. #012282 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 34 + 130 = 165 (100%)
R 1 of 165 ~ 0.61%
G 34 of 165 ~ 20.61%
B 130 of 165 ~ 78.79%

%20.61
%78.79

CMYK color model

#012282 color CMYK value is (99,74,0,49).

  • cyan value is 99.23%
  • magenta value is 73.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(99,74,0,49)
C99M74Y0K49 
(99%,74%,0%,49%)
(0.99/0.74/0.00/0.49)	

CMYK percentages

%99.23
%73.85
%0
%49.02

Codes

Color #012282 in popluar color models

012282
RGB134130
HSL225°98.47%25.69%
HSB/HSV225°99.23%50.98%
CMYK99.23%73.85%0.00%
49.02%

Color #012282 in popluar number systems.

HEX012282
Decimal134130
Binary110001010000010
Octal142202

Shades and tints

Shades of #012282

#012282
(1,34,130)
#011F77
(1,31,119)
#011C6C
(1,28,108)
#011961
(1,25,97)
#011656
(1,22,86)
#01134B
(1,19,75)
#011040
(1,16,64)
#010D35
(1,13,53)
#010A2A
(1,10,42)
#01071F
(1,7,31)
#010414
(1,4,20)
#000000
(0,0,0)

Tints of #012282

#012282
(1,34,130)
#18368D
(24,54,141)
#2F4A98
(47,74,152)
#465EA3
(70,94,163)
#5D72AE
(93,114,174)
#7486B9
(116,134,185)
#8B9AC4
(139,154,196)
#A2AECF
(162,174,207)
#B9C2DA
(185,194,218)
#D0D6E5
(208,214,229)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012282; }

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

This text font color is #012282.


Background Color

.myBgColor { background-color: #012282; }

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

This div background color is #012282.


Border color

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

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

This div border color is #012282.


Opacity

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

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

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

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

This text has shadow with #012282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012282 on black background.


Color preview on white background

This text has color #012282 on white background.



Black color preview on #012282 background

This text has black color on #012282 background.


White color preview on #012282 background

This text has white color on #012282 background.