COLOR #0A1C30

HEX: #0A1C30
RGB: (10,28,48)

Color info

#0A1C30 contains red, green and blue colors in about the same proportion. Web safe color of #0A1C30 is #003333 (or #033).

RGB color model

#0A1C30 color RGB value is (10,28,48).

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

RGB channels and saturation

R 10 of 255 = 4%
G 28 of 255 = 11%
B 48 of 255 = 19%

10
28
48

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

Portions of RGB colors in percentages

R + G + B =
10 + 28 + 48 = 86 (100%)
R 10 of 86 ~ 11.63%
G 28 of 86 ~ 32.56%
B 48 of 86 ~ 55.81%

%11.63
%32.56
%55.81

CMYK color model

#0A1C30 color CMYK value is (79,42,0,81).

  • cyan value is 79.17%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(79,42,0,81)
C79M42Y0K81 
(79%,42%,0%,81%)
(0.79/0.42/0.00/0.81)	

CMYK percentages

%79.17
%41.67
%0
%81.18

Codes

Color #0A1C30 in popluar color models

0A1C30
RGB102848
HSL212°65.52%11.37%
HSB/HSV212°79.17%18.82%
CMYK79.17%41.67%0.00%
81.18%

Color #0A1C30 in popluar number systems.

HEX0A1C30
Decimal102848
Binary101011100110000
Octal123460

Shades and tints

Shades of #0A1C30

#0A1C30
(10,28,48)
#0A1A2C
(10,26,44)
#0A1828
(10,24,40)
#0A1624
(10,22,36)
#0A1420
(10,20,32)
#0A121C
(10,18,28)
#0A1018
(10,16,24)
#0A0E14
(10,14,20)
#0A0C10
(10,12,16)
#0A0A0C
(10,10,12)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #0A1C30

#0A1C30
(10,28,48)
#203042
(32,48,66)
#364454
(54,68,84)
#4C5866
(76,88,102)
#626C78
(98,108,120)
#78808A
(120,128,138)
#8E949C
(142,148,156)
#A4A8AE
(164,168,174)
#BABCC0
(186,188,192)
#D0D0D2
(208,208,210)
#E6E4E4
(230,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1C30 color. Also use rgb(10,28,48) instead hex code.

Text Font Color

.myTextColor { color: #0A1C30; }

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

This text font color is #0A1C30.


Background Color

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

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

This div background color is #0A1C30.


Border color

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

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

This div border color is #0A1C30.


Opacity

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

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

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

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

This text has shadow with #0A1C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1C30 on black background.


Color preview on white background

This text has color #0A1C30 on white background.



Black color preview on #0A1C30 background

This text has black color on #0A1C30 background.


White color preview on #0A1C30 background

This text has white color on #0A1C30 background.