COLOR #010A41

HEX: #010A41 RGB: (1,10,65)

Color info

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

RGB color model

#010A41 color RGB value is (1,10,65).

RGB: (1,10,65) (0%, 4%, 25%)

RGB channels and saturation

R 1 of 255 = 0%
G 10 of 255 = 4%
B 65 of 255 = 25%

1
10
65

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

Portions of RGB colors in percentages

R + G + B = 1 + 10 + 65 = 76 (100%)
R 1 of 76 ~ 1.32%
G 10 of 76 ~ 13.16%
B 65 of 76 ~ 85.53'%

%13.16
%85.53

CMYK color model

#010A41 color CMYK value is (98,85,0,75).

  • cyan value is 98.46%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK: (98,85,0,75) C98M85Y0K75 (98%,85%,0%,75%) (0.98/0.85/0.00/0.75) 

CMYK percentages

%98.46
%84.62
%0
%74.51

Codes

Color #010A41 in popluar color models

01 0A 41
RGB 1 10 65
HSL 232° 96.97% 12.94%
HSB/HSV 232° 98.46% 25.49%
CMYK 98.46% 84.62% 0.00%
74.51%

Color #010A41 in popluar number systems.

HEX 01 0A 41
Decimal 1 10 65
Binary 1 1010 1000001
Octal 1 12 101

Shades and tints

Shades of #010A41

#010A41
(1,10,65)
#010A3C
(1,10,60)
#010A37
(1,10,55)
#010A32
(1,10,50)
#010A2D
(1,10,45)
#010A28
(1,10,40)
#010A23
(1,10,35)
#010A1E
(1,10,30)
#010A19
(1,10,25)
#010A14
(1,10,20)
#010A0F
(1,10,15)
#000000
(0,0,0)

Tints of #010A41

#010A41
(1,10,65)
#182052
(24,32,82)
#2F3663
(47,54,99)
#464C74
(70,76,116)
#5D6285
(93,98,133)
#747896
(116,120,150)
#8B8EA7
(139,142,167)
#A2A4B8
(162,164,184)
#B9BAC9
(185,186,201)
#D0D0DA
(208,208,218)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010A41 color. Also use rgb(1,10,65) instead hex code.

Text Font Color

.myTextColor { color: #010A41; }

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

This text font color is #010A41.

Background Color

.myBgColor { background-color: #010A41; }

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

This div background color is #010A41.

Border color

.myBorderColor { border: 1px solid #010A41; }

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

This div border color is #010A41.

Opacity

.myOpacity80 { color: #010A41; opacity: 0.8; }

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

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

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

This text has shadow with #010A41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010A41.

Preview

Color preview on black background

This text has color #010A41 on black background.


Color preview on white background

This text has color #010A41 on white background.


Black color preview on #010A41 background

This text has black color on #010A41 background.


White color preview on #010A41 background

This text has white color on #010A41 background.


Related colors

Complementary color

Complementary color for #hex is #FEF5BE.


I love getcolorcode.com

Triadic colors

1 #41010A and #0A4101 with #010A41 are triadic colors.

2 #410A01 and #0A0141 with #010A41 are triadic colors.