COLOR #0A052B

HEX: #0A052B
RGB: (10,5,43)

Color info

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

RGB color model

#0A052B color RGB value is (10,5,43).

  • red value is 10;
  • green value is 5;
  • blue value is 43.
RGB:
(10,5,43)
(4%,2%,17%)

RGB channels and saturation

R 10 of 255 = 4%
G 5 of 255 = 2%
B 43 of 255 = 17%

10
5
43

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

Portions of RGB colors in percentages

R + G + B =
10 + 5 + 43 = 58 (100%)
R 10 of 58 ~ 17.24%
G 5 of 58 ~ 8.62%
B 43 of 58 ~ 74.14%

%17.24
%74.14

CMYK color model

#0A052B color CMYK value is (77,88,0,83).

  • cyan value is 76.74%
  • magenta value is 88.37%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(77,88,0,83)
C77M88Y0K83 
(77%,88%,0%,83%)
(0.77/0.88/0.00/0.83)	

CMYK percentages

%76.74
%88.37
%0
%83.14

Codes

Color #0A052B in popluar color models

0A052B
RGB10543
HSL248°79.17%9.41%
HSB/HSV248°88.37%16.86%
CMYK76.74%88.37%0.00%
83.14%

Color #0A052B in popluar number systems.

HEX0A052B
Decimal10543
Binary1010101101011
Octal12553

Shades and tints

Shades of #0A052B

#0A052B
(10,5,43)
#0A0528
(10,5,40)
#0A0525
(10,5,37)
#0A0522
(10,5,34)
#0A051F
(10,5,31)
#0A051C
(10,5,28)
#0A0519
(10,5,25)
#0A0516
(10,5,22)
#0A0513
(10,5,19)
#0A0510
(10,5,16)
#0A050D
(10,5,13)
#000000
(0,0,0)

Tints of #0A052B

#0A052B
(10,5,43)
#201B3E
(32,27,62)
#363151
(54,49,81)
#4C4764
(76,71,100)
#625D77
(98,93,119)
#78738A
(120,115,138)
#8E899D
(142,137,157)
#A49FB0
(164,159,176)
#BAB5C3
(186,181,195)
#D0CBD6
(208,203,214)
#E6E1E9
(230,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A052B color. Also use rgb(10,5,43) instead hex code.

Text Font Color

.myTextColor { color: #0A052B; }

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

This text font color is #0A052B.


Background Color

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

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

This div background color is #0A052B.


Border color

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

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

This div border color is #0A052B.


Opacity

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

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

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

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

This text has shadow with #0A052B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A052B on black background.


Color preview on white background

This text has color #0A052B on white background.



Black color preview on #0A052B background

This text has black color on #0A052B background.


White color preview on #0A052B background

This text has white color on #0A052B background.