COLOR #0A132F

HEX: #0A132F
RGB: (10,19,47)

Color info

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

RGB color model

#0A132F color RGB value is (10,19,47).

  • red value is 10;
  • green value is 19;
  • blue value is 47.
RGB:
(10,19,47)
(4%,7%,18%)

RGB channels and saturation

R 10 of 255 = 4%
G 19 of 255 = 7%
B 47 of 255 = 18%

10
19
47

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

Portions of RGB colors in percentages

R + G + B =
10 + 19 + 47 = 76 (100%)
R 10 of 76 ~ 13.16%
G 19 of 76 ~ 25%
B 47 of 76 ~ 61.84%

%13.16
%25
%61.84

CMYK color model

#0A132F color CMYK value is (79,60,0,82).

  • cyan value is 78.72%
  • magenta value is 59.57%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(79,60,0,82)
C79M60Y0K82 
(79%,60%,0%,82%)
(0.79/0.60/0.00/0.82)	

CMYK percentages

%78.72
%59.57
%0
%81.57

Codes

Color #0A132F in popluar color models

0A132F
RGB101947
HSL225°64.91%11.18%
HSB/HSV225°78.72%18.43%
CMYK78.72%59.57%0.00%
81.57%

Color #0A132F in popluar number systems.

HEX0A132F
Decimal101947
Binary101010011101111
Octal122357

Shades and tints

Shades of #0A132F

#0A132F
(10,19,47)
#0A122B
(10,18,43)
#0A1127
(10,17,39)
#0A1023
(10,16,35)
#0A0F1F
(10,15,31)
#0A0E1B
(10,14,27)
#0A0D17
(10,13,23)
#0A0C13
(10,12,19)
#0A0B0F
(10,11,15)
#0A0A0B
(10,10,11)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #0A132F

#0A132F
(10,19,47)
#202841
(32,40,65)
#363D53
(54,61,83)
#4C5265
(76,82,101)
#626777
(98,103,119)
#787C89
(120,124,137)
#8E919B
(142,145,155)
#A4A6AD
(164,166,173)
#BABBBF
(186,187,191)
#D0D0D1
(208,208,209)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A132F color. Also use rgb(10,19,47) instead hex code.

Text Font Color

.myTextColor { color: #0A132F; }

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

This text font color is #0A132F.


Background Color

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

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

This div background color is #0A132F.


Border color

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

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

This div border color is #0A132F.


Opacity

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

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

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

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

This text has shadow with #0A132F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A132F on black background.


Color preview on white background

This text has color #0A132F on white background.



Black color preview on #0A132F background

This text has black color on #0A132F background.


White color preview on #0A132F background

This text has white color on #0A132F background.