COLOR #010A4A

HEX: #010A4A
RGB: (1,10,74)

Color info

#010A4A contains mainly blue color. Web safe color of #010A4A is #000033 (or #003).

RGB color model

#010A4A color RGB value is (1,10,74).

  • red value is 1;
  • green value is 10;
  • blue value is 74.
RGB:
(1,10,74)
(0%,4%,29%)

RGB channels and saturation

R 1 of 255 = 0%
G 10 of 255 = 4%
B 74 of 255 = 29%

1
10
74

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

Portions of RGB colors in percentages

R + G + B =
1 + 10 + 74 = 85 (100%)
R 1 of 85 ~ 1.18%
G 10 of 85 ~ 11.76%
B 74 of 85 ~ 87.06%

%11.76
%87.06

CMYK color model

#010A4A color CMYK value is (99,86,0,71).

  • cyan value is 98.65%
  • magenta value is 86.49%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(99,86,0,71)
C99M86Y0K71 
(99%,86%,0%,71%)
(0.99/0.86/0.00/0.71)	

CMYK percentages

%98.65
%86.49
%0
%70.98

Codes

Color #010A4A in popluar color models

010A4A
RGB11074
HSL233°97.33%14.71%
HSB/HSV233°98.65%29.02%
CMYK98.65%86.49%0.00%
70.98%

Color #010A4A in popluar number systems.

HEX010A4A
Decimal11074
Binary110101001010
Octal112112

Shades and tints

Shades of #010A4A

#010A4A
(1,10,74)
#010A44
(1,10,68)
#010A3E
(1,10,62)
#010A38
(1,10,56)
#010A32
(1,10,50)
#010A2C
(1,10,44)
#010A26
(1,10,38)
#010A20
(1,10,32)
#010A1A
(1,10,26)
#010A14
(1,10,20)
#010A0E
(1,10,14)
#000000
(0,0,0)

Tints of #010A4A

#010A4A
(1,10,74)
#18205A
(24,32,90)
#2F366A
(47,54,106)
#464C7A
(70,76,122)
#5D628A
(93,98,138)
#74789A
(116,120,154)
#8B8EAA
(139,142,170)
#A2A4BA
(162,164,186)
#B9BACA
(185,186,202)
#D0D0DA
(208,208,218)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #010A4A; }

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

This text font color is #010A4A.


Background Color

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

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

This div background color is #010A4A.


Border color

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

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

This div border color is #010A4A.


Opacity

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

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

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

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

This text has shadow with #010A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010A4A on black background.


Color preview on white background

This text has color #010A4A on white background.



Black color preview on #010A4A background

This text has black color on #010A4A background.


White color preview on #010A4A background

This text has white color on #010A4A background.