COLOR #011439

HEX: #011439
RGB: (1,20,57)

Color info

#011439 contains red, green and blue colors in about the same proportion. Web safe color of #011439 is #000033 (or #003).

RGB color model

#011439 color RGB value is (1,20,57).

  • red value is 1;
  • green value is 20;
  • blue value is 57.
RGB:
(1,20,57)
(0%,8%,22%)

RGB channels and saturation

R 1 of 255 = 0%
G 20 of 255 = 8%
B 57 of 255 = 22%

1
20
57

R + G + B ~ 10%. #011439 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 20 + 57 = 78 (100%)
R 1 of 78 ~ 1.28%
G 20 of 78 ~ 25.64%
B 57 of 78 ~ 73.08%

%25.64
%73.08

CMYK color model

#011439 color CMYK value is (98,65,0,78).

  • cyan value is 98.25%
  • magenta value is 64.91%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(98,65,0,78)
C98M65Y0K78 
(98%,65%,0%,78%)
(0.98/0.65/0.00/0.78)	

CMYK percentages

%98.25
%64.91
%0
%77.65

Codes

Color #011439 in popluar color models

011439
RGB12057
HSL220°96.55%11.37%
HSB/HSV220°98.25%22.35%
CMYK98.25%64.91%0.00%
77.65%

Color #011439 in popluar number systems.

HEX011439
Decimal12057
Binary110100111001
Octal12471

Shades and tints

Shades of #011439

#011439
(1,20,57)
#011334
(1,19,52)
#01122F
(1,18,47)
#01112A
(1,17,42)
#011025
(1,16,37)
#010F20
(1,15,32)
#010E1B
(1,14,27)
#010D16
(1,13,22)
#010C11
(1,12,17)
#010B0C
(1,11,12)
#010A07
(1,10,7)
#000000
(0,0,0)

Tints of #011439

#011439
(1,20,57)
#18294B
(24,41,75)
#2F3E5D
(47,62,93)
#46536F
(70,83,111)
#5D6881
(93,104,129)
#747D93
(116,125,147)
#8B92A5
(139,146,165)
#A2A7B7
(162,167,183)
#B9BCC9
(185,188,201)
#D0D1DB
(208,209,219)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011439 color. Also use rgb(1,20,57) instead hex code.

Text Font Color

.myTextColor { color: #011439; }

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

This text font color is #011439.


Background Color

.myBgColor { background-color: #011439; }

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

This div background color is #011439.


Border color

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

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

This div border color is #011439.


Opacity

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

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

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

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

This text has shadow with #011439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011439 on black background.


Color preview on white background

This text has color #011439 on white background.



Black color preview on #011439 background

This text has black color on #011439 background.


White color preview on #011439 background

This text has white color on #011439 background.