COLOR #0A1348

HEX: #0A1348
RGB: (10,19,72)

Color info

#0A1348 contains mainly green and blue colors. Web safe color of #0A1348 is #000033 (or #003).

RGB color model

#0A1348 color RGB value is (10,19,72).

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

RGB channels and saturation

R 10 of 255 = 4%
G 19 of 255 = 7%
B 72 of 255 = 28%

10
19
72

R + G + B ~ 13%. #0A1348 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 19 + 72 = 101 (100%)
R 10 of 101 ~ 9.9%
G 19 of 101 ~ 18.81%
B 72 of 101 ~ 71.29%

%9.9
%18.81
%71.29

CMYK color model

#0A1348 color CMYK value is (86,74,0,72).

  • cyan value is 86.11%
  • magenta value is 73.61%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(86,74,0,72)
C86M74Y0K72 
(86%,74%,0%,72%)
(0.86/0.74/0.00/0.72)	

CMYK percentages

%86.11
%73.61
%0
%71.76

Codes

Color #0A1348 in popluar color models

0A1348
RGB101972
HSL231°75.61%16.08%
HSB/HSV231°86.11%28.24%
CMYK86.11%73.61%0.00%
71.76%

Color #0A1348 in popluar number systems.

HEX0A1348
Decimal101972
Binary1010100111001000
Octal1223110

Shades and tints

Shades of #0A1348

#0A1348
(10,19,72)
#0A1242
(10,18,66)
#0A113C
(10,17,60)
#0A1036
(10,16,54)
#0A0F30
(10,15,48)
#0A0E2A
(10,14,42)
#0A0D24
(10,13,36)
#0A0C1E
(10,12,30)
#0A0B18
(10,11,24)
#0A0A12
(10,10,18)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #0A1348

#0A1348
(10,19,72)
#202858
(32,40,88)
#363D68
(54,61,104)
#4C5278
(76,82,120)
#626788
(98,103,136)
#787C98
(120,124,152)
#8E91A8
(142,145,168)
#A4A6B8
(164,166,184)
#BABBC8
(186,187,200)
#D0D0D8
(208,208,216)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1348; }

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

This text font color is #0A1348.


Background Color

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

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

This div background color is #0A1348.


Border color

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

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

This div border color is #0A1348.


Opacity

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

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

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

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

This text has shadow with #0A1348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1348 on black background.


Color preview on white background

This text has color #0A1348 on white background.



Black color preview on #0A1348 background

This text has black color on #0A1348 background.


White color preview on #0A1348 background

This text has white color on #0A1348 background.