COLOR #0A153D

HEX: #0A153D
RGB: (10,21,61)

Color info

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

RGB color model

#0A153D color RGB value is (10,21,61).

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

RGB channels and saturation

R 10 of 255 = 4%
G 21 of 255 = 8%
B 61 of 255 = 24%

10
21
61

R + G + B ~ 12%. #0A153D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 21 + 61 = 92 (100%)
R 10 of 92 ~ 10.87%
G 21 of 92 ~ 22.83%
B 61 of 92 ~ 66.3%

%10.87
%22.83
%66.3

CMYK color model

#0A153D color CMYK value is (84,66,0,76).

  • cyan value is 83.61%
  • magenta value is 65.57%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(84,66,0,76)
C84M66Y0K76 
(84%,66%,0%,76%)
(0.84/0.66/0.00/0.76)	

CMYK percentages

%83.61
%65.57
%0
%76.08

Codes

Color #0A153D in popluar color models

0A153D
RGB102161
HSL227°71.83%13.92%
HSB/HSV227°83.61%23.92%
CMYK83.61%65.57%0.00%
76.08%

Color #0A153D in popluar number systems.

HEX0A153D
Decimal102161
Binary101010101111101
Octal122575

Shades and tints

Shades of #0A153D

#0A153D
(10,21,61)
#0A1438
(10,20,56)
#0A1333
(10,19,51)
#0A122E
(10,18,46)
#0A1129
(10,17,41)
#0A1024
(10,16,36)
#0A0F1F
(10,15,31)
#0A0E1A
(10,14,26)
#0A0D15
(10,13,21)
#0A0C10
(10,12,16)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #0A153D

#0A153D
(10,21,61)
#202A4E
(32,42,78)
#363F5F
(54,63,95)
#4C5470
(76,84,112)
#626981
(98,105,129)
#787E92
(120,126,146)
#8E93A3
(142,147,163)
#A4A8B4
(164,168,180)
#BABDC5
(186,189,197)
#D0D2D6
(208,210,214)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A153D; }

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

This text font color is #0A153D.


Background Color

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

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

This div background color is #0A153D.


Border color

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

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

This div border color is #0A153D.


Opacity

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

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

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

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

This text has shadow with #0A153D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A153D on black background.


Color preview on white background

This text has color #0A153D on white background.



Black color preview on #0A153D background

This text has black color on #0A153D background.


White color preview on #0A153D background

This text has white color on #0A153D background.