COLOR #012652

HEX: #012652
RGB: (1,38,82)

Color info

#012652 contains mainly green and blue colors. Web safe color of #012652 is #003366 (or #036).

RGB color model

#012652 color RGB value is (1,38,82).

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

RGB channels and saturation

R 1 of 255 = 0%
G 38 of 255 = 15%
B 82 of 255 = 32%

1
38
82

R + G + B ~ 16%. #012652 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 38 + 82 = 121 (100%)
R 1 of 121 ~ 0.83%
G 38 of 121 ~ 31.4%
B 82 of 121 ~ 67.77%

%31.4
%67.77

CMYK color model

#012652 color CMYK value is (99,54,0,68).

  • cyan value is 98.78%
  • magenta value is 53.66%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(99,54,0,68)
C99M54Y0K68 
(99%,54%,0%,68%)
(0.99/0.54/0.00/0.68)	

CMYK percentages

%98.78
%53.66
%0
%67.84

Codes

Color #012652 in popluar color models

012652
RGB13882
HSL213°97.59%16.27%
HSB/HSV213°98.78%32.16%
CMYK98.78%53.66%0.00%
67.84%

Color #012652 in popluar number systems.

HEX012652
Decimal13882
Binary11001101010010
Octal146122

Shades and tints

Shades of #012652

#012652
(1,38,82)
#01234B
(1,35,75)
#012044
(1,32,68)
#011D3D
(1,29,61)
#011A36
(1,26,54)
#01172F
(1,23,47)
#011428
(1,20,40)
#011121
(1,17,33)
#010E1A
(1,14,26)
#010B13
(1,11,19)
#01080C
(1,8,12)
#000000
(0,0,0)

Tints of #012652

#012652
(1,38,82)
#183961
(24,57,97)
#2F4C70
(47,76,112)
#465F7F
(70,95,127)
#5D728E
(93,114,142)
#74859D
(116,133,157)
#8B98AC
(139,152,172)
#A2ABBB
(162,171,187)
#B9BECA
(185,190,202)
#D0D1D9
(208,209,217)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012652; }

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

This text font color is #012652.


Background Color

.myBgColor { background-color: #012652; }

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

This div background color is #012652.


Border color

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

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

This div border color is #012652.


Opacity

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

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

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

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

This text has shadow with #012652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012652 on black background.


Color preview on white background

This text has color #012652 on white background.



Black color preview on #012652 background

This text has black color on #012652 background.


White color preview on #012652 background

This text has white color on #012652 background.