COLOR #0A1D7C

HEX: #0A1D7C
RGB: (10,29,124)

Color info

#0A1D7C contains mainly blue color. Web safe color of #0A1D7C is #003366 (or #036).

RGB color model

#0A1D7C color RGB value is (10,29,124).

  • red value is 10;
  • green value is 29;
  • blue value is 124.
RGB:
(10,29,124)
(4%,11%,49%)

RGB channels and saturation

R 10 of 255 = 4%
G 29 of 255 = 11%
B 124 of 255 = 49%

10
29
124

R + G + B ~ 21%. #0A1D7C is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 29 + 124 = 163 (100%)
R 10 of 163 ~ 6.13%
G 29 of 163 ~ 17.79%
B 124 of 163 ~ 76.07%

%17.79
%76.07

CMYK color model

#0A1D7C color CMYK value is (92,77,0,51).

  • cyan value is 91.94%
  • magenta value is 76.61%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(92,77,0,51)
C92M77Y0K51 
(92%,77%,0%,51%)
(0.92/0.77/0.00/0.51)	

CMYK percentages

%91.94
%76.61
%0
%51.37

Codes

Color #0A1D7C in popluar color models

0A1D7C
RGB1029124
HSL230°85.07%26.27%
HSB/HSV230°91.94%48.63%
CMYK91.94%76.61%0.00%
51.37%

Color #0A1D7C in popluar number systems.

HEX0A1D7C
Decimal1029124
Binary1010111011111100
Octal1235174

Shades and tints

Shades of #0A1D7C

#0A1D7C
(10,29,124)
#0A1B71
(10,27,113)
#0A1966
(10,25,102)
#0A175B
(10,23,91)
#0A1550
(10,21,80)
#0A1345
(10,19,69)
#0A113A
(10,17,58)
#0A0F2F
(10,15,47)
#0A0D24
(10,13,36)
#0A0B19
(10,11,25)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #0A1D7C

#0A1D7C
(10,29,124)
#203187
(32,49,135)
#364592
(54,69,146)
#4C599D
(76,89,157)
#626DA8
(98,109,168)
#7881B3
(120,129,179)
#8E95BE
(142,149,190)
#A4A9C9
(164,169,201)
#BABDD4
(186,189,212)
#D0D1DF
(208,209,223)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1D7C color. Also use rgb(10,29,124) instead hex code.

Text Font Color

.myTextColor { color: #0A1D7C; }

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

This text font color is #0A1D7C.


Background Color

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

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

This div background color is #0A1D7C.


Border color

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

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

This div border color is #0A1D7C.


Opacity

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

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

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

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

This text has shadow with #0A1D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1D7C on black background.


Color preview on white background

This text has color #0A1D7C on white background.



Black color preview on #0A1D7C background

This text has black color on #0A1D7C background.


White color preview on #0A1D7C background

This text has white color on #0A1D7C background.