COLOR #0A1743

HEX: #0A1743
RGB: (10,23,67)

Color info

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

RGB color model

#0A1743 color RGB value is (10,23,67).

  • red value is 10;
  • green value is 23;
  • blue value is 67.
RGB:
(10,23,67)
(4%,9%,26%)

RGB channels and saturation

R 10 of 255 = 4%
G 23 of 255 = 9%
B 67 of 255 = 26%

10
23
67

R + G + B ~ 13%. #0A1743 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 23 + 67 = 100 (100%)
R 10 of 100 ~ 10%
G 23 of 100 ~ 23%
B 67 of 100 ~ 67%

%10
%23
%67

CMYK color model

#0A1743 color CMYK value is (85,66,0,74).

  • cyan value is 85.07%
  • magenta value is 65.67%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(85,66,0,74)
C85M66Y0K74 
(85%,66%,0%,74%)
(0.85/0.66/0.00/0.74)	

CMYK percentages

%85.07
%65.67
%0
%73.73

Codes

Color #0A1743 in popluar color models

0A1743
RGB102367
HSL226°74.03%15.10%
HSB/HSV226°85.07%26.27%
CMYK85.07%65.67%0.00%
73.73%

Color #0A1743 in popluar number systems.

HEX0A1743
Decimal102367
Binary1010101111000011
Octal1227103

Shades and tints

Shades of #0A1743

#0A1743
(10,23,67)
#0A153D
(10,21,61)
#0A1337
(10,19,55)
#0A1131
(10,17,49)
#0A0F2B
(10,15,43)
#0A0D25
(10,13,37)
#0A0B1F
(10,11,31)
#0A0919
(10,9,25)
#0A0713
(10,7,19)
#0A050D
(10,5,13)
#0A0307
(10,3,7)
#000000
(0,0,0)

Tints of #0A1743

#0A1743
(10,23,67)
#202C54
(32,44,84)
#364165
(54,65,101)
#4C5676
(76,86,118)
#626B87
(98,107,135)
#788098
(120,128,152)
#8E95A9
(142,149,169)
#A4AABA
(164,170,186)
#BABFCB
(186,191,203)
#D0D4DC
(208,212,220)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1743 color. Also use rgb(10,23,67) instead hex code.

Text Font Color

.myTextColor { color: #0A1743; }

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

This text font color is #0A1743.


Background Color

.myBgColor { background-color: #0A1743; }

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

This div background color is #0A1743.


Border color

.myBorderColor { border: 1px solid #0A1743; }

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

This div border color is #0A1743.


Opacity

.myOpacity80 { color: #0A1743; opacity: 0.8; }

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

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

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

This text has shadow with #0A1743 color.

.textShadow {text-shadow: 3px 3px 1px #0A1743, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1743 on black background.


Color preview on white background

This text has color #0A1743 on white background.



Black color preview on #0A1743 background

This text has black color on #0A1743 background.


White color preview on #0A1743 background

This text has white color on #0A1743 background.