COLOR #011039

HEX: #011039 RGB: (1,16,57)

Color info

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

RGB color model

#011039 color RGB value is (1,16,57).

RGB: (1,16,57) (0%, 6%, 22%)

RGB channels and saturation

R 1 of 255 = 0%
G 16 of 255 = 6%
B 57 of 255 = 22%

1
16
57

R + G + B ~ 9%. #011039 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 16 + 57 = 74 (100%)
R 1 of 74 ~ 1.35%
G 16 of 74 ~ 21.62%
B 57 of 74 ~ 77.03'%

%21.62
%77.03

CMYK color model

#011039 color CMYK value is (98,72,0,78).

  • cyan value is 98.25%
  • magenta value is 71.93%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK: (98,72,0,78) C98M72Y0K78 (98%,72%,0%,78%) (0.98/0.72/0.00/0.78) 

CMYK percentages

%98.25
%71.93
%0
%77.65

Codes

Color #011039 in popluar color models

01 10 39
RGB 1 16 57
HSL 224° 96.55% 11.37%
HSB/HSV 224° 98.25% 22.35%
CMYK 98.25% 71.93% 0.00%
77.65%

Color #011039 in popluar number systems.

HEX 01 10 39
Decimal 1 16 57
Binary 1 10000 111001
Octal 1 20 71

Shades and tints

Shades of #011039

#011039
(1,16,57)
#010F34
(1,15,52)
#010E2F
(1,14,47)
#010D2A
(1,13,42)
#010C25
(1,12,37)
#010B20
(1,11,32)
#010A1B
(1,10,27)
#010916
(1,9,22)
#010811
(1,8,17)
#01070C
(1,7,12)
#010607
(1,6,7)
#000000
(0,0,0)

Tints of #011039

#011039
(1,16,57)
#18254B
(24,37,75)
#2F3A5D
(47,58,93)
#464F6F
(70,79,111)
#5D6481
(93,100,129)
#747993
(116,121,147)
#8B8EA5
(139,142,165)
#A2A3B7
(162,163,183)
#B9B8C9
(185,184,201)
#D0CDDB
(208,205,219)
#E7E2ED
(231,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011039; }

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

This text font color is #011039.

Background Color

.myBgColor { background-color: #011039; }

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

This div background color is #011039.

Border color

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

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

This div border color is #011039.

Opacity

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

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

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

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

This text has shadow with #011039 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011039.

Preview

Color preview on black background

This text has color #011039 on black background.


Color preview on white background

This text has color #011039 on white background.


Black color preview on #011039 background

This text has black color on #011039 background.


White color preview on #011039 background

This text has white color on #011039 background.


Related colors

Complementary color

Complementary color for #hex is #FEEFC6.


I love getcolorcode.com

Triadic colors

1 #390110 and #103901 with #011039 are triadic colors.

2 #391001 and #100139 with #011039 are triadic colors.