COLOR #011835

HEX: #011835 RGB: (1,24,53)

Color info

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

RGB color model

#011835 color RGB value is (1,24,53).

RGB: (1,24,53) (0%, 9%, 21%)

RGB channels and saturation

R 1 of 255 = 0%
G 24 of 255 = 9%
B 53 of 255 = 21%

1
24
53

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

Portions of RGB colors in percentages

R + G + B = 1 + 24 + 53 = 78 (100%)
R 1 of 78 ~ 1.28%
G 24 of 78 ~ 30.77%
B 53 of 78 ~ 67.95'%

%30.77
%67.95

CMYK color model

#011835 color CMYK value is (98,55,0,79).

  • cyan value is 98.11%
  • magenta value is 54.72%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (98,55,0,79)
C98M55Y0K79 (98%, 55%, 0%, 79%)
(0.98 / 0.55 / 0.00 / 0.79)

CMYK percentages

%98.11
%54.72
%0
%79.22

Codes

Color #011835 in popluar color models

01 18 35
RGB 1 24 53
HSL 213° 96.30% 10.59%
HSB/HSV 213° 98.11% 20.78%
CMYK 98.11% 54.72% 0.00%
79.22%

Color #011835 in popluar number systems.

HEX 01 18 35
Decimal 1 24 53
Binary 1 11000 110101
Octal 1 30 65

Shades and tints

Shades of #011835

#011835
(1,24,53)
#011631
(1,22,49)
#01142D
(1,20,45)
#011229
(1,18,41)
#011025
(1,16,37)
#010E21
(1,14,33)
#010C1D
(1,12,29)
#010A19
(1,10,25)
#010815
(1,8,21)
#010611
(1,6,17)
#01040D
(1,4,13)
#000000
(0,0,0)

Tints of #011835

#011835
(1,24,53)
#182D47
(24,45,71)
#2F4259
(47,66,89)
#46576B
(70,87,107)
#5D6C7D
(93,108,125)
#74818F
(116,129,143)
#8B96A1
(139,150,161)
#A2ABB3
(162,171,179)
#B9C0C5
(185,192,197)
#D0D5D7
(208,213,215)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011835 color. Also use rgb(1,24,53) instead hex code.

Text Font Color

.myTextColor { color: #011835; }

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

This text font color is #011835.

Background Color

.myBgColor { background-color: #011835; }

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

This div background color is #011835.

Border color

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

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

This div border color is #011835.

Opacity

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

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

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

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

This text has shadow with #011835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #011835.

Preview

Color preview on black background

This text has color #011835 on black background.


Color preview on white background

This text has color #011835 on white background.


Black color preview on #011835 background

This text has black color on #011835 background.


White color preview on #011835 background

This text has white color on #011835 background.


Related colors

Complementary color

Complementary color for #hex is #FEE7CA.


I love getcolorcode.com

Triadic colors

1 #350118 and #183501 with #011835 are triadic colors.

2 #351801 and #180135 with #011835 are triadic colors.