COLOR #013142

HEX: #013142 RGB: (1,49,66)

Color info

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

RGB color model

#013142 color RGB value is (1,49,66).

RGB: (1,49,66) (0%, 19%, 26%)

RGB channels and saturation

R 1 of 255 = 0%
G 49 of 255 = 19%
B 66 of 255 = 26%

1
49
66

R + G + B ~ 15%. #013142 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 49 + 66 = 116 (100%)
R 1 of 116 ~ 0.86%
G 49 of 116 ~ 42.24%
B 66 of 116 ~ 56.9'%

%42.24
%56.9

CMYK color model

#013142 color CMYK value is (98,26,0,74).

  • cyan value is 98.48%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (98,26,0,74)
C98M26Y0K74 (98%, 26%, 0%, 74%)
(0.98 / 0.26 / 0.00 / 0.74)

CMYK percentages

%98.48
%25.76
%0
%74.12

Codes

Color #013142 in popluar color models

01 31 42
RGB 1 49 66
HSL 196° 97.01% 13.14%
HSB/HSV 196° 98.48% 25.88%
CMYK 98.48% 25.76% 0.00%
74.12%

Color #013142 in popluar number systems.

HEX 01 31 42
Decimal 1 49 66
Binary 1 110001 1000010
Octal 1 61 102

Shades and tints

Shades of #013142

#013142
(1,49,66)
#012D3C
(1,45,60)
#012936
(1,41,54)
#012530
(1,37,48)
#01212A
(1,33,42)
#011D24
(1,29,36)
#01191E
(1,25,30)
#011518
(1,21,24)
#011112
(1,17,18)
#010D0C
(1,13,12)
#010906
(1,9,6)
#000000
(0,0,0)

Tints of #013142

#013142
(1,49,66)
#184353
(24,67,83)
#2F5564
(47,85,100)
#466775
(70,103,117)
#5D7986
(93,121,134)
#748B97
(116,139,151)
#8B9DA8
(139,157,168)
#A2AFB9
(162,175,185)
#B9C1CA
(185,193,202)
#D0D3DB
(208,211,219)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013142 color. Also use rgb(1,49,66) instead hex code.

Text Font Color

.myTextColor { color: #013142; }

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

This text font color is #013142.

Background Color

.myBgColor { background-color: #013142; }

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

This div background color is #013142.

Border color

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

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

This div border color is #013142.

Opacity

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

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

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

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

This text has shadow with #013142 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013142.

Preview

Color preview on black background

This text has color #013142 on black background.


Color preview on white background

This text has color #013142 on white background.


Black color preview on #013142 background

This text has black color on #013142 background.


White color preview on #013142 background

This text has white color on #013142 background.


Related colors

Complementary color

Complementary color for #hex is #FECEBD.


I love getcolorcode.com

Triadic colors

1 #420131 and #314201 with #013142 are triadic colors.

2 #423101 and #310142 with #013142 are triadic colors.