COLOR #0A133A

HEX: #0A133A
RGB: (10,19,58)

Color info

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

RGB color model

#0A133A color RGB value is (10,19,58).

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

RGB channels and saturation

R 10 of 255 = 4%
G 19 of 255 = 7%
B 58 of 255 = 23%

10
19
58

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

Portions of RGB colors in percentages

R + G + B =
10 + 19 + 58 = 87 (100%)
R 10 of 87 ~ 11.49%
G 19 of 87 ~ 21.84%
B 58 of 87 ~ 66.67%

%11.49
%21.84
%66.67

CMYK color model

#0A133A color CMYK value is (83,67,0,77).

  • cyan value is 82.76%
  • magenta value is 67.24%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(83,67,0,77)
C83M67Y0K77 
(83%,67%,0%,77%)
(0.83/0.67/0.00/0.77)	

CMYK percentages

%82.76
%67.24
%0
%77.25

Codes

Color #0A133A in popluar color models

0A133A
RGB101958
HSL229°70.59%13.33%
HSB/HSV229°82.76%22.75%
CMYK82.76%67.24%0.00%
77.25%

Color #0A133A in popluar number systems.

HEX0A133A
Decimal101958
Binary101010011111010
Octal122372

Shades and tints

Shades of #0A133A

#0A133A
(10,19,58)
#0A1235
(10,18,53)
#0A1130
(10,17,48)
#0A102B
(10,16,43)
#0A0F26
(10,15,38)
#0A0E21
(10,14,33)
#0A0D1C
(10,13,28)
#0A0C17
(10,12,23)
#0A0B12
(10,11,18)
#0A0A0D
(10,10,13)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #0A133A

#0A133A
(10,19,58)
#20284B
(32,40,75)
#363D5C
(54,61,92)
#4C526D
(76,82,109)
#62677E
(98,103,126)
#787C8F
(120,124,143)
#8E91A0
(142,145,160)
#A4A6B1
(164,166,177)
#BABBC2
(186,187,194)
#D0D0D3
(208,208,211)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A133A; }

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

This text font color is #0A133A.


Background Color

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

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

This div background color is #0A133A.


Border color

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

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

This div border color is #0A133A.


Opacity

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

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

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

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

This text has shadow with #0A133A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A133A on black background.


Color preview on white background

This text has color #0A133A on white background.



Black color preview on #0A133A background

This text has black color on #0A133A background.


White color preview on #0A133A background

This text has white color on #0A133A background.