COLOR #0A347C

HEX: #0A347C RGB: (10,52,124)

Color info

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

RGB color model

#0A347C color RGB value is (10,52,124).

RGB: (10,52,124) (4%, 20%, 49%)

RGB channels and saturation

R 10 of 255 = 4%
G 52 of 255 = 20%
B 124 of 255 = 49%

10
52
124

R + G + B ~ 24%. #0A347C is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 52 + 124 = 186 (100%)
R 10 of 186 ~ 5.38%
G 52 of 186 ~ 27.96%
B 124 of 186 ~ 66.67'%

%27.96
%66.67

CMYK color model

#0A347C color CMYK value is (92,58,0,51).

  • cyan value is 91.94%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (92,58,0,51) C92M58Y0K51 (92%,58%,0%,51%) (0.92/0.58/0.00/0.51) 

CMYK percentages

%91.94
%58.06
%0
%51.37

Codes

Color #0A347C in popluar color models

0A 34 7C
RGB 10 52 124
HSL 218° 85.07% 26.27%
HSB/HSV 218° 91.94% 48.63%
CMYK 91.94% 58.06% 0.00%
51.37%

Color #0A347C in popluar number systems.

HEX 0A 34 7C
Decimal 10 52 124
Binary 1010 110100 1111100
Octal 12 64 174

Shades and tints

Shades of #0A347C

#0A347C
(10,52,124)
#0A3071
(10,48,113)
#0A2C66
(10,44,102)
#0A285B
(10,40,91)
#0A2450
(10,36,80)
#0A2045
(10,32,69)
#0A1C3A
(10,28,58)
#0A182F
(10,24,47)
#0A1424
(10,20,36)
#0A1019
(10,16,25)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #0A347C

#0A347C
(10,52,124)
#204687
(32,70,135)
#365892
(54,88,146)
#4C6A9D
(76,106,157)
#627CA8
(98,124,168)
#788EB3
(120,142,179)
#8EA0BE
(142,160,190)
#A4B2C9
(164,178,201)
#BAC4D4
(186,196,212)
#D0D6DF
(208,214,223)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A347C; }

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

This text font color is #0A347C.

Background Color

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

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

This div background color is #0A347C.

Border color

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

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

This div border color is #0A347C.

Opacity

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

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

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

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

This text has shadow with #0A347C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A347C.

Preview

Color preview on black background

This text has color #0A347C on black background.


Color preview on white background

This text has color #0A347C on white background.


Black color preview on #0A347C background

This text has black color on #0A347C background.


White color preview on #0A347C background

This text has white color on #0A347C background.


Related colors

Complementary color

Complementary color for #hex is #F5CB83.


I love getcolorcode.com

Triadic colors

1 #7C0A34 and #347C0A with #0A347C are triadic colors.

2 #7C340A and #340A7C with #0A347C are triadic colors.