COLOR #0A1339

HEX: #0A1339
RGB: (10,19,57)

Color info

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

RGB color model

#0A1339 color RGB value is (10,19,57).

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

RGB channels and saturation

R 10 of 255 = 4%
G 19 of 255 = 7%
B 57 of 255 = 22%

10
19
57

R + G + B ~ 11%. #0A1339 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 19 + 57 = 86 (100%)
R 10 of 86 ~ 11.63%
G 19 of 86 ~ 22.09%
B 57 of 86 ~ 66.28%

%11.63
%22.09
%66.28

CMYK color model

#0A1339 color CMYK value is (82,67,0,78).

  • cyan value is 82.46%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(82,67,0,78)
C82M67Y0K78 
(82%,67%,0%,78%)
(0.82/0.67/0.00/0.78)	

CMYK percentages

%82.46
%66.67
%0
%77.65

Codes

Color #0A1339 in popluar color models

0A1339
RGB101957
HSL229°70.15%13.14%
HSB/HSV229°82.46%22.35%
CMYK82.46%66.67%0.00%
77.65%

Color #0A1339 in popluar number systems.

HEX0A1339
Decimal101957
Binary101010011111001
Octal122371

Shades and tints

Shades of #0A1339

#0A1339
(10,19,57)
#0A1234
(10,18,52)
#0A112F
(10,17,47)
#0A102A
(10,16,42)
#0A0F25
(10,15,37)
#0A0E20
(10,14,32)
#0A0D1B
(10,13,27)
#0A0C16
(10,12,22)
#0A0B11
(10,11,17)
#0A0A0C
(10,10,12)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #0A1339

#0A1339
(10,19,57)
#20284B
(32,40,75)
#363D5D
(54,61,93)
#4C526F
(76,82,111)
#626781
(98,103,129)
#787C93
(120,124,147)
#8E91A5
(142,145,165)
#A4A6B7
(164,166,183)
#BABBC9
(186,187,201)
#D0D0DB
(208,208,219)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1339; }

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

This text font color is #0A1339.


Background Color

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

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

This div background color is #0A1339.


Border color

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

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

This div border color is #0A1339.


Opacity

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

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

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

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

This text has shadow with #0A1339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1339 on black background.


Color preview on white background

This text has color #0A1339 on white background.



Black color preview on #0A1339 background

This text has black color on #0A1339 background.


White color preview on #0A1339 background

This text has white color on #0A1339 background.