COLOR #010522

HEX: #010522 RGB: (1,5,34)

Color info

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

RGB color model

#010522 color RGB value is (1,5,34).

RGB: (1,5,34) (0%, 2%, 13%)

RGB channels and saturation

R 1 of 255 = 0%
G 5 of 255 = 2%
B 34 of 255 = 13%

1
5
34

R + G + B ~ 5%. #010522 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 5 + 34 = 40 (100%)
R 1 of 40 ~ 2.5%
G 5 of 40 ~ 12.5%
B 34 of 40 ~ 85'%

%12.5
%85

CMYK color model

#010522 color CMYK value is (97,85,0,87).

  • cyan value is 97.06%
  • magenta value is 85.29%
  • yellow value is 0.00%
  • key color value is 86.67%

CMYK: (97,85,0,87)
C97M85Y0K87 (97%, 85%, 0%, 87%)
(0.97 / 0.85 / 0.00 / 0.87)

CMYK percentages

%97.06
%85.29
%0
%86.67

Codes

Color #010522 in popluar color models

01 05 22
RGB 1 5 34
HSL 233° 94.29% 6.86%
HSB/HSV 233° 97.06% 13.33%
CMYK 97.06% 85.29% 0.00%
86.67%

Color #010522 in popluar number systems.

HEX 01 05 22
Decimal 1 5 34
Binary 1 101 100010
Octal 1 5 42

Shades and tints

Shades of #010522

#010522
(1,5,34)
#01051F
(1,5,31)
#01051C
(1,5,28)
#010519
(1,5,25)
#010516
(1,5,22)
#010513
(1,5,19)
#010510
(1,5,16)
#01050D
(1,5,13)
#01050A
(1,5,10)
#010507
(1,5,7)
#010504
(1,5,4)
#000000
(0,0,0)

Tints of #010522

#010522
(1,5,34)
#181B36
(24,27,54)
#2F314A
(47,49,74)
#46475E
(70,71,94)
#5D5D72
(93,93,114)
#747386
(116,115,134)
#8B899A
(139,137,154)
#A29FAE
(162,159,174)
#B9B5C2
(185,181,194)
#D0CBD6
(208,203,214)
#E7E1EA
(231,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010522 color. Also use rgb(1,5,34) instead hex code.

Text Font Color

.myTextColor { color: #010522; }

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

This text font color is #010522.

Background Color

.myBgColor { background-color: #010522; }

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

This div background color is #010522.

Border color

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

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

This div border color is #010522.

Opacity

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

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

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

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

This text has shadow with #010522 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010522.

Preview

Color preview on black background

This text has color #010522 on black background.


Color preview on white background

This text has color #010522 on white background.


Black color preview on #010522 background

This text has black color on #010522 background.


White color preview on #010522 background

This text has white color on #010522 background.


Related colors

Complementary color

Complementary color for #hex is #FEFADD.


I love getcolorcode.com

Triadic colors

1 #220105 and #052201 with #010522 are triadic colors.

2 #220501 and #050122 with #010522 are triadic colors.