COLOR #0A151D

HEX: #0A151D
RGB: (10,21,29)

Color info

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

RGB color model

#0A151D color RGB value is (10,21,29).

  • red value is 10;
  • green value is 21;
  • blue value is 29.
RGB:
(10,21,29)
(4%,8%,11%)

RGB channels and saturation

R 10 of 255 = 4%
G 21 of 255 = 8%
B 29 of 255 = 11%

10
21
29

R + G + B ~ 8%. #0A151D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 21 + 29 = 60 (100%)
R 10 of 60 ~ 16.67%
G 21 of 60 ~ 35%
B 29 of 60 ~ 48.33%

%16.67
%35
%48.33

CMYK color model

#0A151D color CMYK value is (66,28,0,89).

  • cyan value is 65.52%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(66,28,0,89)
C66M28Y0K89 
(66%,28%,0%,89%)
(0.66/0.28/0.00/0.89)	

CMYK percentages

%65.52
%27.59
%0
%88.63

Codes

Color #0A151D in popluar color models

0A151D
RGB102129
HSL205°48.72%7.65%
HSB/HSV205°65.52%11.37%
CMYK65.52%27.59%0.00%
88.63%

Color #0A151D in popluar number systems.

HEX0A151D
Decimal102129
Binary10101010111101
Octal122535

Shades and tints

Shades of #0A151D

#0A151D
(10,21,29)
#0A141B
(10,20,27)
#0A1319
(10,19,25)
#0A1217
(10,18,23)
#0A1115
(10,17,21)
#0A1013
(10,16,19)
#0A0F11
(10,15,17)
#0A0E0F
(10,14,15)
#0A0D0D
(10,13,13)
#0A0C0B
(10,12,11)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #0A151D

#0A151D
(10,21,29)
#202A31
(32,42,49)
#363F45
(54,63,69)
#4C5459
(76,84,89)
#62696D
(98,105,109)
#787E81
(120,126,129)
#8E9395
(142,147,149)
#A4A8A9
(164,168,169)
#BABDBD
(186,189,189)
#D0D2D1
(208,210,209)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A151D color. Also use rgb(10,21,29) instead hex code.

Text Font Color

.myTextColor { color: #0A151D; }

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

This text font color is #0A151D.


Background Color

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

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

This div background color is #0A151D.


Border color

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

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

This div border color is #0A151D.


Opacity

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

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

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

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

This text has shadow with #0A151D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A151D on black background.


Color preview on white background

This text has color #0A151D on white background.



Black color preview on #0A151D background

This text has black color on #0A151D background.


White color preview on #0A151D background

This text has white color on #0A151D background.