COLOR #0A1853

HEX: #0A1853
RGB: (10,24,83)

Color info

#0A1853 contains mainly green and blue colors. Web safe color of #0A1853 is #000066 (or #006).

RGB color model

#0A1853 color RGB value is (10,24,83).

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

RGB channels and saturation

R 10 of 255 = 4%
G 24 of 255 = 9%
B 83 of 255 = 33%

10
24
83

R + G + B ~ 15%. #0A1853 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 24 + 83 = 117 (100%)
R 10 of 117 ~ 8.55%
G 24 of 117 ~ 20.51%
B 83 of 117 ~ 70.94%

%20.51
%70.94

CMYK color model

#0A1853 color CMYK value is (88,71,0,67).

  • cyan value is 87.95%
  • magenta value is 71.08%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(88,71,0,67)
C88M71Y0K67 
(88%,71%,0%,67%)
(0.88/0.71/0.00/0.67)	

CMYK percentages

%87.95
%71.08
%0
%67.45

Codes

Color #0A1853 in popluar color models

0A1853
RGB102483
HSL228°78.49%18.24%
HSB/HSV228°87.95%32.55%
CMYK87.95%71.08%0.00%
67.45%

Color #0A1853 in popluar number systems.

HEX0A1853
Decimal102483
Binary1010110001010011
Octal1230123

Shades and tints

Shades of #0A1853

#0A1853
(10,24,83)
#0A164C
(10,22,76)
#0A1445
(10,20,69)
#0A123E
(10,18,62)
#0A1037
(10,16,55)
#0A0E30
(10,14,48)
#0A0C29
(10,12,41)
#0A0A22
(10,10,34)
#0A081B
(10,8,27)
#0A0614
(10,6,20)
#0A040D
(10,4,13)
#000000
(0,0,0)

Tints of #0A1853

#0A1853
(10,24,83)
#202D62
(32,45,98)
#364271
(54,66,113)
#4C5780
(76,87,128)
#626C8F
(98,108,143)
#78819E
(120,129,158)
#8E96AD
(142,150,173)
#A4ABBC
(164,171,188)
#BAC0CB
(186,192,203)
#D0D5DA
(208,213,218)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1853; }

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

This text font color is #0A1853.


Background Color

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

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

This div background color is #0A1853.


Border color

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

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

This div border color is #0A1853.


Opacity

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

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

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

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

This text has shadow with #0A1853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1853 on black background.


Color preview on white background

This text has color #0A1853 on white background.



Black color preview on #0A1853 background

This text has black color on #0A1853 background.


White color preview on #0A1853 background

This text has white color on #0A1853 background.