COLOR #0A172A

HEX: #0A172A
RGB: (10,23,42)

Color info

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

RGB color model

#0A172A color RGB value is (10,23,42).

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

RGB channels and saturation

R 10 of 255 = 4%
G 23 of 255 = 9%
B 42 of 255 = 16%

10
23
42

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

Portions of RGB colors in percentages

R + G + B =
10 + 23 + 42 = 75 (100%)
R 10 of 75 ~ 13.33%
G 23 of 75 ~ 30.67%
B 42 of 75 ~ 56%

%13.33
%30.67
%56

CMYK color model

#0A172A color CMYK value is (76,45,0,84).

  • cyan value is 76.19%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(76,45,0,84)
C76M45Y0K84 
(76%,45%,0%,84%)
(0.76/0.45/0.00/0.84)	

CMYK percentages

%76.19
%45.24
%0
%83.53

Codes

Color #0A172A in popluar color models

0A172A
RGB102342
HSL216°61.54%10.20%
HSB/HSV216°76.19%16.47%
CMYK76.19%45.24%0.00%
83.53%

Color #0A172A in popluar number systems.

HEX0A172A
Decimal102342
Binary101010111101010
Octal122752

Shades and tints

Shades of #0A172A

#0A172A
(10,23,42)
#0A1527
(10,21,39)
#0A1324
(10,19,36)
#0A1121
(10,17,33)
#0A0F1E
(10,15,30)
#0A0D1B
(10,13,27)
#0A0B18
(10,11,24)
#0A0915
(10,9,21)
#0A0712
(10,7,18)
#0A050F
(10,5,15)
#0A030C
(10,3,12)
#000000
(0,0,0)

Tints of #0A172A

#0A172A
(10,23,42)
#202C3D
(32,44,61)
#364150
(54,65,80)
#4C5663
(76,86,99)
#626B76
(98,107,118)
#788089
(120,128,137)
#8E959C
(142,149,156)
#A4AAAF
(164,170,175)
#BABFC2
(186,191,194)
#D0D4D5
(208,212,213)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A172A; }

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

This text font color is #0A172A.


Background Color

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

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

This div background color is #0A172A.


Border color

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

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

This div border color is #0A172A.


Opacity

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

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

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

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

This text has shadow with #0A172A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A172A on black background.


Color preview on white background

This text has color #0A172A on white background.



Black color preview on #0A172A background

This text has black color on #0A172A background.


White color preview on #0A172A background

This text has white color on #0A172A background.