COLOR #011042

HEX: #011042
RGB: (1,16,66)

Color info

#011042 contains mainly green and blue colors. Web safe color of #011042 is #000033 (or #003).

RGB color model

#011042 color RGB value is (1,16,66).

  • red value is 1;
  • green value is 16;
  • blue value is 66.
RGB:
(1,16,66)
(0%,6%,26%)

RGB channels and saturation

R 1 of 255 = 0%
G 16 of 255 = 6%
B 66 of 255 = 26%

1
16
66

R + G + B ~ 11%. #011042 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 16 + 66 = 83 (100%)
R 1 of 83 ~ 1.2%
G 16 of 83 ~ 19.28%
B 66 of 83 ~ 79.52%

%19.28
%79.52

CMYK color model

#011042 color CMYK value is (98,76,0,74).

  • cyan value is 98.48%
  • magenta value is 75.76%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(98,76,0,74)
C98M76Y0K74 
(98%,76%,0%,74%)
(0.98/0.76/0.00/0.74)	

CMYK percentages

%98.48
%75.76
%0
%74.12

Codes

Color #011042 in popluar color models

011042
RGB11666
HSL226°97.01%13.14%
HSB/HSV226°98.48%25.88%
CMYK98.48%75.76%0.00%
74.12%

Color #011042 in popluar number systems.

HEX011042
Decimal11666
Binary1100001000010
Octal120102

Shades and tints

Shades of #011042

#011042
(1,16,66)
#010F3C
(1,15,60)
#010E36
(1,14,54)
#010D30
(1,13,48)
#010C2A
(1,12,42)
#010B24
(1,11,36)
#010A1E
(1,10,30)
#010918
(1,9,24)
#010812
(1,8,18)
#01070C
(1,7,12)
#010606
(1,6,6)
#000000
(0,0,0)

Tints of #011042

#011042
(1,16,66)
#182553
(24,37,83)
#2F3A64
(47,58,100)
#464F75
(70,79,117)
#5D6486
(93,100,134)
#747997
(116,121,151)
#8B8EA8
(139,142,168)
#A2A3B9
(162,163,185)
#B9B8CA
(185,184,202)
#D0CDDB
(208,205,219)
#E7E2EC
(231,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #011042; }

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

This text font color is #011042.


Background Color

.myBgColor { background-color: #011042; }

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

This div background color is #011042.


Border color

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

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

This div border color is #011042.


Opacity

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

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

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

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

This text has shadow with #011042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011042 on black background.


Color preview on white background

This text has color #011042 on white background.



Black color preview on #011042 background

This text has black color on #011042 background.


White color preview on #011042 background

This text has white color on #011042 background.