COLOR #012953

HEX: #012953
RGB: (1,41,83)

Color info

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

RGB color model

#012953 color RGB value is (1,41,83).

  • red value is 1;
  • green value is 41;
  • blue value is 83.
RGB:
(1,41,83)
(0%,16%,33%)

RGB channels and saturation

R 1 of 255 = 0%
G 41 of 255 = 16%
B 83 of 255 = 33%

1
41
83

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

Portions of RGB colors in percentages

R + G + B =
1 + 41 + 83 = 125 (100%)
R 1 of 125 ~ 0.8%
G 41 of 125 ~ 32.8%
B 83 of 125 ~ 66.4%

%32.8
%66.4

CMYK color model

#012953 color CMYK value is (99,51,0,67).

  • cyan value is 98.80%
  • magenta value is 50.60%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(99,51,0,67)
C99M51Y0K67 
(99%,51%,0%,67%)
(0.99/0.51/0.00/0.67)	

CMYK percentages

%98.8
%50.6
%0
%67.45

Codes

Color #012953 in popluar color models

012953
RGB14183
HSL211°97.62%16.47%
HSB/HSV211°98.80%32.55%
CMYK98.80%50.60%0.00%
67.45%

Color #012953 in popluar number systems.

HEX012953
Decimal14183
Binary11010011010011
Octal151123

Shades and tints

Shades of #012953

#012953
(1,41,83)
#01264C
(1,38,76)
#012345
(1,35,69)
#01203E
(1,32,62)
#011D37
(1,29,55)
#011A30
(1,26,48)
#011729
(1,23,41)
#011422
(1,20,34)
#01111B
(1,17,27)
#010E14
(1,14,20)
#010B0D
(1,11,13)
#000000
(0,0,0)

Tints of #012953

#012953
(1,41,83)
#183C62
(24,60,98)
#2F4F71
(47,79,113)
#466280
(70,98,128)
#5D758F
(93,117,143)
#74889E
(116,136,158)
#8B9BAD
(139,155,173)
#A2AEBC
(162,174,188)
#B9C1CB
(185,193,203)
#D0D4DA
(208,212,218)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012953 color. Also use rgb(1,41,83) instead hex code.

Text Font Color

.myTextColor { color: #012953; }

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

This text font color is #012953.


Background Color

.myBgColor { background-color: #012953; }

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

This div background color is #012953.


Border color

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

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

This div border color is #012953.


Opacity

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

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

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

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

This text has shadow with #012953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012953 on black background.


Color preview on white background

This text has color #012953 on white background.



Black color preview on #012953 background

This text has black color on #012953 background.


White color preview on #012953 background

This text has white color on #012953 background.