COLOR #0A1848

HEX: #0A1848
RGB: (10,24,72)

Color info

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

RGB color model

#0A1848 color RGB value is (10,24,72).

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

RGB channels and saturation

R 10 of 255 = 4%
G 24 of 255 = 9%
B 72 of 255 = 28%

10
24
72

R + G + B ~ 14%. #0A1848 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 24 + 72 = 106 (100%)
R 10 of 106 ~ 9.43%
G 24 of 106 ~ 22.64%
B 72 of 106 ~ 67.92%

%22.64
%67.92

CMYK color model

#0A1848 color CMYK value is (86,67,0,72).

  • cyan value is 86.11%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(86,67,0,72)
C86M67Y0K72 
(86%,67%,0%,72%)
(0.86/0.67/0.00/0.72)	

CMYK percentages

%86.11
%66.67
%0
%71.76

Codes

Color #0A1848 in popluar color models

0A1848
RGB102472
HSL226°75.61%16.08%
HSB/HSV226°86.11%28.24%
CMYK86.11%66.67%0.00%
71.76%

Color #0A1848 in popluar number systems.

HEX0A1848
Decimal102472
Binary1010110001001000
Octal1230110

Shades and tints

Shades of #0A1848

#0A1848
(10,24,72)
#0A1642
(10,22,66)
#0A143C
(10,20,60)
#0A1236
(10,18,54)
#0A1030
(10,16,48)
#0A0E2A
(10,14,42)
#0A0C24
(10,12,36)
#0A0A1E
(10,10,30)
#0A0818
(10,8,24)
#0A0612
(10,6,18)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #0A1848

#0A1848
(10,24,72)
#202D58
(32,45,88)
#364268
(54,66,104)
#4C5778
(76,87,120)
#626C88
(98,108,136)
#788198
(120,129,152)
#8E96A8
(142,150,168)
#A4ABB8
(164,171,184)
#BAC0C8
(186,192,200)
#D0D5D8
(208,213,216)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1848; }

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

This text font color is #0A1848.


Background Color

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

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

This div background color is #0A1848.


Border color

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

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

This div border color is #0A1848.


Opacity

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

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

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

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

This text has shadow with #0A1848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1848 on black background.


Color preview on white background

This text has color #0A1848 on white background.



Black color preview on #0A1848 background

This text has black color on #0A1848 background.


White color preview on #0A1848 background

This text has white color on #0A1848 background.