COLOR #010744

HEX: #010744 RGB: (1,7,68)

Color info

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

RGB color model

#010744 color RGB value is (1,7,68).

RGB: (1,7,68) (0%, 3%, 27%)

RGB channels and saturation

R 1 of 255 = 0%
G 7 of 255 = 3%
B 68 of 255 = 27%

1
7
68

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

Portions of RGB colors in percentages

R + G + B = 1 + 7 + 68 = 76 (100%)
R 1 of 76 ~ 1.32%
G 7 of 76 ~ 9.21%
B 68 of 76 ~ 89.47'%

%89.47

CMYK color model

#010744 color CMYK value is (99,90,0,73).

  • cyan value is 98.53%
  • magenta value is 89.71%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (99,90,0,73)
C99M90Y0K73 (99%, 90%, 0%, 73%)
(0.99 / 0.90 / 0.00 / 0.73)

CMYK percentages

%98.53
%89.71
%0
%73.33

Codes

Color #010744 in popluar color models

01 07 44
RGB 1 7 68
HSL 235° 97.10% 13.53%
HSB/HSV 235° 98.53% 26.67%
CMYK 98.53% 89.71% 0.00%
73.33%

Color #010744 in popluar number systems.

HEX 01 07 44
Decimal 1 7 68
Binary 1 111 1000100
Octal 1 7 104

Shades and tints

Shades of #010744

#010744
(1,7,68)
#01073E
(1,7,62)
#010738
(1,7,56)
#010732
(1,7,50)
#01072C
(1,7,44)
#010726
(1,7,38)
#010720
(1,7,32)
#01071A
(1,7,26)
#010714
(1,7,20)
#01070E
(1,7,14)
#010708
(1,7,8)
#000000
(0,0,0)

Tints of #010744

#010744
(1,7,68)
#181D55
(24,29,85)
#2F3366
(47,51,102)
#464977
(70,73,119)
#5D5F88
(93,95,136)
#747599
(116,117,153)
#8B8BAA
(139,139,170)
#A2A1BB
(162,161,187)
#B9B7CC
(185,183,204)
#D0CDDD
(208,205,221)
#E7E3EE
(231,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010744 color. Also use rgb(1,7,68) instead hex code.

Text Font Color

.myTextColor { color: #010744; }

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

This text font color is #010744.

Background Color

.myBgColor { background-color: #010744; }

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

This div background color is #010744.

Border color

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

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

This div border color is #010744.

Opacity

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

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

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

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

This text has shadow with #010744 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #010744.

Preview

Color preview on black background

This text has color #010744 on black background.


Color preview on white background

This text has color #010744 on white background.


Black color preview on #010744 background

This text has black color on #010744 background.


White color preview on #010744 background

This text has white color on #010744 background.


Related colors

Complementary color

Complementary color for #hex is #FEF8BB.


I love getcolorcode.com

Triadic colors

1 #440107 and #074401 with #010744 are triadic colors.

2 #440701 and #070144 with #010744 are triadic colors.