COLOR #010C41

HEX: #010C41 RGB: (1,12,65)

Color info

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

RGB color model

#010C41 color RGB value is (1,12,65).

RGB: (1,12,65) (0%, 5%, 25%)

RGB channels and saturation

R 1 of 255 = 0%
G 12 of 255 = 5%
B 65 of 255 = 25%

1
12
65

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

Portions of RGB colors in percentages

R + G + B = 1 + 12 + 65 = 78 (100%)
R 1 of 78 ~ 1.28%
G 12 of 78 ~ 15.38%
B 65 of 78 ~ 83.33'%

%15.38
%83.33

CMYK color model

#010C41 color CMYK value is (98,82,0,75).

  • cyan value is 98.46%
  • magenta value is 81.54%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (98,82,0,75)
C98M82Y0K75 (98%, 82%, 0%, 75%)
(0.98 / 0.82 / 0.00 / 0.75)

CMYK percentages

%98.46
%81.54
%0
%74.51

Codes

Color #010C41 in popluar color models

01 0C 41
RGB 1 12 65
HSL 230° 96.97% 12.94%
HSB/HSV 230° 98.46% 25.49%
CMYK 98.46% 81.54% 0.00%
74.51%

Color #010C41 in popluar number systems.

HEX 01 0C 41
Decimal 1 12 65
Binary 1 1100 1000001
Octal 1 14 101

Shades and tints

Shades of #010C41

#010C41
(1,12,65)
#010B3C
(1,11,60)
#010A37
(1,10,55)
#010932
(1,9,50)
#01082D
(1,8,45)
#010728
(1,7,40)
#010623
(1,6,35)
#01051E
(1,5,30)
#010419
(1,4,25)
#010314
(1,3,20)
#01020F
(1,2,15)
#000000
(0,0,0)

Tints of #010C41

#010C41
(1,12,65)
#182252
(24,34,82)
#2F3863
(47,56,99)
#464E74
(70,78,116)
#5D6485
(93,100,133)
#747A96
(116,122,150)
#8B90A7
(139,144,167)
#A2A6B8
(162,166,184)
#B9BCC9
(185,188,201)
#D0D2DA
(208,210,218)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010C41; }

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

This text font color is #010C41.

Background Color

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

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

This div background color is #010C41.

Border color

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

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

This div border color is #010C41.

Opacity

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

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

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

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

This text has shadow with #010C41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010C41.

Preview

Color preview on black background

This text has color #010C41 on black background.


Color preview on white background

This text has color #010C41 on white background.


Black color preview on #010C41 background

This text has black color on #010C41 background.


White color preview on #010C41 background

This text has white color on #010C41 background.


Related colors

Complementary color

Complementary color for #hex is #FEF3BE.


I love getcolorcode.com

Triadic colors

1 #41010C and #0C4101 with #010C41 are triadic colors.

2 #410C01 and #0C0141 with #010C41 are triadic colors.